aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-3/+58
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds4-1/+330
2009-01-07stop_machine/cpu hotplug: fix disable_nonboot_cpusHeiko Carstens1-1/+5
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-3/+58
2009-01-07async: don't do the initcall stuff post bootArjan van de Ven1-4/+4
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven4-1/+330
2009-01-07sched: fix possible recursive rq->lockPeter Zijlstra1-0/+5
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-72/+70
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-33/+31
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-53/+72
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-5/+5
2009-01-06dma-coherent: catch oversized requests to dma_alloc_from_coherent()Johannes Weiner1-0/+2
2009-01-06dma_alloc_coherent: clean it upAndrew Morton1-25/+29
2009-01-06dma_alloc_from_coherent(): fix fallback to generic memoryAndrew Morton1-1/+15
2009-01-06coredump_filter: permit changing of the default filterHidehiro Kawai1-2/+13
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu1-1/+1
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu1-1/+2
2009-01-06kmod: fix varargs kernel-docRandy Dunlap1-2/+2
2009-01-06kprobes: support probing module __init functionMasami Hiramatsu1-4/+19
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu1-0/+2
2009-01-06kprobes: remove called_from argumentMasami Hiramatsu1-58/+14
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu1-40/+119
2009-01-06kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu1-7/+9
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-4/+21
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-8/+8
2009-01-06kprobes: add tests for register_kprobesMasami Hiramatsu1-0/+189
2009-01-06kprobes: indirectly call kprobe_targetMasami Hiramatsu1-15/+6
2009-01-06kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu1-1/+1
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro1-1/+0
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras3-2/+9
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven1-0/+2
2009-01-06fork.c: cleanup for copy_sighand()Zhaolei1-1/+1
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-15/+0
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2-6/+3
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-5/+22
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins2-43/+6
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+34
2009-01-07Merge branch 'next' into for-linusJames Morris1-1/+1
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells1-1/+1
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-1/+1
2009-01-06pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2009-01-06kernel/ksysfs.c:fix dependence on CONFIG_NETMing Lei1-2/+2
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2-2/+2
2009-01-06trivial: printk: fix indentation of new_text_line declarationJiri Kosina1-1/+1
2009-01-06sched: fix section mismatchLi Zefan2-2/+2
2009-01-06sched: fix double kfree in failure pathLi Zefan1-3/+2
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar6-30/+103