summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* oom_kill bugAl Viro2007-10-201-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+3
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-10-191-3/+1
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-2/+2
* oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes2007-10-171-5/+5
* oom: do not take callback_mutexDavid Rientjes2007-10-171-3/+0
* oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes2007-10-171-1/+1
* oom: suppress extraneous stack and memory dumpDavid Rientjes2007-10-171-13/+14
* oom: add oom_kill_allocating_task sysctlDavid Rientjes2007-10-171-5/+8
* oom: add per-zone lockingDavid Rientjes2007-10-171-0/+52
* oom: move constraints to enumDavid Rientjes2007-10-171-9/+3
* Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Christoph Lameter2007-10-161-8/+1
* oom: print points as unsigned longDavid Rientjes2007-07-311-1/+1
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* oom: fix constraint deadlockDavid Rientjes2007-05-071-4/+6
* mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2007-05-071-0/+3
* allow oom_adj of saintly processesJoshua N Pritikin2007-05-071-2/+4
* fix OOM killing processes wrongly thought MPOL_BINDHugh Dickins2007-04-241-0/+2
* oom: kill all threads that share mm with killed taskDavid Rientjes2007-04-241-1/+1
* [PATCH] oom fix: prevent oom from killing a process with children/sibling unk...Ankita Garg2007-03-161-1/+1
* [PATCH] fix OOM killing of swapoffHugh Dickins2007-01-051-6/+6
* [PATCH] fix oom killer kills current every time if there is memory-less-node ...KAMEZAWA Hiroyuki2006-12-301-1/+6
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1
* [PATCH] oom: less memdieNick Piggin2006-12-071-2/+3
* [PATCH] oom: cleanup messagesNick Piggin2006-12-071-14/+13
* [PATCH] oom: don't kill unkillable children or siblingsNick Piggin2006-12-071-2/+11
* [PATCH] OOM killer meets userspace headersAlexey Dobriyan2006-10-201-0/+1
* [PATCH] oom: don't kill current when another OOM in progressNick Piggin2006-09-291-6/+17
* [PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov2006-09-291-5/+2
* [PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov2006-09-291-10/+9
* [PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov2006-09-291-6/+6
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-291-1/+1
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-291-2/+2
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-2/+1
* [PATCH] oom-kill: update comments to reflect current codeRam Gupta2006-09-261-3/+3
* [PATCH] oom: more printkNick Piggin2006-09-261-2/+3
* [PATCH] oom: kthread infinite loop fixNick Piggin2006-09-261-0/+3
* [PATCH] oom: swapoff tasks tweakNick Piggin2006-09-261-2/+6
* [PATCH] oom: handle oom_disable exitingNick Piggin2006-09-261-2/+2
* [PATCH] oom: handle current exitingNick Piggin2006-09-261-4/+31
* [PATCH] oom: cpuset hintNick Piggin2006-09-261-3/+8
* [PATCH] out of memory notifierMartin Schwidefsky2006-09-261-0/+22
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-4/+4
* [PATCH] mm: fix typos in comments in mm/oom_kill.cDave Peterson2006-06-231-3/+3
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-231-0/+3
* [PATCH] mm: fix mm_struct reference counting bugs in mm/oom_kill.cDave Peterson2006-04-191-22/+23
* [PATCH] oom-kill: mm locking fixAndrew Morton2006-04-191-8/+18
* [PATCH] out_of_memory() locking fixAndrew Morton2006-03-021-1/+2