aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17oom: convert zone_scan_lock from mutex to spinlockGravatar David Rientjes 1-5/+5
2007-10-17oom: do not take callback_mutexGravatar David Rientjes 1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsGravatar David Rientjes 1-1/+1
2007-10-17oom: suppress extraneous stack and memory dumpGravatar David Rientjes 1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlGravatar David Rientjes 1-5/+8
2007-10-17oom: add per-zone lockingGravatar David Rientjes 1-0/+52
2007-10-17oom: move constraints to enumGravatar David Rientjes 1-9/+3
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Gravatar Christoph Lameter 1-8/+1
2007-07-31oom: print points as unsigned longGravatar David Rientjes 1-1/+1
2007-07-29Remove fs.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-07oom: fix constraint deadlockGravatar David Rientjes 1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useGravatar Yasunori Goto 1-0/+3
2007-05-07allow oom_adj of saintly processesGravatar Joshua N Pritikin 1-2/+4
2007-04-24fix OOM killing processes wrongly thought MPOL_BINDGravatar Hugh Dickins 1-0/+2
2007-04-24oom: kill all threads that share mm with killed taskGravatar David Rientjes 1-1/+1
2007-03-16[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...Gravatar Ankita Garg 1-1/+1
2007-01-05[PATCH] fix OOM killing of swapoffGravatar Hugh Dickins 1-6/+6
2006-12-30[PATCH] fix oom killer kills current every time if there is memory-less-node ...Gravatar KAMEZAWA Hiroyuki 1-1/+6
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiGravatar Paul Jackson 1-1/+1
2006-12-07[PATCH] oom: less memdieGravatar Nick Piggin 1-2/+3
2006-12-07[PATCH] oom: cleanup messagesGravatar Nick Piggin 1-14/+13
2006-12-07[PATCH] oom: don't kill unkillable children or siblingsGravatar Nick Piggin 1-2/+11
2006-10-20[PATCH] OOM killer meets userspace headersGravatar Alexey Dobriyan 1-0/+1
2006-09-29[PATCH] oom: don't kill current when another OOM in progressGravatar Nick Piggin 1-6/+17
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksGravatar Oleg Nesterov 1-5/+2
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkGravatar Oleg Nesterov 1-10/+9
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkGravatar Oleg Nesterov 1-6/+6
2006-09-29[PATCH] introduce TASK_DEAD stateGravatar Oleg Nesterov 1-1/+1
2006-09-29[PATCH] kill PF_DEAD flagGravatar Oleg Nesterov 1-2/+2
2006-09-29[PATCH] pidspace: is_init()Gravatar Sukadev Bhattiprolu 1-1/+1
2006-09-26[PATCH] NUMA: Add zone_to_nid functionGravatar Christoph Lameter 1-2/+1
2006-09-26[PATCH] oom-kill: update comments to reflect current codeGravatar Ram Gupta 1-3/+3