summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpuset: don't allocate trial cpuset on stackLi Zefan2009-01-081-33/+60
* cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan2009-01-081-5/+9
* cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan2009-01-081-6/+5
* cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan2009-01-081-3/+3
* cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie2009-01-081-3/+7
* cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan2009-01-081-8/+3
* oom: print triggering task's cpuset and mems allowedDavid Rientjes2009-01-061-0/+34
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar2008-11-291-1/+1
* cpuset: update top cpuset's mems after adding a nodeMiao Xie2008-11-191-3/+16
* cpuset: fix regression when failed to generate sched domainsLi Zefan2008-11-181-4/+8
* cpuset: use seq_*mask_* to print masksLai Jiangshan2008-10-201-8/+4
* cpuset.c: remove extra variableRakib Mullick2008-10-201-3/+2
* cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker2008-10-031-1/+1
* cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan2008-09-131-22/+15
* sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky2008-08-141-130/+182
* cpuset: clean up cpuset hierarchy traversal codeLi Zefan2008-07-301-13/+8
* cpuset: fix wrong calculation of relax domain levelLi Zefan2008-07-301-1/+1
* cpuset: speed up sched domain partitionLai Jiangshan2008-07-301-4/+37
* cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan2008-07-301-5/+2
* cpuset: two minor code-cleanupsLai Jiangshan2008-07-251-2/+2
* cpuset: code-cleanup for started_afterLai Jiangshan2008-07-251-31/+6
* cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan2008-07-251-0/+5
* cpuset: avoid unnecessary sched domains rebuildingLi Zefan2008-07-251-6/+12
* cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie2008-07-251-0/+7
* cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie2008-07-251-72/+109
* cgroup files: remove cpuset_common_file_write()Paul Menage2008-07-251-74/+35
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-1/+1
|\
OpenPOWER on IntegriCloud