summaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes1-2/+20
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2006-12-30[PATCH] cpuset procfs warning fixAndrew Morton1-1/+1
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-16/+66
2006-12-08[PATCH] struct path: convert kernelJosef Sipek1-11/+11
2006-12-07[PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage1-2/+3
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-4/+0
2006-12-07[PATCH] cpuset: minor code refinementsPaul Jackson1-5/+4
2006-10-10[PATCH] cpuset ANSI prototypeAl Viro1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson1-1/+6
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson1-17/+70
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-3/+25
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-2/+2
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter1-1/+1
2006-08-27[PATCH] cpuset: oom panic fixNick Piggin1-1/+1
2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson1-0/+33
2006-07-23[PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson1-3/+21
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-6/+5
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-7/+20
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley1-0/+8
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-05-21[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson1-0/+1
2006-05-21[PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson1-9/+15