Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | mm,oom: don't kill global init via memory.oom.group | Tetsuo Handa | 1 | -1/+2 |
2019-03-05 | mm, oom: remove 'prefer children over parent' heuristic | Shakeel Butt | 1 | -60/+18 |
2019-02-01 | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt | 1 | -0/+8 |
2019-02-01 | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa | 1 | -2/+2 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -8/+9 |
2018-12-28 | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian | 1 | -1/+2 |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 1 | -9/+20 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2018-09-11 | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP | Eric W. Biederman | 1 | -2/+2 |
2018-09-04 | mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm(). | Tetsuo Handa | 1 | -0/+1 |
2018-09-04 | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 1 | -3/+10 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -98/+121 |
2018-08-22 | mm, oom: introduce memory.oom.group | Roman Gushchin | 1 | -0/+30 |
2018-08-22 | mm, oom: refactor oom_kill_process() | Roman Gushchin | 1 | -58/+65 |
2018-08-22 | mm/oom_kill.c: clean up oom_reap_task_mm() | Michal Hocko | 1 | -8/+16 |
2018-08-22 | mm, oom: describe task memory unit, larger PID pad | Rodrigo Freire | 1 | -2/+3 |
2018-08-22 | mm, oom: remove oom_lock from oom_reaper | Michal Hocko | 1 | -26/+4 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 1 | -15/+14 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2018-08-17 | mm/oom_kill.c: document oom_lock | Michal Hocko | 1 | -0/+8 |
2018-08-17 | mm, oom: remove sleep from under oom_lock | Michal Hocko | 1 | -7/+1 |
2018-07-21 | signal: Pass pid type into do_send_sig_info | Eric W. Biederman | 1 | -2/+2 |
2018-06-15 | mm: fix oom_kill event handling | Roman Gushchin | 1 | -1/+1 |
2018-06-07 | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 1 | -1/+1 |
2018-05-11 | mm, oom: fix concurrent munlock and oom reaper unmap, v3 | David Rientjes | 1 | -38/+43 |
2018-04-05 | mm,oom_reaper: check for MMF_OOM_SKIP before complaining | Tetsuo Handa | 1 | -1/+2 |
2018-04-05 | mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes | David Rientjes | 1 | -7/+0 |
2018-04-05 | mm: kernel-doc: add missing parameter descriptions | Mike Rapoport | 1 | -0/+2 |
2018-01-31 | mm, oom: avoid reaping only for mm's with blockable invalidate callbacks | David Rientjes | 1 | -10/+11 |
2017-12-14 | mm, oom_reaper: fix memory corruption | Michal Hocko | 1 | -1/+3 |
2017-11-29 | mm, oom_reaper: gather each vma to prevent leaking TLB entry | Wang Nan | 1 | -3/+4 |
2017-11-15 | mm: simplify nodemask printing | Michal Hocko | 1 | -8/+4 |
2017-11-15 | mm,oom_reaper: remove pointless kthread_run() error check | Tetsuo Handa | 1 | -8/+0 |
2017-11-15 | mm: consolidate page table accounting | Kirill A. Shutemov | 1 | -8/+6 |
2017-11-15 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 1 | -3/+2 |
2017-11-15 | mm: account pud page tables | Kirill A. Shutemov | 1 | -3/+5 |
2017-11-15 | mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory | Yang Shi | 1 | -2/+25 |
2017-10-03 | mm, oom_reaper: skip mm structs with mmu notifiers | Michal Hocko | 1 | -0/+16 |
2017-09-06 | mm: oom: let oom_reap_task and exit_mmap run concurrently | Andrea Arcangeli | 1 | -10/+5 |
2017-09-06 | mm, oom: do not rely on TIF_MEMDIE for memory reserves access | Michal Hocko | 1 | -4/+5 |
2017-07-10 | mm/oom_kill.c: add tracepoints for oom reaper-related events | Roman Gushchin | 1 | -0/+7 |
2017-07-06 | mm/oom_kill: count global and memory cgroup oom kills | Konstantin Khlebnikov | 1 | -0/+5 |
2017-05-03 | oom: improve oom disable handling | Michal Hocko | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-27 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -2/+2 |
2017-02-24 | mm, oom: header nodemask is NULL when cpusets are disabled | David Rientjes | 1 | -7/+9 |
2017-02-22 | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov | 1 | -8/+1 |