summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)Author
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: mark the OOM reaper thread as freezableSultan Alsawaf
2021-11-06mm, oom: do not trigger out_of_memory from the #PFMichal Hocko
2021-11-06mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-10-28mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan
2021-10-14mm: use pidfd_get_task()Christian Brauner
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman
2021-09-03mm: introduce process_mrelease system callSuren Baghdasaryan
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang
2021-05-10rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-04-16mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap
2021-02-24mm, oom: fix a comment in dump_task()Tang Yizhou
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon
2020-12-15mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-08-12mm, oom: show process exiting information in __oom_kill_process()Yafang Shao
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-01-31mm, oom: dump stack of victim when reaping failedDavid Rientjes
2020-01-04mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov
2019-09-25mm: introduce MADV_COLDMinchan Kim
2019-09-24mm, oom: consider present pages for the node sizeMichal Hocko
2019-09-24mm/oom_kill.c: fix oom_cpuset_eligible() commentYi Wang
2019-09-24mm/oom: add oom_score_adj and pgtables to Killed process messageEdward Chron
2019-09-24memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa
2019-09-24mm/oom_kill.c: add task UID to info message on an oom killJoel Savitz
2019-07-12mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()Tetsuo Handa
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2019-07-12mm, oom: refactor dump_tasks for memcg OOMsShakeel Butt
2019-07-12mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa