aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro
2009-12-15oom: dump stack and VM state when oom killer panicsDavid Rientjes
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes
2009-05-06oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes
2009-04-02memcg: show memcg information during OOMBalbir Singh
2009-04-01oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov
2009-01-08memcg: avoid deadlock caused by race between oom and cpuset_attachDaisuke Nishimura
2009-01-08memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes
2009-01-06mm: invoke oom-killer from page faultNick Piggin
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-11The oomkiller calculations make decisions based on capabilities. SinceEric Paris
2008-11-06mm/oom_kill.c: fix badness() kerneldocQinghuang Feng
2008-11-06oom: do not dump task state for non thread group leadersDavid Rientjes
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-15memcg: fix oops in oom handlingLi Zefan
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes
2008-02-07memcontrol: move oom task exclusion to tasklist scanDavid Rientjes
2008-02-07Memory controller: OOM handlingPavel Emelianov
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2008-01-25sched: sched_rt_entityPeter Zijlstra
2007-10-20oom_kill bugAl Viro
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke