summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-04-051-1/+2
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-02-011-0/+8
* oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-011-2/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-8/+9
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-281-1/+2
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-9/+20
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\
| * signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2018-09-111-2/+2
* | mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa2018-09-041-0/+1
* | mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner2018-09-041-3/+10
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-98/+121
|\
| * mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-221-0/+30
| * mm, oom: refactor oom_kill_process()Roman Gushchin2018-08-221-58/+65
| * mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko2018-08-221-8/+16
| * mm, oom: describe task memory unit, larger PID padRodrigo Freire2018-08-221-2/+3
| * mm, oom: remove oom_lock from oom_reaperMichal Hocko2018-08-221-26/+4
| * mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-15/+14
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-2/+2
|\ \ | |/ |/|
| * signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-2/+2
* | mm/oom_kill.c: document oom_lockMichal Hocko2018-08-171-0/+8
* | mm, oom: remove sleep from under oom_lockMichal Hocko2018-08-171-7/+1
|/
* mm: fix oom_kill event handlingRoman Gushchin2018-06-151-1/+1
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-071-1/+1
* mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-111-38/+43
* mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa2018-04-051-1/+2
* mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes2018-04-051-7/+0
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+2
* mm, oom: avoid reaping only for mm's with blockable invalidate callbacksDavid Rientjes2018-01-311-10/+11
* mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-141-1/+3
* mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan2017-11-291-3/+4
* mm: simplify nodemask printingMichal Hocko2017-11-151-8/+4
* mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa2017-11-151-8/+0
* mm: consolidate page table accountingKirill A. Shutemov2017-11-151-8/+6
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-3/+2
* mm: account pud page tablesKirill A. Shutemov2017-11-151-3/+5
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-151-2/+25
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+16
* mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-061-10/+5
* mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko2017-09-061-4/+5
* mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin2017-07-101-0/+7
* mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-061-0/+5
* oom: improve oom disable handlingMichal Hocko2017-05-031-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-241-7/+9
* oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-221-8/+1
* mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-221-2/+1
OpenPOWER on IntegriCloud