Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 1 | -1/+0 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 1 | -1/+1 |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 1 | -0/+10 |
2018-08-24 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 1 | -1/+1 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 1 | -1/+1 |
2018-05-12 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes | 1 | -0/+2 |
2017-12-15 | mm, oom_reaper: fix memory corruption | Michal Hocko | 1 | -0/+9 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-19 | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko | 1 | -0/+22 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2016-10-08 | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 1 | -1/+1 |
2016-10-08 | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 1 | -1/+1 |
2016-10-08 | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 1 | -0/+5 |
2016-10-08 | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 1 | -39/+4 |
2016-07-29 | mm, oom: fortify task_will_free_mem() | Michal Hocko | 1 | -23/+3 |
2016-07-27 | mm,oom: remove unused argument from oom_scan_process_thread(). | Tetsuo Handa | 1 | -1/+1 |
2016-07-27 | mm: oom: add memcg to oom_control | Vladimir Davydov | 1 | -3/+5 |
2016-05-24 | signal: make oom_flags a bool | Tetsuo Handa | 1 | -6/+3 |
2016-05-21 | oom: consider multi-threaded tasks in task_will_free_mem | Michal Hocko | 1 | -2/+13 |
2016-05-20 | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko | 1 | -0/+8 |
2016-03-26 | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() | Tetsuo Handa | 1 | -2/+0 |
2016-03-26 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 1 | -1/+1 |
2015-09-09 | mm, oom: add description of struct oom_control | David Rientjes | 1 | -3/+17 |
2015-09-09 | mm, oom: pass an oom order of -1 when triggered by sysrq | David Rientjes | 1 | -1/+0 |
2015-09-09 | mm, oom: organize oom context into struct | David Rientjes | 1 | -10/+15 |
2015-06-25 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 1 | -3/+2 |
2015-06-25 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 1 | -3/+4 |
2015-04-15 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan | 1 | -1/+2 |
2015-02-12 | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko | 1 | -11/+3 |
2015-02-12 | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko | 1 | -0/+4 |
2015-01-27 | mm: page_alloc: embed OOM killing naturally into allocation slowpath | Johannes Weiner | 1 | -5/+0 |
2014-12-13 | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 1 | -0/+11 |
2014-10-22 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko | 1 | -0/+3 |
2014-08-07 | mm, oom: rename zonelist locking functions | David Rientjes | 1 | -2/+2 |
2013-11-13 | mm: add a helper function to check may oom condition | Qiang Huang | 1 | -0/+5 |
2012-12-12 | mm, oom: fix race when specifying a thread as the oom origin | David Rientjes | 1 | -2/+17 |
2012-12-12 | mm, oom: change type of oom_score_adj to short | David Rientjes | 1 | -2/+2 |
2012-12-12 | mm, memcg: make mem_cgroup_out_of_memory() static | David Rientjes | 1 | -2/+0 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -9/+1 |
2012-10-09 | oom: remove deprecated oom_adj | Davidlohr Bueso | 1 | -11/+0 |
2012-08-01 | mm, memcg: move all oom handling to memcontrol.c | David Rientjes | 1 | -0/+3 |
2012-08-01 | mm, memcg: introduce own oom handler to iterate only over its own threads | David Rientjes | 1 | -0/+16 |
2012-08-01 | mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h | David Rientjes | 1 | -0/+2 |
2012-05-30 | mm, oom: normalize oom scores to oom_score_adj scale only for userspace | David Rientjes | 1 | -2/+3 |
2012-03-22 | mm, oom: force oom kill on sysrq+f | David Rientjes | 1 | -1/+1 |
2012-01-13 | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 1 | -1/+1 |
2011-11-01 | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes | 1 | -0/+1 |
2011-07-26 | oom: remove references to old badness() function | David Rientjes | 1 | -4/+0 |
2011-05-25 | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 1 | -0/+2 |
2010-08-11 | memcg: use find_lock_task_mm() in memory cgroups oom | KAMEZAWA Hiroyuki | 1 | -0/+2 |