aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-5/+5
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-17/+4
2012-03-29documentation: remove references to cpu_*_map.Gravatar Rusty Russell 1-5/+5
2012-03-28cpusets: Remove an unused variableGravatar Dan Carpenter 1-1/+0
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlineGravatar Peter Zijlstra 1-16/+4
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Gravatar Mel Gorman 1-35/+8
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-11/+5
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-57/+48
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskGravatar David Rientjes 1-5/+24
2011-12-12cgroup, cpuset: don't use ss->pre_attach()Gravatar Tejun Heo 1-17/+12
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Gravatar Tejun Heo 1-38/+32
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Gravatar Tejun Heo 1-8/+10
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-02cpusets: avoid looping when storing to mems_allowed if one node remains setGravatar David Rientjes 1-3/+6
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-0/+8
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedGravatar KOSAKI Motohiro 1-2/+2
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-4/+3
2011-05-26cgroups: add per-thread subsystem callbacksGravatar Ben Blum 1-50/+46
2011-04-11sched: Dynamic sched_domain::levelGravatar Peter Zijlstra 1-1/+1
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Gravatar Li Zefan 1-0/+2
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Gravatar Li Zefan 1-35/+16
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Gravatar Li Zefan 1-5/+2
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Gravatar Li Zefan 1-16/+8
2011-03-04cpuset: add a missing unlock in cpuset_write_resmask()Gravatar Li Zefan 1-2/+5
2010-10-29convert cgroup and cpusetGravatar Al Viro 1-7/+6
2010-10-21security: remove unused parameter from security_task_setscheduler()Gravatar KOSAKI Motohiro 1-2/+2
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-19/+2
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksGravatar Tejun Heo 1-1/+1
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 1-12/+66
2010-06-16fix typos concerning "hierarchy"Gravatar Uwe Kleine-König 1-1/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Gravatar Tejun Heo 1-19/+2
2010-05-27cpusets: new round-robin rotor for SLAB allocationsGravatar Jack Steiner 1-4/+16
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-8/+50
2010-05-25mempolicy: restructure rebinding-mempolicy functionsGravatar Miao Xie 1-2/+2
2010-04-02sched: Make select_fallback_rq() cpuset friendlyGravatar Oleg Nesterov 1-0/+42
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Gravatar Oleg Nesterov 1-26/+1
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackGravatar Miao Xie 1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeGravatar Miao Xie 1-8/+12
2009-12-06sched: Fix balance vs hotplug raceGravatar Peter Zijlstra 1-7/+9
2009-12-06cpumask: Fix generate_sched_domains() for UPGravatar Geert Uytterhoeven 1-1/+1
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tGravatar Rusty Russell 1-10/+9
2009-10-25Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-14/+52
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeGravatar Ben Blum 1-14/+52
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusGravatar Heiko Carstens 1-7/+1
2009-06-16cpuset,mm: update tasks' mems_allowed in timeGravatar Miao Xie 1-138/+46
2009-06-16cpusets: update tasks' page/slab spread flags in timeGravatar Miao Xie 1-4/+55
2009-06-16cpusets: restructure the function cpuset_update_task_memory_state()Gravatar Miao Xie 1-8/+19
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingGravatar Yinghai Lu 1-1/+1