aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* oom: only oom kill exiting tasks with attached memoryDavid Rientjes2009-06-161-5/+3
* oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes2009-06-161-32/+10
* oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-12/+22
* oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes2009-05-291-9/+15
* oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes2009-05-061-23/+21
* memcg: show memcg information during OOMBalbir Singh2009-04-021-0/+1
* oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov2009-04-011-7/+5
* memcg: avoid deadlock caused by race between oom and cpuset_attachDaisuke Nishimura2009-01-081-2/+0
* memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki2009-01-081-0/+8
* oom: print triggering task's cpuset and mems allowedDavid Rientjes2009-01-061-0/+3
* oom: fix zone_scan_mutex nameDavid Rientjes2009-01-061-6/+6
* mm: invoke oom-killer from page faultNick Piggin2009-01-061-29/+65
* Merge branch 'master' into nextJames Morris2008-11-141-1/+2
|\
| * mm/oom_kill.c: fix badness() kerneldocQinghuang Feng2008-11-061-1/+0
| * oom: do not dump task state for non thread group leadersDavid Rientjes2008-11-061-0/+2
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-3/+3
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-1/+1
* | The oomkiller calculations make decisions based on capabilities. SinceEric Paris2008-11-111-3/+3
|/
* 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