summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* hotplug cpu: migrate a task within its cpusetCliff Wickman2007-10-191-1/+14
* Fix cpusets update_cpumaskPaul Menage2007-10-191-4/+101
* cpusets: decrustify cpuset mask update codePaul Jackson2007-10-191-30/+20
* cpuset sched_load_balance flagPaul Jackson2007-10-191-5/+270
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-976/+212
* cpuset: zero malloc - revert the old cpuset fixPaul Jackson2007-10-191-1/+1
* whitespace fixes: cpusetDaniel Walker2007-10-181-6/+6
* oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes2007-10-171-32/+11
* cpuset: remove sched domain hooks from cpusetsPaul Jackson2007-10-161-82/+2
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-1/+1
* Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter2007-10-161-18/+38
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-171-0/+3
|\
| * HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity2007-07-161-0/+3
* | 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