summaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)Author
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2006-12-30[PATCH] cpuset procfs warning fixAndrew Morton
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson
2006-12-08[PATCH] struct path: convert kernelJosef Sipek
2006-12-07[PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-07[PATCH] cpuset: minor code refinementsPaul Jackson
2006-10-10[PATCH] cpuset ANSI prototypeAl Viro
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter
2006-08-27[PATCH] cpuset: oom panic fixNick Piggin
2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson
2006-07-23[PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-30typo fixes: occuring -> occurringAdrian Bunk
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-05-21[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson
2006-05-21[PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson
2006-03-31[PATCH] cpuset: memory migration interaction fixPaul Jackson
2006-03-31[PATCH] cpuset: unsafe mm reference fixPaul Jackson
2006-03-31[PATCH] cpuset: task_lock comment fixPaul Jackson
2006-03-24[PATCH] cpuset: remove useless local variable initializationPaul Jackson
2006-03-24[PATCH] cpuset: don't need to mark cpuset_mems_generation atomicPaul Jackson
2006-03-24[PATCH] cpuset: remove unnecessary NULL checkPaul Jackson
2006-03-24[PATCH] cpuset memory spread basic implementationPaul Jackson
2006-03-24[PATCH] cpuset use combined atomic_inc_return callsPaul Jackson
2006-03-24[PATCH] cpuset cleanup not not operatorsPaul Jackson
2006-03-23[PATCH] kernel/cpuset.c, mutex conversionIngo Molnar
2006-02-15[PATCH] cpuset: oops in exit on null cpuset fixPaul Jackson
2006-02-03[PATCH] cpuset: fix sparse warningRandy Dunlap
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-08[PATCH] shrink dentry structEric Dumazet