aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski
2010-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-18const: struct nla_policyAlexey Dobriyan
2010-02-17sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu
2010-02-17irq: Remove unnecessary bootmem codeYinghai Lu
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger
2010-02-17sched: Don't use possibly stale sched_classThomas Gleixner
2010-02-16core: Move early_res from arch/x86 to kernel/Yinghai Lu
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-15kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan
2010-02-10x86: Change range end to start+sizeYinghai Lu
2010-02-10x86: Move range related operation to one fileYinghai Lu
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard
2010-02-08Lose the first argument of audit_inode_child()Al Viro
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton
2010-02-05posix-timers.c: Don't export local functionsH Hartley Sweeten
2010-02-05clocksource: add suspend callbackMagnus Damm
2010-02-05clocksource: add argument to resume callbackMagnus Damm
2010-02-05kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang
2010-02-04sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang
2010-02-04ftrace: Remove record freezingMasami Hiramatsu
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu
2010-02-04syslog: use defined constants instead of raw numbersKees Cook