aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge commit 'v2.6.26' into sched/develIngo Molnar1-6/+18
2008-07-13cpusets, hotplug, scheduler: fix scheduler domain breakageDmitry Adamushko1-6/+18
2008-06-23Merge branch 'linus' into sched/develIngo Molnar1-2/+2
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan1-2/+2
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the cpusetsMax Krasnyansky1-0/+6
2008-06-16Merge branch 'linus' into sched-develIngo Molnar1-3/+7
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes1-1/+13
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the cpusetsMax Krasnyansky1-0/+6
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage1-12/+40
2008-04-29Cpuset hardwall flag: add a mem_hardwall flag to cpusetsPaul Menage1-16/+32
2008-04-29Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() APIPaul Menage1-91/+75
2008-04-29kernel/cpuset.c: make 3 functions staticAdrian Bunk1-3/+6
2008-04-29CGroup API files: update cpusets to use cgroup structured file APIPaul Menage1-77/+83
2008-04-28kernel: fix integer as NULL pointer warningsHarvey Harrison1-1/+2
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-2/+2
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-13/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-2/+2
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+60
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-0/+8
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-19/+12
2008-03-05cpusets: fix obsolete commentDavid Rientjes1-2/+2
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-9/+10
2008-02-07hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson1-8/+13
2008-02-07hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson1-26/+15
2008-02-07cgroups: update comments in cpuset.cPaul Menage1-85/+43
2008-02-07cpusets: update_cpumask revisionCliff Wickman1-61/+46
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman1-34/+133
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-7/+7
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman1-1/+14
2007-10-19Fix cpusets update_cpumaskPaul Menage1-4/+101
2007-10-19cpusets: decrustify cpuset mask update codePaul Jackson1-30/+20
2007-10-19cpuset sched_load_balance flagPaul Jackson1-5/+270
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-976/+212
2007-10-19cpuset: zero malloc - revert the old cpuset fixPaul Jackson1-1/+1
2007-10-18whitespace fixes: cpusetDaniel Walker1-6/+6
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-32/+11
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson1-82/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+1
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter1-18/+38
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-0/+3
2007-07-16Reduce cpuset.c write_lock_irq() to read_lock()Paul Menage1-3/+3
2007-07-16HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity1-0/+3
2007-06-16cpuset: zero malloc - fix for old cpusetsPaul Jackson1-1/+1
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita1-6/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes1-8/+30
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri1-4/+2