aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12memcg: fix oom kill behaviorGravatar KAMEZAWA Hiroyuki 1-8/+0
2010-03-12memcg: handle panic_on_oom=always caseGravatar KAMEZAWA Hiroyuki 1-0/+2
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-2/+2
2010-02-22memcg: fix oom killing a child process in an other cgroupGravatar KAMEZAWA Hiroyuki 1-0/+2
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyGravatar Daisuke Nishimura 1-6/+7
2009-12-16oom-kill: fix NUMA constraint check with nodemaskGravatar KAMEZAWA Hiroyuki 1-13/+33
2009-12-16oom-kill: show virtual size and rss information of the killed processGravatar KOSAKI Motohiro 1-3/+13
2009-12-15oom: dump stack and VM state when oom killer panicsGravatar David Rientjes 1-16/+24
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)Gravatar KOSAKI Motohiro 1-16/+1
2009-09-22oom: make oom_score to per-process valueGravatar KOSAKI Motohiro 1-6/+29
2009-09-22oom: move oom_adj value from task_struct to signal_structGravatar KOSAKI Motohiro 1-19/+15
2009-09-22ksm: unmerge is an origin of OOMsGravatar Hugh Dickins 1-1/+1
2009-08-18mm: revert "oom: move oom_adj value"Gravatar KOSAKI Motohiro 1-25/+39
2009-06-16oom: only oom kill exiting tasks with attached memoryGravatar David Rientjes 1-5/+3
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEGravatar David Rientjes 1-32/+10
2009-06-16oom: move oom_adj value from task_struct to mm_structGravatar David Rientjes 1-12/+22
2009-05-29oom: fix possible oom_dump_tasks NULL pointerGravatar David Rientjes 1-9/+15
2009-05-06oom: prevent livelock when oom_kill_allocating_task is setGravatar David Rientjes 1-23/+21
2009-04-02memcg: show memcg information during OOMGravatar Balbir Singh 1-0/+1
2009-04-01oom_kill: don't call for int_sqrt(0)Gravatar Cyrill Gorcunov 1-7/+5
2009-01-08memcg: avoid deadlock caused by race between oom and cpuset_attachGravatar Daisuke Nishimura 1-2/+0
2009-01-08memcg: avoid unnecessary system-wide-oom-killerGravatar KAMEZAWA Hiroyuki 1-0/+8
2009-01-06oom: print triggering task's cpuset and mems allowedGravatar David Rientjes 1-0/+3
2009-01-06oom: fix zone_scan_mutex nameGravatar David Rientjes 1-6/+6
2009-01-06mm: invoke oom-killer from page faultGravatar Nick Piggin 1-29/+65
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-1/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-3/+3
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-1/+1
2008-11-11The oomkiller calculations make decisions based on capabilities. SinceGravatar Eric Paris 1-3/+3
2008-11-06mm/oom_kill.c: fix badness() kerneldocGravatar Qinghuang Feng 1-1/+0
2008-11-06oom: do not dump task state for non thread group leadersGravatar David Rientjes 1-0/+2
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-2/+4
2008-04-28oom_kill: remove unused parameter in badness()Gravatar Li Zefan 1-3/+2
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-23/+22
2008-04-28mm: use two zonelist that are filtered by GFP maskGravatar Mel Gorman 1-3/+5
2008-04-15memcg: fix oops in oom handlingGravatar Li Zefan 1-2/+2
2008-03-19mm/oom_kill: fix kernel-docGravatar Randy Dunlap 1-1/+8
2008-03-04Memory controller: rename to Memory Resource ControllerGravatar Balbir Singh 1-1/+1
2008-02-07oom: add sysctl to enable task memory dumpGravatar David Rientjes 1-5/+44
2008-02-07memcontrol: move oom task exclusion to tasklist scanGravatar David Rientjes 1-7/+2
2008-02-07Memory controller: OOM handlingGravatar Pavel Emelianov 1-4/+39
2008-02-05oom_kill: remove uid==0 checksGravatar Serge E. Hallyn 1-1/+1
2008-02-05Add 64-bit capability support to the kernelGravatar Andrew Morgan 1-3/+2
2008-01-25sched: sched_rt_entityGravatar Peter Zijlstra 1-1/+1
2007-10-20oom_kill bugGravatar Al Viro 1-1/+1
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-2/+3
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 1-1/+1
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachGravatar Matthias Kaehlcke 1-3/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Gravatar Serge E. Hallyn 1-2/+2