summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAge
* oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes2007-10-17
* oom: do not take callback_mutexDavid Rientjes2007-10-17
* oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes2007-10-17
* oom: suppress extraneous stack and memory dumpDavid Rientjes2007-10-17
* oom: add oom_kill_allocating_task sysctlDavid Rientjes2007-10-17
* oom: add per-zone lockingDavid Rientjes2007-10-17
* oom: move constraints to enumDavid Rientjes2007-10-17
* Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Christoph Lameter2007-10-16
* oom: print points as unsigned longDavid Rientjes2007-07-31
* Remove fs.h from mm.hAlexey Dobriyan2007-07-29
* oom: fix constraint deadlockDavid Rientjes2007-05-07
* mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2007-05-07
* allow oom_adj of saintly processesJoshua N Pritikin2007-05-07
* fix OOM killing processes wrongly thought MPOL_BINDHugh Dickins2007-04-24
* oom: kill all threads that share mm with killed taskDavid Rientjes2007-04-24
* [PATCH] oom fix: prevent oom from killing a process with children/sibling unk...Ankita Garg2007-03-16
* [PATCH] fix OOM killing of swapoffHugh Dickins2007-01-05
* [PATCH] fix oom killer kills current every time if there is memory-less-node ...KAMEZAWA Hiroyuki2006-12-30
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-13
* [PATCH] oom: less memdieNick Piggin2006-12-07
* [PATCH] oom: cleanup messagesNick Piggin2006-12-07
* [PATCH] oom: don't kill unkillable children or siblingsNick Piggin2006-12-07
* [PATCH] OOM killer meets userspace headersAlexey Dobriyan2006-10-20
* [PATCH] oom: don't kill current when another OOM in progressNick Piggin2006-09-29
* [PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov2006-09-29
* [PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov2006-09-29
* [PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov2006-09-29
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-29
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-29
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-29
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-26
* [PATCH] oom-kill: update comments to reflect current codeRam Gupta2006-09-26
* [PATCH] oom: more printkNick Piggin2006-09-26
* [PATCH] oom: kthread infinite loop fixNick Piggin2006-09-26
* [PATCH] oom: swapoff tasks tweakNick Piggin2006-09-26
* [PATCH] oom: handle oom_disable exitingNick Piggin2006-09-26
* [PATCH] oom: handle current exitingNick Piggin2006-09-26
* [PATCH] oom: cpuset hintNick Piggin2006-09-26
* [PATCH] out of memory notifierMartin Schwidefsky2006-09-26
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-03
* [PATCH] mm: fix typos in comments in mm/oom_kill.cDave Peterson2006-06-23
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-23
* [PATCH] mm: fix mm_struct reference counting bugs in mm/oom_kill.cDave Peterson2006-04-19
* [PATCH] oom-kill: mm locking fixAndrew Morton2006-04-19
* [PATCH] out_of_memory() locking fixAndrew Morton2006-03-02
* [PATCH] out_of_memory(): use of uninitialisedAndrew Morton2006-02-28
* [PATCH] Terminate process that fails on a constrained allocationChristoph Lameter2006-02-20
* [PATCH] OOM kill: children accountingKurt Garloff2006-02-20
* [PATCH] dump_stack() in oom handlerAndrew Morton2006-02-01
* [PATCH] cpuset oom lock fixPaul Jackson2006-01-14