aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-07-25oom: remove references to old badness() functionDavid Rientjes1-1/+1
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-2/+1
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes1-9/+27
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro1-3/+6
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro1-28/+0
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-23memcg: give current access to memory reserves if it's trying to dieDavid Rientjes1-0/+11
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes1-1/+1
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes1-15/+25
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin1-1/+3
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes1-4/+4
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov1-3/+8
2010-10-26oom: kill all threads sharing oom killed task's mmDavid Rientjes1-0/+24
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes1-4/+5
2010-09-22oom: filter unkillable tasks from tasklist dumpDavid Rientjes1-21/+19
2010-09-22oom: always return a badness score of non-zero for eligible tasksDavid Rientjes1-2/+7
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro1-1/+1
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro1-3/+6
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro1-3/+2
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki1-1/+1
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-148/+111
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro1-1/+1
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves1-3/+31
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro1-3/+0
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro1-2/+2
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro1-2/+3
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-6/+7
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro1-1/+2
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro1-11/+22
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro1-0/+2
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro1-3/+6
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes1-36/+29
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes1-10/+8
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim1-2/+2
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-09oom: extract panic helper functionDavid Rientjes1-24/+29
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes1-1/+1
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes1-36/+68
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-09oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov1-31/+43