aboutsummaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman
2018-09-04mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa
2018-09-04mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin
2018-08-22mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko
2018-08-22mm, oom: describe task memory unit, larger PID padRodrigo Freire
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17mm/oom_kill.c: document oom_lockMichal Hocko
2018-08-17mm, oom: remove sleep from under oom_lockMichal Hocko
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman
2018-06-15mm: fix oom_kill event handlingRoman Gushchin
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-04-05mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa
2018-04-05mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-01-31mm, oom: avoid reaping only for mm's with blockable invalidate callbacksDavid Rientjes
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko
2017-11-29mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan
2017-11-15mm: simplify nodemask printingMichal Hocko
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa
2017-11-15mm: consolidate page table accountingKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko
2017-07-10mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov
2017-05-03oom: improve oom disable handlingMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-24mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov
2017-02-22mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2016-10-07oom: print nodemask in the oom reportMichal Hocko
2016-10-07mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa
2016-10-07oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko
2016-10-07oom, oom_reaper: allow to reap mm shared by the kthreadsMichal Hocko