aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan
2009-01-08cgroups: add css_tryget()Paul Menage
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage
2009-01-08cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M
2009-01-08cgroups: introduce link_css_set() to remove duplicate codeLi Zefan
2009-01-08cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan
2009-01-08cgroups: make root_list contains active hierarchies onlyLi Zefan
2009-01-08cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan
2009-01-08cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan
2009-01-08cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan
2009-01-08cgroups: fix cgroup_iter_next() bugLai Jiangshan
2009-01-08cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan
2009-01-08ns_cgroup: remove unused spinlockLi Zefan
2009-01-08cgroups: remove some redundant NULL checksLi Zefan
2009-01-07Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds
2009-01-07stop_machine/cpu hotplug: fix disable_nonboot_cpusHeiko Carstens
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven
2009-01-07async: don't do the initcall stuff post bootArjan van de Ven
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven
2009-01-07sched: fix possible recursive rq->lockPeter Zijlstra
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06dma-coherent: catch oversized requests to dma_alloc_from_coherent()Johannes Weiner
2009-01-06dma_alloc_coherent: clean it upAndrew Morton
2009-01-06dma_alloc_from_coherent(): fix fallback to generic memoryAndrew Morton
2009-01-06coredump_filter: permit changing of the default filterHidehiro Kawai
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu
2009-01-06kmod: fix varargs kernel-docRandy Dunlap
2009-01-06kprobes: support probing module __init functionMasami Hiramatsu
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu
2009-01-06kprobes: remove called_from argumentMasami Hiramatsu
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu
2009-01-06kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu