aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjGravatar David Rientjes 1-9/+27
2011-04-28oom: use pte pages in OOM scoreGravatar KOSAKI Motohiro 1-3/+6
2011-04-14oom-kill: remove boost_dying_task_prio()Gravatar KOSAKI Motohiro 1-28/+0
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsGravatar David Rientjes 1-1/+1
2011-03-23memcg: give current access to memory reserves if it's trying to dieGravatar David Rientjes 1-0/+11
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killGravatar David Rientjes 1-1/+1
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedGravatar David Rientjes 1-15/+25
2011-03-22oom: skip zombies when iterating tasklistGravatar Andrey Vagin 1-1/+3
2011-03-22oom: prevent unnecessary oom kills or kernel panicsGravatar David Rientjes 1-4/+4
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Gravatar Linus Torvalds 1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicGravatar Oleg Nesterov 1-3/+8
2010-10-26oom: kill all threads sharing oom killed task's mmGravatar David Rientjes 1-0/+24
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedGravatar David Rientjes 1-4/+5
2010-09-22oom: filter unkillable tasks from tasklist dumpGravatar David Rientjes 1-21/+19
2010-09-22oom: always return a badness score of non-zero for eligible tasksGravatar David Rientjes 1-2/+7
2010-08-20oom: __task_cred() need rcu_read_lock()Gravatar KOSAKI Motohiro 1-1/+1
2010-08-20oom: fix tasklist_lock leakGravatar KOSAKI Motohiro 1-3/+6
2010-08-20oom: fix NULL pointer dereferenceGravatar KOSAKI Motohiro 1-3/+2
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomGravatar KAMEZAWA Hiroyuki 1-1/+1
2010-08-09oom: badness heuristic rewriteGravatar David Rientjes 1-148/+111
2010-08-09oom: multi threaded process coredump don't make deadlockGravatar KOSAKI Motohiro 1-1/+1
2010-08-09oom: give the dying task a higher priorityGravatar Luis Claudio R. Goncalves 1-3/+31
2010-08-09oom: remove child->mm check from oom_kill_process()Gravatar KOSAKI Motohiro 1-3/+0
2010-08-09oom: cleanup has_intersects_mems_allowed()Gravatar KOSAKI Motohiro 1-2/+2
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()Gravatar KOSAKI Motohiro 1-2/+3
2010-08-09oom: kill duplicate OOM_DISABLE checkGravatar KOSAKI Motohiro 1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyGravatar KOSAKI Motohiro 1-6/+7
2010-08-09oom: oom_kill_process() needs to check that p is unkillableGravatar KOSAKI Motohiro 1-1/+2
2010-08-09oom: make oom_unkillable_task() helper functionGravatar KOSAKI Motohiro 1-11/+22
2010-08-09oom: oom_kill_process() doesn't select kthread childGravatar KOSAKI Motohiro 1-0/+2
2010-08-09oom: don't try to kill oom_unkillable childGravatar KOSAKI Motohiro 1-3/+6
2010-08-09oom: fold __out_of_memory into out_of_memoryGravatar David Rientjes 1-36/+29
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryGravatar David Rientjes 1-10/+8
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Gravatar Minchan Kim 1-2/+2
2010-08-09oom: remove unnecessary code and cleanupGravatar David Rientjes 1-46/+10
2010-08-09oom: remove special handling for pagefault oomsGravatar David Rientjes 1-29/+57
2010-08-09oom: extract panic helper functionGravatar David Rientjes 1-24/+29
2010-08-09oom: enable oom tasklist dump by defaultGravatar David Rientjes 1-1/+1
2010-08-09oom: select task from tasklist for mempolicy oomsGravatar David Rientjes 1-36/+68
2010-08-09oom: sacrifice child with highest badness score for parentGravatar David Rientjes 1-11/+29
2010-08-09oom: filter tasks not sharing the same cpusetGravatar David Rientjes 1-8/+2
2010-08-09oom: avoid sending exiting tasks a SIGKILLGravatar David Rientjes 1-1/+1
2010-08-09oom: give current access to memory reserves if it has been killedGravatar David Rientjes 1-0/+10
2010-08-09oom: dump_tasks use find_lock_task_mm too fixGravatar David Rientjes 1-2/+2
2010-08-09oom: improve commentary in dump_tasks()Gravatar David Rientjes 1-8/+3
2010-08-09oom: dump_tasks use find_lock_task_mm tooGravatar KOSAKI Motohiro 1-18/+21
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesGravatar Oleg Nesterov 1-31/+43
2010-08-09oom: PF_EXITING check should take mm into accountGravatar Oleg Nesterov 1-1/+1
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsGravatar Oleg Nesterov 1-6/+3
2010-05-27memcg: make oom killer a no-op when no killable task can be foundGravatar David Rientjes 1-4/+1