Age | Commit message (Expand) | Author | Files | Lines |
2016-04-02 | oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head | Michal Hocko | 1 | -1/+5 |
2016-03-26 | oom, oom_reaper: protect oom_reaper_list using simpler way | Tetsuo Handa | 1 | -6/+2 |
2016-03-26 | oom: make oom_reaper freezable | Michal Hocko | 1 | -0/+2 |
2016-03-26 | oom: make oom_reaper_list single linked | Vladimir Davydov | 1 | -8/+7 |
2016-03-26 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task | Michal Hocko | 1 | -1/+5 |
2016-03-26 | mm, oom_reaper: implement OOM victims queuing | Michal Hocko | 1 | -17/+19 |
2016-03-26 | mm, oom_reaper: report success/failure | Michal Hocko | 1 | -2/+15 |
2016-03-26 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 1 | -25/+48 |
2016-03-26 | mm, oom: introduce oom reaper | Michal Hocko | 1 | -6/+145 |
2016-03-18 | mm,oom: make oom_killer_disable() killable | Tetsuo Handa | 1 | -7/+3 |
2016-03-18 | mm: coalesce split strings | Joe Perches | 1 | -2/+1 |
2016-03-18 | mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner | 1 | -3/+0 |
2016-03-16 | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka | 1 | -3/+4 |
2016-01-15 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 1 | -2/+3 |
2015-12-12 | mm/oom_kill.c: avoid attempting to kill init sharing same memory | Chen Jie | 1 | -0/+2 |
2015-11-07 | mm/oom_kill.c: introduce is_sysrq_oom helper | Yaowei Bai | 1 | -4/+13 |
2015-11-06 | mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() | Oleg Nesterov | 1 | -2/+20 |
2015-11-06 | mm/oom_kill: cleanup the "kill sharing same memory" loop | Oleg Nesterov | 1 | -7/+11 |
2015-11-06 | mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() | Oleg Nesterov | 1 | -4/+0 |
2015-11-06 | mm, oom: remove task_lock protecting comm printing | David Rientjes | 1 | -7/+1 |
2015-11-06 | mm/oom_kill.c: suppress unnecessary "sharing same memory" message | Tetsuo Handa | 1 | -1/+3 |
2015-11-06 | mm/oom_kill.c: fix potentially killing unrelated process | Tetsuo Handa | 1 | -1/+3 |
2015-11-06 | mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL | Tetsuo Handa | 1 | -1/+6 |
2015-09-09 | mm, oom: remove unnecessary variable | David Rientjes | 1 | -13/+8 |
2015-09-09 | mm, oom: do not panic for oom kills triggered from sysrq | David Rientjes | 1 | -2/+5 |
2015-09-09 | mm, oom: pass an oom order of -1 when triggered by sysrq | David Rientjes | 1 | -3/+2 |
2015-09-09 | mm, oom: organize oom context into struct | David Rientjes | 1 | -61/+54 |
2015-06-25 | mm/oom_kill.c: print points as unsigned int | Wang Long | 1 | -1/+1 |
2015-06-25 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 1 | -100/+27 |
2015-06-25 | mm: oom_kill: remove unnecessary locking in exit_oom_victim() | Johannes Weiner | 1 | -2/+0 |
2015-06-25 | mm: oom_kill: generalize OOM progress waitqueue | Johannes Weiner | 1 | -5/+1 |
2015-06-25 | mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear | Johannes Weiner | 1 | -2/+1 |
2015-06-25 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 1 | -9/+7 |
2015-06-25 | mm: oom_kill: remove unnecessary locking in oom_enable() | Johannes Weiner | 1 | -2/+0 |
2015-04-16 | mm/oom_kill.c: fix typo in comment | Yaowei Bai | 1 | -1/+1 |
2015-04-15 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan | 1 | -3/+4 |
2015-02-12 | mm: account pmd page tables to the process | Kirill A. Shutemov | 1 | -4/+5 |
2015-02-12 | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko | 1 | -20/+112 |
2015-02-12 | oom: thaw the OOM victim if it is frozen | Michal Hocko | 1 | -2/+8 |
2015-02-12 | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko | 1 | -3/+20 |
2015-02-12 | oom: make sure that TIF_MEMDIE is set under task_lock | Michal Hocko | 1 | -2/+5 |
2015-02-12 | oom: don't count on mm-less current process | Tetsuo Handa | 1 | -1/+5 |
2014-12-13 | oom: kill the insufficient and no longer needed PT_TRACE_EXIT check | Oleg Nesterov | 1 | -8/+3 |
2014-12-13 | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 1 | -3/+3 |
2014-12-12 | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -1/+1 |
2014-12-11 | mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() | Johannes Weiner | 1 | -2/+2 |
2014-10-27 | cpuset: simplify cpuset_node_allowed API | Vladimir Davydov | 1 | -1/+1 |
2014-10-22 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko | 1 | -0/+17 |
2014-10-10 | mm: clean up zone flags | Johannes Weiner | 1 | -3/+3 |
2014-08-07 | mm, oom: remove unnecessary exit_state check | David Rientjes | 1 | -2/+0 |