| Commit message (Expand) | Author | Age | Files | Lines |
| * | mm/oom_kill: squashed reverts to a stable state | Corinna Vinschen | 2019-07-19 | 1 | -146/+113 |
| * | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt | 2019-07-08 | 1 | -0/+8 |
| * | mm,oom: make oom_killer_disable() killable | Tetsuo Handa | 2019-07-08 | 1 | -7/+3 |
| * | mm/oom_kill.c: avoid attempting to kill init sharing same memory | Chen Jie | 2019-07-08 | 1 | -0/+2 |
| * | mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() | Oleg Nesterov | 2019-07-08 | 1 | -2/+20 |
| * | mm/oom_kill: cleanup the "kill sharing same memory" loop | Oleg Nesterov | 2019-07-08 | 1 | -8/+11 |
| * | mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() | Oleg Nesterov | 2019-07-08 | 1 | -4/+0 |
| * | mm, oom: remove task_lock protecting comm printing | David Rientjes | 2019-07-08 | 1 | -7/+1 |
| * | mm/oom_kill.c: suppress unnecessary "sharing same memory" message | Tetsuo Handa | 2019-07-08 | 1 | -1/+3 |
| * | mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL | Tetsuo Handa | 2019-07-08 | 1 | -1/+6 |
| * | mm, oom: remove unnecessary variable | David Rientjes | 2019-07-08 | 1 | -13/+8 |
| * | mm/oom_kill.c: print points as unsigned int | Wang Long | 2019-07-08 | 1 | -1/+1 |
| * | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 2019-07-08 | 1 | -100/+27 |
| * | mm: oom_kill: remove unnecessary locking in exit_oom_victim() | Johannes Weiner | 2019-07-08 | 1 | -2/+0 |
| * | mm: oom_kill: generalize OOM progress waitqueue | Johannes Weiner | 2019-07-08 | 1 | -5/+1 |
| * | mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear | Johannes Weiner | 2019-07-08 | 1 | -2/+1 |
| * | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 2019-07-08 | 1 | -9/+7 |
| * | mm: oom_kill: remove unnecessary locking in oom_enable() | Johannes Weiner | 2019-07-08 | 1 | -2/+0 |
| * | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko | 2019-07-08 | 1 | -20/+112 |
| * | oom: thaw the OOM victim if it is frozen | Michal Hocko | 2019-05-02 | 1 | -2/+8 |
| * | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko | 2019-05-02 | 1 | -3/+20 |
| * | oom: don't count on mm-less current process | Tetsuo Handa | 2019-05-02 | 1 | -1/+5 |
| * | oom: make sure that TIF_MEMDIE is set under task_lock | Michal Hocko | 2019-05-02 | 1 | -2/+5 |
| * | oom: patch mtk custom code | Moyster | 2019-05-02 | 1 | -1/+1 |
| * | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 2019-05-02 | 1 | -2/+2 |
| * | mm, oom: rename zonelist locking functions | David Rientjes | 2019-05-02 | 1 | -17/+13 |
| * | mm, oom: ensure memoryless node zonelist always includes zones | David Rientjes | 2019-05-02 | 1 | -1/+1 |
| * | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 2019-05-02 | 1 | -4/+8 |
| * | mm, oom: remove unnecessary exit_state check | David Rientjes | 2019-05-02 | 1 | -2/+0 |
| * | mm, oom: make dump_tasks public | Liam Mark | 2018-12-01 | 1 | -1/+1 |
| * | CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victims | Douglas Anderson | 2018-12-01 | 1 | -4/+27 |
| * | CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our place | Douglas Anderson | 2018-12-01 | 1 | -0/+9 |
| * | BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner | 2018-12-01 | 1 | -8/+0 |
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+731 |