aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2012-03-23signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes
2012-03-21mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes
2012-03-21mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes
2012-03-21mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes
2012-03-21mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-12mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo
2011-11-15oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-10-31oom: remove oom_disable_countDavid Rientjes
2011-10-31oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes
2011-10-31oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
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