aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-0/+10
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+1
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-1/+1
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-0/+2
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko1-0/+22
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa1-1/+1
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko1-1/+1
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko1-0/+5
2016-10-07mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov1-39/+4
2016-07-28mm, oom: fortify task_will_free_mem()Michal Hocko1-23/+3
2016-07-26mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa1-1/+1
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov1-3/+5
2016-05-23signal: make oom_flags a boolTetsuo Handa1-6/+3
2016-05-20oom: consider multi-threaded tasks in task_will_free_memMichal Hocko1-2/+13
2016-05-19oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko1-0/+8
2016-03-25include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa1-2/+0
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko1-1/+1
2015-09-08mm, oom: add description of struct oom_controlDavid Rientjes1-3/+17
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes1-1/+0
2015-09-08mm, oom: organize oom context into structDavid Rientjes1-10/+15
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner1-3/+2
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner1-3/+4
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan1-1/+2
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-11/+3
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-0/+4
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner1-5/+0
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov1-0/+11
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+3
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-2/+2
2013-11-13mm: add a helper function to check may oom conditionQiang Huang1-0/+5
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-2/+17
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-2/+2
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes1-2/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-9/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-11/+0
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes1-0/+3
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes1-0/+16
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes1-0/+2
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes1-2/+3
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes1-1/+1
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-1/+1
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes1-0/+1
2011-07-25oom: remove references to old badness() functionDavid Rientjes1-4/+0
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes1-0/+2
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki1-0/+2
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes1-0/+3
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-1/+13