aboutsummaryrefslogtreecommitdiff
path: root/include/linux/oom.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-13mm: add a helper function to check may oom conditionGravatar Qiang Huang 1-0/+5
2012-12-11mm, oom: fix race when specifying a thread as the oom originGravatar David Rientjes 1-2/+17
2012-12-11mm, oom: change type of oom_score_adj to shortGravatar David Rientjes 1-2/+2
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticGravatar David Rientjes 1-2/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-9/+1
2012-10-09oom: remove deprecated oom_adjGravatar Davidlohr Bueso 1-11/+0
2012-07-31mm, memcg: move all oom handling to memcontrol.cGravatar David Rientjes 1-0/+3
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsGravatar David Rientjes 1-0/+16
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hGravatar David Rientjes 1-0/+2
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceGravatar David Rientjes 1-2/+3
2012-03-21mm, oom: force oom kill on sysrq+fGravatar David Rientjes 1-1/+1
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgGravatar Johannes Weiner 1-1/+1
2011-10-31oom: fix race while temporarily setting current's oom_score_adjGravatar David Rientjes 1-0/+1
2011-07-25oom: remove references to old badness() functionGravatar David Rientjes 1-4/+0
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjGravatar David Rientjes 1-0/+2
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomGravatar KAMEZAWA Hiroyuki 1-0/+2
2010-08-09oom: deprecate oom_adj tunableGravatar David Rientjes 1-0/+3
2010-08-09oom: badness heuristic rewriteGravatar David Rientjes 1-1/+13
2010-08-09oom: move badness() declaration into oom.hGravatar Andrew Morton 1-0/+6
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Gravatar Minchan Kim 1-1/+1
2010-08-09oom: move sysctl declarations to oom.hGravatar David Rientjes 1-0/+5
2010-08-09oom: extract panic helper functionGravatar David Rientjes 1-0/+1
2009-12-16oom-kill: fix NUMA constraint check with nodemaskGravatar KAMEZAWA Hiroyuki 1-1/+3
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongGravatar Alexey Dobriyan 1-0/+11
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-2/+2
2007-10-17oom: prevent including sched.h in header fileGravatar David Rientjes 1-2/+5
2007-10-17oom: add per-zone lockingGravatar David Rientjes 1-0/+3
2007-10-17oom: move constraints to enumGravatar David Rientjes 1-0/+9
2007-10-17oom: move prototypes to appropriate header fileGravatar David Rientjes 1-1/+10
2006-10-20[PATCH] OOM killer meets userspace headersGravatar Alexey Dobriyan 1-0/+10