| Commit message (Expand) | Author | Age | Files | Lines |
* | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 2019-07-12 | 1 | -1/+0 |
* | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 2019-07-12 | 1 | -1/+1 |
* | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 2018-12-28 | 1 | -0/+10 |
* | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -1/+1 |
* | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 2018-08-22 | 1 | -1/+1 |
* | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes | 2018-05-11 | 1 | -0/+2 |
* | mm, oom_reaper: fix memory corruption | Michal Hocko | 2017-12-14 | 1 | -0/+9 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko | 2017-08-18 | 1 | -0/+22 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 2016-10-07 | 1 | -1/+1 |
* | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 2016-10-07 | 1 | -1/+1 |
* | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 2016-10-07 | 1 | -0/+5 |
* | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 2016-10-07 | 1 | -39/+4 |
* | mm, oom: fortify task_will_free_mem() | Michal Hocko | 2016-07-28 | 1 | -23/+3 |
* | mm,oom: remove unused argument from oom_scan_process_thread(). | Tetsuo Handa | 2016-07-26 | 1 | -1/+1 |
* | mm: oom: add memcg to oom_control | Vladimir Davydov | 2016-07-26 | 1 | -3/+5 |
* | signal: make oom_flags a bool | Tetsuo Handa | 2016-05-23 | 1 | -6/+3 |
* | oom: consider multi-threaded tasks in task_will_free_mem | Michal Hocko | 2016-05-20 | 1 | -2/+13 |
* | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko | 2016-05-19 | 1 | -0/+8 |
* | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() | Tetsuo Handa | 2016-03-25 | 1 | -2/+0 |
* | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 2016-03-25 | 1 | -1/+1 |
* | mm, oom: add description of struct oom_control | David Rientjes | 2015-09-08 | 1 | -3/+17 |
* | mm, oom: pass an oom order of -1 when triggered by sysrq | David Rientjes | 2015-09-08 | 1 | -1/+0 |
* | mm, oom: organize oom context into struct | David Rientjes | 2015-09-08 | 1 | -10/+15 |
* | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 2015-06-24 | 1 | -3/+2 |
* | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 2015-06-24 | 1 | -3/+4 |
* | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan | 2015-04-14 | 1 | -1/+2 |
* | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko | 2015-02-11 | 1 | -11/+3 |
* | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko | 2015-02-11 | 1 | -0/+4 |
* | 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 |