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