aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-14/+52
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens1-7/+1
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-138/+46
2009-06-16cpusets: update tasks' page/slab spread flags in timeMiao Xie1-4/+55
2009-06-16cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie1-8/+19
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-1/+1
2009-04-02cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes1-8/+11
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage1-0/+15
2009-04-02cpusets: replace zone allowed functions with node allowedDavid Rientjes1-34/+25
2009-04-02cpuset: remove struct cpuset_hotplug_scannerLi Zefan1-14/+9
2009-04-02cpuset: avoid changing cpuset's mems when errno returnedLi Zefan1-9/+16
2009-04-02cpuset: rewrite update_tasks_nodemask()Li Zefan1-70/+39
2009-04-02cpuset: fix possible races in cpu/memory hotplugLi Zefan1-3/+6
2009-04-02cgroups: show correct file modeLi Zefan1-0/+1
2009-01-19cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie1-1/+12
2009-01-15cgroups: consolidate cgroup documentsLi Zefan1-1/+1
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan1-13/+15
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan1-40/+60
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan1-33/+60
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan1-5/+9
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan1-6/+5
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan1-3/+3
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpusetMiao Xie1-3/+7
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan1-8/+3
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+34
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar1-1/+1
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-3/+16
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan1-4/+8
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan1-8/+4
2008-10-20cpuset.c: remove extra variableRakib Mullick1-3/+2
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker1-1/+1
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan1-22/+15
2008-08-14sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky1-130/+182
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan1-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan1-1/+1
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan1-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan1-5/+2
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan1-2/+2
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan1-31/+6
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan1-0/+5
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan1-6/+12
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/onlineMiao Xie1-0/+7
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie1-72/+109