summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-2/+4
* oom_kill: remove unused parameter in badness()Li Zefan2008-04-281-3/+2
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-23/+22
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-3/+5
* memcg: fix oops in oom handlingLi Zefan2008-04-151-2/+2
* mm/oom_kill: fix kernel-docRandy Dunlap2008-03-191-1/+8
* Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-041-1/+1
* oom: add sysctl to enable task memory dumpDavid Rientjes2008-02-071-5/+44
* memcontrol: move oom task exclusion to tasklist scanDavid Rientjes2008-02-071-7/+2
* Memory controller: OOM handlingPavel Emelianov2008-02-071-4/+39
* oom_kill: remove uid==0 checksSerge E. Hallyn2008-02-051-1/+1
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-051-3/+2
* sched: sched_rt_entityPeter Zijlstra2008-01-251-1/+1
* 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