Age | Commit message (Expand) | Author |
2020-10-13 | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary | Suren Baghdasaryan |
2020-08-12 | mm, oom: make the calculation of oom badness more accurate | Yafang Shao |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian |
2018-08-23 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko |
2018-05-11 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes |
2017-12-14 | mm, oom_reaper: fix memory corruption | Michal Hocko |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-18 | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-10-07 | 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-07-28 | mm, oom: fortify task_will_free_mem() | Michal Hocko |
2016-07-26 | 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-05-23 | signal: make oom_flags a bool | Tetsuo Handa |
2016-05-20 | oom: consider multi-threaded tasks in task_will_free_mem | Michal Hocko |
2016-05-19 | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko |
2016-03-25 | 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 |
2015-09-08 | 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-06-24 | 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-04-14 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan |
2015-02-11 | 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-01-26 | mm: page_alloc: embed OOM killing naturally into allocation slowpath | Johannes Weiner |
2014-12-13 | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov |
2014-10-21 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko |
2014-08-06 | mm, oom: rename zonelist locking functions | David Rientjes |
2013-11-13 | mm: add a helper function to check may oom condition | Qiang Huang |
2012-12-11 | 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-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
2012-10-09 | oom: remove deprecated oom_adj | Davidlohr Bueso |
2012-07-31 | 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-05-29 | mm, oom: normalize oom scores to oom_score_adj scale only for userspace | David Rientjes |
2012-03-21 | mm, oom: force oom kill on sysrq+f | David Rientjes |
2012-01-12 | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner |
2011-10-31 | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes |
2011-07-25 | oom: remove references to old badness() function | David Rientjes |