aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2010-10-26oom: kill all threads sharing oom killed task's mmDavid Rientjes
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes
2010-09-22oom: filter unkillable tasks from tasklist dumpDavid Rientjes
2010-09-22oom: always return a badness score of non-zero for eligible tasksDavid Rientjes
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes
2010-08-09oom: extract panic helper functionDavid Rientjes
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes
2010-08-09oom: improve commentary in dump_tasks()David Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro
2009-12-15oom: dump stack and VM state when oom killer panicsDavid Rientjes
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro