aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov1-1/+1
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov1-6/+3
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki1-8/+0
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki1-0/+2
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura1-6/+7
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki1-13/+33
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro1-3/+13
2009-12-15oom: dump stack and VM state when oom killer panicsDavid Rientjes1-16/+24
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro1-16/+1
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-6/+29