aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes
2008-02-07memcontrol: move oom task exclusion to tasklist scanDavid Rientjes
2008-02-07Memory controller: OOM handlingPavel Emelianov
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2008-01-25sched: sched_rt_entityPeter Zijlstra
2007-10-20oom_kill bugAl Viro
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-17oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes
2007-10-17oom: do not take callback_mutexDavid Rientjes
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes
2007-10-17oom: suppress extraneous stack and memory dumpDavid Rientjes
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes
2007-10-17oom: add per-zone lockingDavid Rientjes
2007-10-17oom: move constraints to enumDavid Rientjes
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Christoph Lameter
2007-07-31oom: print points as unsigned longDavid Rientjes
2007-07-29Remove fs.h from mm.hAlexey Dobriyan
2007-05-07oom: fix constraint deadlockDavid Rientjes
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto
2007-05-07allow oom_adj of saintly processesJoshua N Pritikin
2007-04-24fix OOM killing processes wrongly thought MPOL_BINDHugh Dickins
2007-04-24oom: kill all threads that share mm with killed taskDavid Rientjes
2007-03-16[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...Ankita Garg
2007-01-05[PATCH] fix OOM killing of swapoffHugh Dickins
2006-12-30[PATCH] fix oom killer kills current every time if there is memory-less-node ...KAMEZAWA Hiroyuki
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson
2006-12-07[PATCH] oom: less memdieNick Piggin
2006-12-07[PATCH] oom: cleanup messagesNick Piggin
2006-12-07[PATCH] oom: don't kill unkillable children or siblingsNick Piggin
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter
2006-09-26[PATCH] oom-kill: update comments to reflect current codeRam Gupta
2006-09-26[PATCH] oom: more printkNick Piggin
2006-09-26[PATCH] oom: kthread infinite loop fixNick Piggin
2006-09-26[PATCH] oom: swapoff tasks tweakNick Piggin
2006-09-26[PATCH] oom: handle oom_disable exitingNick Piggin
2006-09-26[PATCH] oom: handle current exitingNick Piggin