summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorLines
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan-8/+4
2008-10-20cpuset.c: remove extra variableRakib Mullick-3/+2
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker-1/+1
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan-22/+15
2008-08-14sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky-130/+182
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan-1/+1
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan-5/+2
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan-2/+2
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan-31/+6
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan-0/+5
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan-6/+12
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie-0/+7
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie-72/+109
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage-74/+35
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2008-07-22cpusets: fix wrong domain attr updatesMiao Xie-1/+3
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky-1/+1
2008-07-14Merge commit 'v2.6.26' into sched/develIngo Molnar-6/+18
2008-07-13cpusets, hotplug, scheduler: fix scheduler domain breakageDmitry Adamushko-6/+18
2008-06-23Merge branch 'linus' into sched/develIngo Molnar-2/+2
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan-2/+2
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky-0/+6
2008-06-16Merge branch 'linus' into sched-develIngo Molnar-3/+7
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes-1/+13
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan-3/+7
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky-0/+6
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage-12/+40
2008-04-29Cpuset hardwall flag: add a mem_hardwall flag to cpusetsPaul Menage-16/+32
2008-04-29Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() APIPaul Menage-91/+75
2008-04-29kernel/cpuset.c: make 3 functions staticAdrian Bunk-3/+6
2008-04-29CGroup API files: update cpusets to use cgroup structured file APIPaul Menage-77/+83
2008-04-28kernel: fix integer as NULL pointer warningsHarvey Harrison-1/+2
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn-2/+2
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman-13/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman-2/+2
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto-1/+60
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis-0/+8
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis-19/+12
2008-03-05cpusets: fix obsolete commentDavid Rientjes-2/+2
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman-9/+10
2008-02-07hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson-8/+13
2008-02-07hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson-26/+15
2008-02-07cgroups: update comments in cpuset.cPaul Menage-85/+43
2008-02-07cpusets: update_cpumask revisionCliff Wickman-61/+46
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman-34/+133
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy-7/+7
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman-1/+14