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