aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-164/+153
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan1-3/+0
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-16/+26
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-10/+5
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-22/+19
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo1-37/+26
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-29/+29
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-17/+18
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-18/+21
2013-08-08cgroup: add css_parent()Tejun Heo1-5/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo1-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+3
2013-07-31cgroup: more naming cleanupsLi Zefan1-8/+8
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang1-6/+6
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang1-1/+0
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-191/+287
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-2/+2
2013-06-13cpuset: rename @cont to @cgrpLi Zefan1-16/+16
2013-06-13cpuset: fix to migrate mm correctly in a corner caseLi Zefan1-6/+19
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan1-2/+7
2013-06-13cpuset: allow to keep tasks in empty cpusetsLi Zefan1-31/+110
2013-06-13cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan1-11/+65
2013-06-13cpuset: record old_mems_allowed in struct cpusetLi Zefan1-25/+36
2013-06-09cpuset: remove async hotplug propagation workLi Zefan1-53/+16
2013-06-09cpuset: let hotplug propagation work wait for task attachingLi Zefan1-12/+17
2013-06-05cpuset: re-structure update_cpumask() a bitLi Zefan1-3/+4
2013-06-05cpuset: remove cpuset_test_cpumask()Li Zefan1-18/+1
2013-06-05cpuset: remove unnecessary variable in cpuset_attach()Li Zefan1-4/+2
2013-06-05cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan1-22/+7
2013-06-05cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan1-2/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-14/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-87/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+8
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton1-5/+7
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan1-7/+0
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan1-1/+9
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong1-11/+2
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()Tejun Heo1-45/+6
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan1-1/+1
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo1-8/+8
2013-03-12cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan1-0/+2
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan1-23/+9
2013-02-20Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-389/+483
2013-02-18cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan1-2/+10
2013-01-15cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan1-1/+0
2013-01-15cpuset: fix RCU lockdep splatLi Zefan1-4/+4