summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorLines
2013-08-21cpuset: fix a regression in validating config changeLi Zefan-5/+9
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan-2/+4
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-191/+287
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar-2/+2
2013-06-13cpuset: rename @cont to @cgrpLi Zefan-16/+16
2013-06-13cpuset: fix to migrate mm correctly in a corner caseLi Zefan-6/+19
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan-2/+7
2013-06-13cpuset: allow to keep tasks in empty cpusetsLi Zefan-31/+110
2013-06-13cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan-11/+65
2013-06-13cpuset: record old_mems_allowed in struct cpusetLi Zefan-25/+36
2013-06-09cpuset: remove async hotplug propagation workLi Zefan-53/+16
2013-06-09cpuset: let hotplug propagation work wait for task attachingLi Zefan-12/+17
2013-06-05cpuset: re-structure update_cpumask() a bitLi Zefan-3/+4
2013-06-05cpuset: remove cpuset_test_cpumask()Li Zefan-18/+1
2013-06-05cpuset: remove unnecessary variable in cpuset_attach()Li Zefan-4/+2
2013-06-05cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan-22/+7
2013-06-05cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan-2/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro-14/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-87/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-8/+8
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton-5/+7
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan-7/+0
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan-1/+9
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong-11/+2
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo-45/+6
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan-1/+1
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo-8/+8
2013-03-12cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan-0/+2
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan-23/+9
2013-02-20Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-389/+483
2013-02-18cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan-2/+10
2013-01-15cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan-1/+0
2013-01-15cpuset: fix RCU lockdep splatLi Zefan-4/+4
2013-01-07cpuset: remove cpuset->parentTejun Heo-11/+17
2013-01-07cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo-75/+48
2013-01-07cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo-81/+107
2013-01-07cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo-0/+14
2013-01-07cpuset: pin down cpus and mems while a task is being attachedTejun Heo-2/+26
2013-01-07cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo-6/+48
2013-01-07cpuset: drop async_rebuild_sched_domains()Tejun Heo-60/+16
2013-01-07cpuset: don't nest cgroup_mutex inside get_online_cpus()Tejun Heo-4/+35
2013-01-07cpuset: reorganize CPU / memory hotplug handlingTejun Heo-117/+104
2013-01-07cpuset: cleanup cpuset[_can]_attach()Tejun Heo-17/+18
2013-01-07cpuset: introduce cpuset_for_each_child()Tejun Heo-31/+54
2013-01-07cpuset: introduce CS_ONLINETejun Heo-1/+10
2013-01-07cpuset: introduce ->css_on/offline()Tejun Heo-22/+44
2013-01-07cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()Tejun Heo-8/+0
2013-01-07cpuset: remove unused cpuset_unlock()Tejun Heo-11/+0
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan-16/+16