aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar10-679/+596
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-26/+94
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-05hrtimer: splitout peek ahead functionality, fixIngo Molnar1-1/+5
2009-01-05sched: clean up arch_reinit_sched_domains()Li Zefan1-6/+3
2009-01-05sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan1-1/+1
2009-01-05Merge branch 'linus' into sched/urgentIngo Molnar45-1577/+1718
2009-01-05hrtimer: fixup commentsThomas Gleixner1-11/+9
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra1-33/+27
2009-01-05hrtimer: simplify hotplug migrationThomas Gleixner1-15/+10