aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAge
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-12
* mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner2012-01-12
* tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-10
* Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-21
|\
| * oom: fix integer overflow of points in oom_badnessFrantisek Hrbata2011-12-20
* | freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-21
|/
* oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko2011-11-15
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* | oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-31
* | oom: remove oom_disable_countDavid Rientjes2011-10-31
* | oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes2011-10-31
* | oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes2011-10-31
|/
* oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov2011-08-01
* oom: remove references to old badness() functionDavid Rientjes2011-07-25
* ptrace: kill task_ptrace()Tejun Heo2011-06-22
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-25
* oom: use pte pages in OOM scoreKOSAKI Motohiro2011-04-28
* oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro2011-04-14
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-24
* memcg: give current access to memory reserves if it's trying to dieDavid Rientjes2011-03-23
* oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes2011-03-22
* oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes2011-03-22
* oom: skip zombies when iterating tasklistAndrey Vagin2011-03-22
* oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes2011-03-22
* Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds2011-03-14
* oom: oom_kill_process: fix the child_points logicOleg Nesterov2011-03-14
* oom: kill all threads sharing oom killed task's mmDavid Rientjes2010-10-26
* oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes2010-10-26
* oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-22
* oom: always return a badness score of non-zero for eligible tasksDavid Rientjes2010-09-22
* oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro2010-08-20
* oom: fix tasklist_lock leakKOSAKI Motohiro2010-08-20
* oom: fix NULL pointer dereferenceKOSAKI Motohiro2010-08-20
* memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki2010-08-11
* oom: badness heuristic rewriteDavid Rientjes2010-08-09
* oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro2010-08-09
* oom: give the dying task a higher priorityLuis Claudio R. Goncalves2010-08-09
* oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro2010-08-09
* oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro2010-08-09
* oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro2010-08-09
* oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro2010-08-09
* oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-09
* oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro2010-08-09
* oom: make oom_unkillable_task() helper functionKOSAKI Motohiro2010-08-09
* oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro2010-08-09
* oom: don't try to kill oom_unkillable childKOSAKI Motohiro2010-08-09
* oom: fold __out_of_memory into out_of_memoryDavid Rientjes2010-08-09
* oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes2010-08-09
* mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2010-08-09