aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h
AgeCommit message (Expand)Author
2016-07-28mm, oom: fortify task_will_free_mem()Michal Hocko
2016-07-26mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov
2016-05-23signal: make oom_flags a boolTetsuo Handa
2016-05-20oom: consider multi-threaded tasks in task_will_free_memMichal Hocko
2016-05-19oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko
2016-03-25include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2015-09-08mm, oom: add description of struct oom_controlDavid Rientjes
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes
2015-09-08mm, oom: organize oom context into structDavid Rientjes
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes
2013-11-13mm: add a helper function to check may oom conditionQiang Huang
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-07-25oom: remove references to old badness() functionDavid Rientjes
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: move badness() declaration into oom.hAndrew Morton
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes
2010-08-09oom: extract panic helper functionDavid Rientjes
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2007-10-17oom: prevent including sched.h in header fileDavid Rientjes
2007-10-17oom: add per-zone lockingDavid Rientjes
2007-10-17oom: move constraints to enumDavid Rientjes
2007-10-17oom: move prototypes to appropriate header fileDavid Rientjes
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan