Age | Commit message (Expand) | Author |
2016-06-03 | mm, oom_reaper: do not use siglock in try_oom_reaper() | Michal Hocko |
2016-05-27 | oom_reaper: close race with exiting task | Michal Hocko |
2016-05-27 | mm: oom: do not reap task if there are live threads in threadgroup | Vladimir Davydov |
2016-05-21 | mm,oom: speed up select_bad_process() loop | Tetsuo Handa |
2016-05-21 | mm, oom_reaper: do not mmput synchronously from the oom reaper context | Michal Hocko |
2016-05-21 | mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully | Michal Hocko |
2016-05-20 | mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper | Michal Hocko |
2016-05-20 | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko |
2016-05-20 | mm, oom: move GFP_NOFS check to out_of_memory | Michal Hocko |
2016-04-01 | oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head | Michal Hocko |
2016-03-25 | oom, oom_reaper: protect oom_reaper_list using simpler way | Tetsuo Handa |
2016-03-25 | oom: make oom_reaper freezable | Michal Hocko |
2016-03-25 | oom: make oom_reaper_list single linked | Vladimir Davydov |
2016-03-25 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task | Michal Hocko |
2016-03-25 | mm, oom_reaper: implement OOM victims queuing | Michal Hocko |
2016-03-25 | mm, oom_reaper: report success/failure | Michal Hocko |
2016-03-25 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko |
2016-03-25 | mm, oom: introduce oom reaper | Michal Hocko |
2016-03-17 | mm,oom: make oom_killer_disable() killable | Tetsuo Handa |
2016-03-17 | mm: coalesce split strings | Joe Perches |
2016-03-17 | mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner |
2016-03-15 | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka |
2016-01-15 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand |
2015-12-12 | mm/oom_kill.c: avoid attempting to kill init sharing same memory | Chen Jie |
2015-11-07 | mm/oom_kill.c: introduce is_sysrq_oom helper | Yaowei Bai |
2015-11-06 | mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() | Oleg Nesterov |
2015-11-06 | mm/oom_kill: cleanup the "kill sharing same memory" loop | Oleg Nesterov |
2015-11-06 | mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() | Oleg Nesterov |
2015-11-06 | mm, oom: remove task_lock protecting comm printing | David Rientjes |
2015-11-06 | mm/oom_kill.c: suppress unnecessary "sharing same memory" message | Tetsuo Handa |
2015-11-06 | mm/oom_kill.c: fix potentially killing unrelated process | Tetsuo Handa |
2015-11-06 | mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL | Tetsuo Handa |
2015-09-08 | mm, oom: remove unnecessary variable | David Rientjes |
2015-09-08 | mm, oom: do not panic for oom kills triggered from sysrq | 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-25 | mm/oom_kill.c: print points as unsigned int | Wang Long |
2015-06-25 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner |
2015-06-25 | mm: oom_kill: remove unnecessary locking in exit_oom_victim() | Johannes Weiner |
2015-06-25 | mm: oom_kill: generalize OOM progress waitqueue | Johannes Weiner |
2015-06-25 | mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear | Johannes Weiner |
2015-06-25 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner |
2015-06-25 | mm: oom_kill: remove unnecessary locking in oom_enable() | Johannes Weiner |
2015-04-15 | mm/oom_kill.c: fix typo in comment | Yaowei Bai |
2015-04-14 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan |
2015-02-12 | mm: account pmd page tables to the process | Kirill A. Shutemov |
2015-02-12 | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko |
2015-02-12 | oom: thaw the OOM victim if it is frozen | Michal Hocko |
2015-02-12 | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko |
2015-02-12 | oom: make sure that TIF_MEMDIE is set under task_lock | Michal Hocko |