summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce process_mrelease system callSuren Baghdasaryan2021-09-031-0/+70
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-1/+1
|\
| * rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer2021-05-101-1/+1
* | mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-301-1/+1
|/
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap2021-04-161-1/+1
* mm, oom: fix a comment in dump_task()Tang Yizhou2021-02-241-3/+2
* tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
* tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-2/+2
* mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su2020-12-151-6/+8
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+2
* mm, oom: show process exiting information in __oom_kill_process()Yafang Shao2020-08-121-0/+2
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-12/+10
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-1/+1
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-3/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-2/+2
* mm, oom: dump stack of victim when reaping failedDavid Rientjes2020-01-311-0/+2
* mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-041-1/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-1/+1
* mm, oom: consider present pages for the node sizeMichal Hocko2019-09-241-2/+2
* mm/oom_kill.c: fix oom_cpuset_eligible() commentYi Wang2019-09-241-1/+1
* mm/oom: add oom_score_adj and pgtables to Killed process messageEdward Chron2019-09-241-7/+7
* memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa2019-09-241-2/+3
* mm/oom_kill.c: add task UID to info message on an oom killJoel Savitz2019-09-241-2/+3
* mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()Tetsuo Handa2019-07-121-2/+0
* oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-25/+32
* mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-12/+7
* mm, oom: refactor dump_tasks for memcg OOMsShakeel Butt2019-07-121-28/+40
* mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa2019-07-121-3/+0
* mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao2019-06-291-7/+5
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-03-051-1/+2
* mm, oom: remove 'prefer children over parent' heuristicShakeel Butt2019-03-051-60/+18
* 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