summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce cpuset.c write_lock_irq() to read_lock()Paul Menage2007-07-161-3/+3
* cpuset: zero malloc - fix for old cpusetsPaul Jackson2007-06-161-1/+1
* use simple_read_from_buffer in kernel/Akinobu Mita2007-05-091-6/+1
* cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes2007-05-081-8/+30
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri2007-05-081-4/+2
* cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes2007-05-071-2/+20
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [PATCH] cpuset procfs warning fixAndrew Morton2006-12-301-1/+1
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-16/+66
* [PATCH] struct path: convert kernelJosef Sipek2006-12-081-11/+11
* [PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage2006-12-071-2/+3
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-4/+0
* [PATCH] cpuset: minor code refinementsPaul Jackson2006-12-071-5/+4
* [PATCH] cpuset ANSI prototypeAl Viro2006-10-101-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-4/+4
* [PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson2006-09-291-1/+6
* [PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson2006-09-291-17/+70
* [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson2006-09-291-3/+25
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-2/+2
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-261-1/+1
* [PATCH] cpuset: oom panic fixNick Piggin2006-08-271-1/+1
* [PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson2006-08-271-0/+33
* [PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson2006-07-231-3/+21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
* [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-261-6/+5
* [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-7/+20
* [PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley2006-06-231-0/+8
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+4
* [PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson2006-05-211-0/+1
* [PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson2006-05-211-9/+15
* [PATCH] cpuset: memory migration interaction fixPaul Jackson2006-03-311-5/+52
* [PATCH] cpuset: unsafe mm reference fixPaul Jackson2006-03-311-2/+2
* [PATCH] cpuset: task_lock comment fixPaul Jackson2006-03-311-6/+4
* [PATCH] cpuset: remove useless local variable initializationPaul Jackson2006-03-241-1/+1
* [PATCH] cpuset: don't need to mark cpuset_mems_generation atomicPaul Jackson2006-03-241-8/+11
* [PATCH] cpuset: remove unnecessary NULL checkPaul Jackson2006-03-241-12/+6
* [PATCH] cpuset memory spread basic implementationPaul Jackson2006-03-241-6/+98
* [PATCH] cpuset use combined atomic_inc_return callsPaul Jackson2006-03-241-7/+4
* [PATCH] cpuset cleanup not not operatorsPaul Jackson2006-03-241-5/+5
* [PATCH] kernel/cpuset.c, mutex conversionIngo Molnar2006-03-231-109/+103
* [PATCH] cpuset: oops in exit on null cpuset fixPaul Jackson2006-02-151-1/+34
* [PATCH] cpuset: fix sparse warningRandy Dunlap2006-02-031-1/+1
* [PATCH] cpuset oom lock fixPaul Jackson2006-01-141-5/+28
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
OpenPOWER on IntegriCloud