| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: page_alloc: embed OOM killing naturally into allocation slowpath | Johannes Weiner | 2015-01-26 | 1 | -5/+0 |
* | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 2014-12-13 | 1 | -0/+11 |
* | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko | 2014-10-21 | 1 | -0/+3 |
* | mm, oom: rename zonelist locking functions | David Rientjes | 2014-08-06 | 1 | -2/+2 |
* | mm: add a helper function to check may oom condition | Qiang Huang | 2013-11-13 | 1 | -0/+5 |
* | mm, oom: fix race when specifying a thread as the oom origin | David Rientjes | 2012-12-11 | 1 | -2/+17 |
* | mm, oom: change type of oom_score_adj to short | David Rientjes | 2012-12-11 | 1 | -2/+2 |
* | mm, memcg: make mem_cgroup_out_of_memory() static | David Rientjes | 2012-12-11 | 1 | -2/+0 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -9/+1 |
* | oom: remove deprecated oom_adj | Davidlohr Bueso | 2012-10-09 | 1 | -11/+0 |
* | mm, memcg: move all oom handling to memcontrol.c | David Rientjes | 2012-07-31 | 1 | -0/+3 |
* | mm, memcg: introduce own oom handler to iterate only over its own threads | David Rientjes | 2012-07-31 | 1 | -0/+16 |
* | mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h | David Rientjes | 2012-07-31 | 1 | -0/+2 |
* | mm, oom: normalize oom scores to oom_score_adj scale only for userspace | David Rientjes | 2012-05-29 | 1 | -2/+3 |
* | mm, oom: force oom kill on sysrq+f | David Rientjes | 2012-03-21 | 1 | -1/+1 |
* | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 2012-01-12 | 1 | -1/+1 |
* | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes | 2011-10-31 | 1 | -0/+1 |
* | oom: remove references to old badness() function | David Rientjes | 2011-07-25 | 1 | -4/+0 |
* | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 2011-05-25 | 1 | -0/+2 |
* | memcg: use find_lock_task_mm() in memory cgroups oom | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -0/+2 |
* | oom: deprecate oom_adj tunable | David Rientjes | 2010-08-09 | 1 | -0/+3 |
* | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 | 1 | -1/+13 |
* | oom: move badness() declaration into oom.h | Andrew Morton | 2010-08-09 | 1 | -0/+6 |
* | mm: rename try_set_zone_oom() to try_set_zonelist_oom() | Minchan Kim | 2010-08-09 | 1 | -1/+1 |
* | oom: move sysctl declarations to oom.h | David Rientjes | 2010-08-09 | 1 | -0/+5 |
* | oom: extract panic helper function | David Rientjes | 2010-08-09 | 1 | -0/+1 |
* | oom-kill: fix NUMA constraint check with nodemask | KAMEZAWA Hiroyuki | 2009-12-16 | 1 | -1/+3 |
* | oom: move oom_killer_enable()/oom_killer_disable to where they belong | Alexey Dobriyan | 2009-09-22 | 1 | -0/+11 |
* | mm: have zonelist contains structs with both a zone pointer and zone_idx | Mel Gorman | 2008-04-28 | 1 | -2/+2 |
* | oom: prevent including sched.h in header file | David Rientjes | 2007-10-17 | 1 | -2/+5 |
* | oom: add per-zone locking | David Rientjes | 2007-10-17 | 1 | -0/+3 |
* | oom: move constraints to enum | David Rientjes | 2007-10-17 | 1 | -0/+9 |
* | oom: move prototypes to appropriate header file | David Rientjes | 2007-10-17 | 1 | -1/+10 |
* | [PATCH] OOM killer meets userspace headers | Alexey Dobriyan | 2006-10-20 | 1 | -0/+10 |