aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro1-16/+1
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-6/+29
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-19/+15
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-1/+1
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-25/+39
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes1-5/+3
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes1-32/+10
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-12/+22
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes1-9/+15
2009-05-06oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes1-23/+21
2009-04-02memcg: show memcg information during OOMBalbir Singh1-0/+1
2009-04-01oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov1-7/+5
2009-01-08memcg: avoid deadlock caused by race between oom and cpuset_attachDaisuke Nishimura1-2/+0
2009-01-08memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki1-0/+8
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+3
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes1-6/+6
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-29/+65
2008-11-14Merge branch 'master' into nextJames Morris1-1/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-3/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-11-11The oomkiller calculations make decisions based on capabilities. SinceEric Paris1-3/+3
2008-11-06mm/oom_kill.c: fix badness() kerneldocQinghuang Feng1-1/+0
2008-11-06oom: do not dump task state for non thread group leadersDavid Rientjes1-0/+2
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-2/+4
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan1-3/+2
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-23/+22
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-3/+5
2008-04-15memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap1-1/+8
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh1-1/+1
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes1-5/+44
2008-02-07memcontrol: move oom task exclusion to tasklist scanDavid Rientjes1-7/+2
2008-02-07Memory controller: OOM handlingPavel Emelianov1-4/+39
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn1-1/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-3/+2
2008-01-25sched: sched_rt_entityPeter Zijlstra1-1/+1
2007-10-20oom_kill bugAl Viro1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+3
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-3/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-2/+2
2007-10-17oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes1-5/+5
2007-10-17oom: do not take callback_mutexDavid Rientjes1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-1/+1
2007-10-17oom: suppress extraneous stack and memory dumpDavid Rientjes1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes1-5/+8
2007-10-17oom: add per-zone lockingDavid Rientjes1-0/+52
2007-10-17oom: move constraints to enumDavid Rientjes1-9/+3
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the flyChristoph Lameter1-8/+1
2007-07-31oom: print points as unsigned longDavid Rientjes1-1/+1