summaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/c...Linus 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_ta...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/gi...Linus 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
2013-01-07cpuset: remove cpuset->parentTejun Heo1-11/+17
2013-01-07cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo1-75/+48
2013-01-07cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo1-81/+107
2013-01-07cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo1-0/+14
2013-01-07cpuset: pin down cpus and mems while a task is being attachedTejun Heo1-2/+26
2013-01-07cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo1-6/+48
2013-01-07cpuset: drop async_rebuild_sched_domains()Tejun Heo1-60/+16
2013-01-07cpuset: don't nest cgroup_mutex inside get_online_cpus()Tejun Heo1-4/+35
2013-01-07cpuset: reorganize CPU / memory hotplug handlingTejun Heo1-117/+104
2013-01-07cpuset: cleanup cpuset[_can]_attach()Tejun Heo1-17/+18
2013-01-07cpuset: introduce cpuset_for_each_child()Tejun Heo1-31/+54
2013-01-07cpuset: introduce CS_ONLINETejun Heo1-1/+10
2013-01-07cpuset: introduce ->css_on/offline()Tejun Heo1-22/+44
2013-01-07cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()Tejun Heo1-8/+0
2013-01-07cpuset: remove unused cpuset_unlock()Tejun Heo1-11/+0
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-16/+16
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo1-44/+36
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo1-5/+5
2012-07-24cpusets: Remove/update outdated commentsSrivatsa S. Bhat1-4/+3
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat1-27/+61
2012-07-24cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat1-9/+27
2012-07-24CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat1-0/+3
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-21/+10
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-5/+5
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-21/+10
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+4
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-5/+5
2012-03-28cpusets: Remove an unused variableDan Carpenter1-1/+0
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra1-16/+4
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-35/+8
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-11/+5
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-57/+48
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes1-5/+24