Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / oom_kill.c
2012-03-23 Oleg Nesterovsignal: oom_kill_task: use SEND_SIG_FORCED instead...
2012-03-22 David Rientjesmm, memcg: pass charge order to oom killer
2012-03-22 David Rientjesmm, oom: force oom kill on sysrq+f
2012-03-22 David Rientjesmm, oom: introduce independent oom killer ratelimit...
2012-03-22 David Rientjesmm, oom: do not emit oom killer warning if chosen threa...
2012-03-22 David Rientjesmm, oom: fold oom_kill_task() into oom_kill_process()
2012-03-22 David Rientjesmm, oom: avoid looping when chosen thread detaches...
2012-01-13 Johannes Weinermm: unify remaining mem_cont, mem, etc. variable names...
2012-01-13 Johannes Weinermm: oom_kill: remove memcg argument from oom_kill_task()
2012-01-11 KAMEZAWA Hiroyukitracepoint: add tracepoints for debugging oom_score_adj
2011-12-21 Rafael J. WysockiMerge branch 'master' into pm-sleep
2011-12-20 Frantisek Hrbataoom: fix integer overflow of points in oom_badness
2011-11-21 Tejun Heofreezer: rename thaw_process() to __thaw_task() and...
2011-11-16 Michal Hockooom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 David Rientjesoom: fix race while temporarily setting current's oom_s...
2011-11-01 David Rientjesoom: remove oom_disable_count
2011-11-01 David Rientjesoom: avoid killing kthreads if they assume the oom...
2011-11-01 David Rientjesoom: thaw threads if oom killed thread is frozen before...
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-08-02 Oleg Nesterovoom: task->mm == NULL doesn't mean the memory was freed
2011-07-26 David Rientjesoom: remove references to old badness() function
2011-06-22 Tejun Heoptrace: kill task_ptrace()
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 David Rientjesoom: replace PF_OOM_ORIGIN with toggling oom_score_adj
2011-04-28 KOSAKI Motohirooom: use pte pages in OOM score
2011-04-14 KOSAKI Motohirooom-kill: remove boost_dying_task_prio()
2011-03-25 David Rientjeslib, arch: add filter argument to show_mem and fix...
2011-03-24 David Rientjesmemcg: give current access to memory reserves if it...
2011-03-23 David Rientjesoom: suppress nodes that are not allowed from meminfo...
2011-03-23 David Rientjesoom: avoid deferring oom killer if exiting task is...
2011-03-23 Andrey Vaginoom: skip zombies when iterating tasklist
2011-03-23 David Rientjesoom: prevent unnecessary oom kills or kernel panics
2011-03-14 Linus TorvaldsRevert "oom: oom_kill_process: fix the child_points...
2011-03-14 Oleg Nesterovoom: oom_kill_process: fix the child_points logic
2010-10-26 David Rientjesoom: kill all threads sharing oom killed task's mm
2010-10-26 David Rientjesoom: avoid killing a task if a thread sharing its mm...
2010-09-23 David Rientjesoom: filter unkillable tasks from tasklist dump
2010-09-23 David Rientjesoom: always return a badness score of non-zero for...
2010-08-20 KOSAKI Motohirooom: __task_cred() need rcu_read_lock()
2010-08-20 KOSAKI Motohirooom: fix tasklist_lock leak
2010-08-20 KOSAKI Motohirooom: fix NULL pointer dereference
2010-08-11 KAMEZAWA Hiroyukimemcg: use find_lock_task_mm() in memory cgroups oom
2010-08-10 David Rientjesoom: badness heuristic rewrite
2010-08-10 KOSAKI Motohirooom: multi threaded process coredump don't make deadlock
2010-08-10 Luis Claudio R.... oom: give the dying task a higher priority
2010-08-10 KOSAKI Motohirooom: remove child->mm check from oom_kill_process()
2010-08-10 KOSAKI Motohirooom: cleanup has_intersects_mems_allowed()
2010-08-10 KOSAKI Motohirooom: move OOM_DISABLE check from oom_kill_task to out_o...
2010-08-10 KOSAKI Motohirooom: kill duplicate OOM_DISABLE check
2010-08-10 KOSAKI Motohirooom: /proc/<pid>/oom_score treat kernel thread honestly
2010-08-10 KOSAKI Motohirooom: oom_kill_process() needs to check that p is unkillable
2010-08-10 KOSAKI Motohirooom: make oom_unkillable_task() helper function
2010-08-10 KOSAKI Motohirooom: oom_kill_process() doesn't select kthread child
2010-08-10 KOSAKI Motohirooom: don't try to kill oom_unkillable child
2010-08-10 David Rientjesoom: fold __out_of_memory into out_of_memory
2010-08-10 David Rientjesoom: remove constraint argument from select_bad_process...
2010-08-10 Minchan Kimmm: rename try_set_zone_oom() to try_set_zonelist_oom()
2010-08-10 David Rientjesoom: remove unnecessary code and cleanup
2010-08-10 David Rientjesoom: remove special handling for pagefault ooms
2010-08-10 David Rientjesoom: extract panic helper function
2010-08-10 David Rientjesoom: enable oom tasklist dump by default
2010-08-10 David Rientjesoom: select task from tasklist for mempolicy ooms
2010-08-10 David Rientjesoom: sacrifice child with highest badness score for...
2010-08-10 David Rientjesoom: filter tasks not sharing the same cpuset
2010-08-10 David Rientjesoom: avoid sending exiting tasks a SIGKILL
2010-08-10 David Rientjesoom: give current access to memory reserves if it has...
2010-08-10 David Rientjesoom: dump_tasks use find_lock_task_mm too fix
2010-08-10 David Rientjesoom: improve commentary in dump_tasks()
2010-08-10 KOSAKI Motohirooom: dump_tasks use find_lock_task_mm too
2010-08-10 Oleg Nesterovoom: introduce find_lock_task_mm() to fix !mm false...
2010-08-10 Oleg Nesterovoom: PF_EXITING check should take mm into account
2010-08-10 Oleg Nesterovoom: check PF_KTHREAD instead of !mm to skip kthreads
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-27 David Rientjesmemcg: make oom killer a no-op when no killable task...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-12 KAMEZAWA Hiroyukimemcg: fix oom kill behavior
2010-03-12 KAMEZAWA Hiroyukimemcg: handle panic_on_oom=always case
2010-03-06 KAMEZAWA Hiroyukimm: clean up mm_counter
2010-02-23 KAMEZAWA Hiroyukimemcg: fix oom killing a child process in an other...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-06 Daisuke Nishimuramemcg: avoid oom-killing innocent task in case of use_h...
2009-12-16 Daisuke Nishimuramemcg: avoid oom-killing innocent task in case of use_h...
2009-12-16 KAMEZAWA Hiroyukioom-kill: fix NUMA constraint check with nodemask
2009-12-16 KOSAKI Motohirooom-kill: show virtual size and rss information of...
2009-12-15 David Rientjesoom: dump stack and VM state when oom killer panics
2009-09-22 KOSAKI Motohirooom: oom_kill doesn't kill vfork parent (or child)
2009-09-22 KOSAKI Motohirooom: make oom_score to per-process value
2009-09-22 KOSAKI Motohirooom: move oom_adj value from task_struct to signal_struct
2009-09-22 Hugh Dickinsksm: unmerge is an origin of OOMs
2009-08-18 KOSAKI Motohiromm: revert "oom: move oom_adj value"
2009-06-17 David Rientjesoom: only oom kill exiting tasks with attached memory
2009-06-17 David Rientjesoom: avoid unnecessary mm locking and scanning for...
2009-06-17 David Rientjesoom: move oom_adj value from task_struct to mm_struct
2009-05-29 David Rientjesoom: fix possible oom_dump_tasks NULL pointer
2009-05-06 David Rientjesoom: prevent livelock when oom_kill_allocating_task...
2009-04-03 Balbir Singhmemcg: show memcg information during OOM
2009-04-01 Cyrill Gorcunovoom_kill: don't call for int_sqrt(0)
2009-01-08 Daisuke Nishimuramemcg: avoid deadlock caused by race between oom and...
2009-01-08 KAMEZAWA Hiroyukimemcg: avoid unnecessary system-wide-oom-killer
next