summaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-111-2/+17
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-2/+2
* mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes2012-12-111-2/+0
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-9/+1
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-11/+0
* mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2012-07-311-0/+3
* mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2012-07-311-0/+16
* mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes2012-07-311-0/+2
* mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-291-2/+3
* mm, oom: force oom kill on sysrq+fDavid Rientjes2012-03-211-1/+1
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-121-1/+1
* oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-311-0/+1
* oom: remove references to old badness() functionDavid Rientjes2011-07-251-4/+0
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-251-0/+2
* memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki2010-08-111-0/+2
* oom: deprecate oom_adj tunableDavid Rientjes2010-08-091-0/+3
* oom: badness heuristic rewriteDavid Rientjes2010-08-091-1/+13
* oom: move badness() declaration into oom.hAndrew Morton2010-08-091-0/+6
* mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2010-08-091-1/+1
* oom: move sysctl declarations to oom.hDavid Rientjes2010-08-091-0/+5
* oom: extract panic helper functionDavid Rientjes2010-08-091-0/+1
* oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-161-1/+3
* oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2009-09-221-0/+11
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-2/+2
* oom: prevent including sched.h in header fileDavid Rientjes2007-10-171-2/+5
* oom: add per-zone lockingDavid Rientjes2007-10-171-0/+3
* oom: move constraints to enumDavid Rientjes2007-10-171-0/+9
* oom: move prototypes to appropriate header fileDavid Rientjes2007-10-171-1/+10
* [PATCH] OOM killer meets userspace headersAlexey Dobriyan2006-10-201-0/+10