serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / oom_kill.c
2011-12-20 Frantisek Hrbataoom: fix integer overflow of points in oom_badness
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-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-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...
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
2009-01-06 David Rientjesoom: print triggering task's cpuset and mems allowed
2009-01-06 David Rientjesoom: fix zone_scan_mutex name
2009-01-06 Nick Pigginmm: invoke oom-killer from page fault
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-11 Eric ParisThe oomkiller calculations make decisions based on...
2008-11-06 Qinghuang Fengmm/oom_kill.c: fix badness() kerneldoc
2008-11-06 David Rientjesoom: do not dump task state for non thread group leaders
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-04-28 Li Zefanoom_kill: remove unused parameter in badness()
2008-04-28 Mel Gormanmm: have zonelist contains structs with both a zone...
2008-04-28 Mel Gormanmm: use two zonelist that are filtered by GFP mask
2008-04-16 Li Zefanmemcg: fix oops in oom handling
2008-03-20 Randy Dunlapmm/oom_kill: fix kernel-doc
2008-03-05 Balbir SinghMemory controller: rename to Memory Resource Controller
next