aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/cgroupLinus 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/kernel/git/tip/tipLinus 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/cgroupLinus Torvalds1-57/+48
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes1-5/+24
2011-12-12cgroup, cpuset: don't use ss->pre_attach()Tejun Heo1-17/+12
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo1-38/+32
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()Tejun Heo1-8/+10
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-02cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes1-3/+6
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+8
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro1-2/+2
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-4/+3
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-50/+46
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra1-1/+1
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan1-0/+2
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan1-35/+16
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan1-5/+2
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan1-16/+8
2011-03-04cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan1-2/+5
2010-10-29convert cgroup and cpusetAl Viro1-7/+6
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-2/+2
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-19/+2
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-12/+66
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König1-1/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offliningTejun Heo1-19/+2
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-4/+16
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-8/+50
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-2/+2
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov1-0/+42
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked codeOleg Nesterov1-26/+1
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie1-8/+12
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-7/+9
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven1-1/+1
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell1-10/+9
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar1-14/+52