summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov
2011-07-25oom: remove references to old badness() functionDavid Rientjes
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2011-03-23memcg: give current access to memory reserves if it's trying to dieDavid Rientjes
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov
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