summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan2011-03-231-35/+16
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan2011-03-231-5/+2
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan2011-03-231-16/+8
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-041-2/+5
* convert cgroup and cpusetAl Viro2010-10-291-7/+6
* security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-19/+2
|\
| * sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-221-1/+1
| * sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-081-19/+2
* | Merge branch 'master' into for-nextJiri Kosina2010-06-161-12/+66
|\|
| * cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-271-4/+16
| * cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-251-8/+50
| * mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-251-2/+2
* | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-1/+1
|/
* sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-021-0/+42
* sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-021-26/+1
* cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie2010-03-241-28/+66
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-241-8/+12
* sched: Fix balance vs hotplug racePeter Zijlstra2009-12-061-7/+9
* cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven2009-12-061-1/+1
* cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-041-10/+9
* Merge branch 'linus' into sched/coreIngo Molnar2009-10-251-14/+52
|\