Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-02-22 | mm: drop zap_details::check_swap_entries | Kirill A. Shutemov | 1 | -2/+1 |
2017-02-22 | mm: drop zap_details::ignore_dirty | Kirill A. Shutemov | 1 | -2/+1 |
2017-02-22 | mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically | Michal Hocko | 1 | -1/+1 |
2017-02-22 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko | 1 | -1/+1 |
2016-10-07 | oom: print nodemask in the oom report | Michal Hocko | 1 | -2/+5 |
2016-10-07 | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa | 1 | -11/+1 |
2016-10-07 | oom: warn if we go OOM for higher order and compaction is disabled | Michal Hocko | 1 | -0/+2 |
2016-10-07 | oom, oom_reaper: allow to reap mm shared by the kthreads | Michal Hocko | 1 | -7/+7 |
2016-10-07 | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko | 1 | -0/+8 |
2016-10-07 | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 1 | -3/+2 |
2016-10-07 | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 1 | -20/+20 |
2016-10-07 | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 1 | -10/+7 |
2016-10-07 | oom: keep mm of the killed task available | Michal Hocko | 1 | -32/+19 |
2016-10-07 | mm,oom_reaper: do not attempt to reap a task twice | Tetsuo Handa | 1 | -12/+3 |
2016-10-07 | mm,oom_reaper: reduce find_lock_task_mm() usage | Tetsuo Handa | 1 | -43/+38 |
2016-10-07 | mm/oom_kill.c: fix task_will_free_mem() comment | Michal Hocko | 1 | -2/+3 |
2016-10-07 | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 1 | -94/+106 |
2016-08-11 | mm, oom: fix uninitialized ret in task_will_free_mem() | Geert Uytterhoeven | 1 | -1/+1 |
2016-07-28 | mm, oom: tighten task_will_free_mem() locking | Michal Hocko | 1 | -26/+15 |
2016-07-28 | mm, oom: hide mm which is shared with kthread or global init | Michal Hocko | 1 | -4/+21 |
2016-07-28 | mm, oom_reaper: do not attempt to reap a task more than twice | Michal Hocko | 1 | -0/+19 |
2016-07-28 | mm, oom: task_will_free_mem should skip oom_reaped tasks | Michal Hocko | 1 | -0/+10 |
2016-07-28 | mm, oom: fortify task_will_free_mem() | Michal Hocko | 1 | -53/+80 |
2016-07-28 | mm, oom: kill all tasks sharing the mm | Michal Hocko | 1 | -2/+1 |
2016-07-28 | mm, oom: skip vforked tasks from being selected | Michal Hocko | 1 | -2/+4 |
2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko | 1 | -1/+1 |
2016-07-26 | mm, oom_reaper: make sure that mmput_async is called only when memory was reaped | Michal Hocko | 1 | -7/+18 |
2016-07-26 | mm,oom: remove unused argument from oom_scan_process_thread(). | Tetsuo Handa | 1 | -2/+2 |
2016-07-26 | mm: oom: add memcg to oom_control | Vladimir Davydov | 1 | -17/+15 |