aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa1-1/+2
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt1-60/+18
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-8/+9
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian1-1/+2
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-9/+20
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman1-2/+2
2018-09-04mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa1-0/+1
2018-09-04mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner1-3/+10
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-98/+121
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin1-0/+30
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin1-58/+65
2018-08-22mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko1-8/+16
2018-08-22mm, oom: describe task memory unit, larger PID padRodrigo Freire1-2/+3
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko1-26/+4
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-15/+14
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-08-17mm/oom_kill.c: document oom_lockMichal Hocko1-0/+8
2018-08-17mm, oom: remove sleep from under oom_lockMichal Hocko1-7/+1
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-2/+2
2018-06-15mm: fix oom_kill event handlingRoman Gushchin1-1/+1
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-1/+1
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-38/+43
2018-04-05mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa1-1/+2
2018-04-05mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes1-7/+0
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+2
2018-01-31mm, oom: avoid reaping only for mm's with blockable invalidate callbacksDavid Rientjes1-10/+11
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko1-1/+3
2017-11-29mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan1-3/+4
2017-11-15mm: simplify nodemask printingMichal Hocko1-8/+4
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa1-8/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-8/+6
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-3/+2
2017-11-15mm: account pud page tablesKirill A. Shutemov1-3/+5
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi1-2/+25
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko1-0/+16
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-10/+5
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko1-4/+5
2017-07-10mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin1-0/+7
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov1-0/+5
2017-05-03oom: improve oom disable handlingMichal Hocko1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-24mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes1-7/+9