aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)Author
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-06-16cpusets: update tasks' page/slab spread flags in timeMiao Xie
2009-06-16cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-04-02cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage
2009-04-02cpusets: replace zone allowed functions with node allowedDavid Rientjes
2009-04-02cpuset: remove struct cpuset_hotplug_scannerLi Zefan
2009-04-02cpuset: avoid changing cpuset's mems when errno returnedLi Zefan
2009-04-02cpuset: rewrite update_tasks_nodemask()Li Zefan
2009-04-02cpuset: fix possible races in cpu/memory hotplugLi Zefan
2009-04-02cgroups: show correct file modeLi Zefan
2009-01-19cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie
2009-01-15cgroups: consolidate cgroup documentsLi Zefan
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan
2008-10-20cpuset.c: remove extra variableRakib Mullick
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan
2008-08-14sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie