aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh1-9/+35
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage1-9/+21
2009-01-08cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M1-2/+4
2009-01-08cgroups: introduce link_css_set() to remove duplicate codeLi Zefan1-38/+30
2009-01-08cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan1-2/+3
2009-01-08cgroups: make root_list contains active hierarchies onlyLi Zefan1-12/+7
2009-01-08cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan1-2/+0
2009-01-08cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan1-1/+6
2009-01-08cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan1-0/+2
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan1-2/+2
2009-01-08cgroups: fix cgroup_iter_next() bugLai Jiangshan1-1/+3
2009-01-08cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan1-0/+2
2009-01-08ns_cgroup: remove unused spinlockLi Zefan1-2/+0
2009-01-08cgroups: remove some redundant NULL checksLi Zefan1-22/+7
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