summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-201-389/+483
|\
| * cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan2013-01-151-1/+0
| * cpuset: fix RCU lockdep splatLi Zefan2013-01-151-4/+4
| * cpuset: remove cpuset->parentTejun Heo2013-01-071-11/+17
| * cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo2013-01-071-75/+48
| * cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo2013-01-071-81/+107
| * cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo2013-01-071-0/+14
| * cpuset: pin down cpus and mems while a task is being attachedTejun Heo2013-01-071-2/+26
| * cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo2013-01-071-6/+48
| * cpuset: drop async_rebuild_sched_domains()Tejun Heo2013-01-071-60/+16
| * cpuset: don't nest cgroup_mutex inside get_online_cpus()Tejun Heo2013-01-071-4/+35
| * cpuset: reorganize CPU / memory hotplug handlingTejun Heo2013-01-071-117/+104
| * cpuset: cleanup cpuset[_can]_attach()Tejun Heo2013-01-071-17/+18
| * cpuset: introduce cpuset_for_each_child()Tejun Heo2013-01-071-31/+54
| * cpuset: introduce CS_ONLINETejun Heo2013-01-071-1/+10
| * cpuset: introduce ->css_on/offline()Tejun Heo2013-01-071-22/+44
| * cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()Tejun Heo2013-01-071-8/+0
| * cpuset: remove unused cpuset_unlock()Tejun Heo2013-01-071-11/+0
* | cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan2013-02-181-2/+10
|/
* cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-16/+16
* cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-191-44/+36
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-5/+5
* cpusets: Remove/update outdated commentsSrivatsa S. Bhat2012-07-241-4/+3
* cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2012-07-241-27/+61
* cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat2012-07-241-9/+27
* CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-07-241-0/+3
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-221-21/+10
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-21/+10
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-5/+5
|\ \ | |/ |/|
| * documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-5/+5
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-17/+4
|\ \ | |/ |/|
| * cpusets: Remove an unused variableDan Carpenter2012-03-281-1/+0
| * sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-03-271-16/+4
* | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-35/+8
* | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-11/+5
|/
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-57/+48
|\
| * cgroup, cpuset: don't use ss->pre_attach()Tejun Heo2011-12-121-17/+12
| * cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo2011-12-121-38/+32
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-8/+10
* | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2011-11-021-3/+6
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-261-0/+8
* cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-281-2/+2
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-4/+3
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-50/+46
* sched: Dynamic sched_domain::levelPeter Zijlstra2011-04-111-1/+1
* cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan2011-03-231-0/+2
OpenPOWER on IntegriCloud