summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorLines
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan-0/+2
2020-08-12mm, oom: show process exiting information in __oom_kill_process()Yafang Shao-0/+2
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao-12/+10
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin-1/+1
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig-3/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim-2/+2
2020-01-31mm, oom: dump stack of victim when reaping failedDavid Rientjes-0/+2
2020-01-04mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov-1/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim-1/+1
2019-09-24mm, oom: consider present pages for the node sizeMichal Hocko-2/+2
2019-09-24mm/oom_kill.c: fix oom_cpuset_eligible() commentYi Wang-1/+1
2019-09-24mm/oom: add oom_score_adj and pgtables to Killed process messageEdward Chron-7/+7
2019-09-24memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa-2/+3
2019-09-24mm/oom_kill.c: add task UID to info message on an oom killJoel Savitz-2/+3
2019-07-12mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()Tetsuo Handa-2/+0
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt-25/+32
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt-12/+7
2019-07-12mm, oom: refactor dump_tasks for memcg OOMsShakeel Butt-28/+40
2019-07-12mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa-3/+0
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao-7/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-1/+2
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa-1/+2
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt-60/+18
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt-0/+8
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-8/+9
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian-1/+2
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian-9/+20
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman-2/+2
2018-09-04mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa-0/+1
2018-09-04mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner-3/+10
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-98/+121
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin-0/+30
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin-58/+65
2018-08-22mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko-8/+16
2018-08-22mm, oom: describe task memory unit, larger PID padRodrigo Freire-2/+3
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko-26/+4
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko-15/+14
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2018-08-17mm/oom_kill.c: document oom_lockMichal Hocko-0/+8
2018-08-17mm, oom: remove sleep from under oom_lockMichal Hocko-7/+1
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman-2/+2
2018-06-15mm: fix oom_kill event handlingRoman Gushchin-1/+1
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin-1/+1