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