summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-14/+40
2021-11-18mm, oom: do not trigger out_of_memory from the #PFMichal Hocko1-14/+8
2021-11-18mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin1-0/+3
2021-10-29mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan1-11/+12
2021-09-03mm: introduce process_mrelease system callSuren Baghdasaryan1-0/+70
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-07-01mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang1-1/+1
2021-05-11rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer1-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-1/+1
2021-04-17mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap1-1/+1
2021-02-25mm, oom: fix a comment in dump_task()Tang Yizhou1-3/+2
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-2/+2
2020-12-15mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su1-6/+8
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+2
2020-08-12mm, oom: show process exiting information in __oom_kill_process()Yafang Shao1-0/+2
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao1-12/+10
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-1/+1
2020-06-11kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-3/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-04mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-2/+2
2020-01-31mm, oom: dump stack of victim when reaping failedDavid Rientjes1-0/+2
2020-01-05mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov1-1/+1
2019-09-26mm: introduce MADV_COLDMinchan Kim1-1/+1
2019-09-25mm, oom: consider present pages for the node sizeMichal Hocko1-2/+2
2019-09-25mm/oom_kill.c: fix oom_cpuset_eligible() commentYi Wang1-1/+1
2019-09-25mm/oom: add oom_score_adj and pgtables to Killed process messageEdward Chron1-7/+7
2019-09-25memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa1-2/+3
2019-09-25mm/oom_kill.c: add task UID to info message on an oom killJoel Savitz1-2/+3
2019-07-12mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()Tetsuo Handa1-2/+0
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt1-25/+32
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt1-12/+7
2019-07-12mm, oom: refactor dump_tasks for memcg OOMsShakeel Butt1-28/+40
2019-07-12mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa1-3/+0
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao1-7/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-03-06mm,oom: don't kill global init via memory.oom.groupTetsuo Handa1-1/+2
2019-03-06mm, oom: remove 'prefer children over parent' heuristicShakeel Butt1-60/+18
2019-02-02mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-02oom, 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...Linus Torvalds1-2/+2
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman1-2/+2