aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan2013-03-041-2/+10
* CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-10-131-0/+3
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-011-35/+8
* cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2012-08-011-5/+24
* cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2012-08-011-3/+6
* 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
|\
| * cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-14/+52
* | sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens2009-09-211-7/+1
|/
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-161-138/+46
* cpusets: update tasks' page/slab spread flags in timeMiao Xie2009-06-161-4/+55
* cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie2009-06-161-8/+19
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-1/+1
* cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes2009-04-021-8/+11
* cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage2009-04-021-0/+15
* cpusets: replace zone allowed functions with node allowedDavid Rientjes2009-04-021-34/+25
* cpuset: remove struct cpuset_hotplug_scannerLi Zefan2009-04-021-14/+9
* cpuset: avoid changing cpuset's mems when errno returnedLi Zefan2009-04-021-9/+16
* cpuset: rewrite update_tasks_nodemask()Li Zefan2009-04-021-70/+39
* cpuset: fix possible races in cpu/memory hotplugLi Zefan2009-04-021-3/+6
* cgroups: show correct file modeLi Zefan2009-04-021-0/+1
* cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie2009-01-191-1/+12
* cgroups: consolidate cgroup documentsLi Zefan2009-01-151-1/+1
* cpuset: remove remaining pointers to cpumask_tLi Zefan2009-01-081-13/+15
* cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan2009-01-081-40/+60