| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -1/+1 |
* | mm/mempool: minor coding style tweaks | Zhiyuan Dai | 2021-05-05 | 1 | -1/+1 |
* | mm: eliminate "expecting prototype" kernel-doc warnings | Randy Dunlap | 2021-04-16 | 1 | -1/+1 |
* | mm, oom: fix a comment in dump_task() | Tang Yizhou | 2021-02-24 | 1 | -3/+2 |
* | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon | 2021-01-29 | 1 | -1/+1 |
* | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() | Will Deacon | 2021-01-29 | 1 | -2/+2 |
* | mm/oom_kill: change comment and rename is_dump_unreclaim_slabs() | Hui Su | 2020-12-15 | 1 | -6/+8 |
* | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary | Suren Baghdasaryan | 2020-10-13 | 1 | -0/+2 |
* | mm, oom: show process exiting information in __oom_kill_process() | Yafang Shao | 2020-08-12 | 1 | -0/+2 |
* | mm, oom: make the calculation of oom badness more accurate | Yafang Shao | 2020-08-12 | 1 | -12/+10 |
* | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin | 2020-08-07 | 1 | -1/+1 |
* | kernel: better document the use_mm/unuse_mm API contract | Christoph Hellwig | 2020-06-10 | 1 | -3/+3 |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -4/+4 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -2/+2 |
* | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 2020-06-03 | 1 | -2/+2 |
* | mm, oom: dump stack of victim when reaping failed | David Rientjes | 2020-01-31 | 1 | -0/+2 |
* | mm/oom: fix pgtables units mismatch in Killed process message | Ilya Dryomov | 2020-01-04 | 1 | -1/+1 |
* | mm: introduce MADV_COLD | Minchan Kim | 2019-09-25 | 1 | -1/+1 |
* | mm, oom: consider present pages for the node size | Michal Hocko | 2019-09-24 | 1 | -2/+2 |
* | mm/oom_kill.c: fix oom_cpuset_eligible() comment | Yi Wang | 2019-09-24 | 1 | -1/+1 |
* | mm/oom: add oom_score_adj and pgtables to Killed process message | Edward Chron | 2019-09-24 | 1 | -7/+7 |
* | memcg, oom: don't require __GFP_FS when invoking memcg OOM killer | Tetsuo Handa | 2019-09-24 | 1 | -2/+3 |
* | mm/oom_kill.c: add task UID to info message on an oom kill | Joel Savitz | 2019-09-24 | 1 | -2/+3 |
* | mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() | Tetsuo Handa | 2019-07-12 | 1 | -2/+0 |
* | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 2019-07-12 | 1 | -25/+32 |
* | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 2019-07-12 | 1 | -12/+7 |
* | mm, oom: refactor dump_tasks for memcg OOMs | Shakeel Butt | 2019-07-12 | 1 | -28/+40 |
* | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() | Tetsuo Handa | 2019-07-12 | 1 | -3/+0 |
* | mm/oom_kill.c: fix uninitialized oc->constraint | Yafang Shao | 2019-06-29 | 1 | -7/+5 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -1/+2 |
* | mm,oom: don't kill global init via memory.oom.group | Tetsuo Handa | 2019-03-05 | 1 | -1/+2 |
* | mm, oom: remove 'prefer children over parent' heuristic | Shakeel Butt | 2019-03-05 | 1 | -60/+18 |
* | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt | 2019-02-01 | 1 | -0/+8 |
* | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa | 2019-02-01 | 1 | -2/+2 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 2018-12-28 | 1 | -8/+9 |
* | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian | 2018-12-28 | 1 | -1/+2 |
* | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 2018-12-28 | 1 | -9/+20 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -1/+1 |
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-24 | 1 | -2/+2 |
|\ |
|
| * | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP | Eric W. Biederman | 2018-09-11 | 1 | -2/+2 |
* | | mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm(). | Tetsuo Handa | 2018-09-04 | 1 | -0/+1 |
* | | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 2018-09-04 | 1 | -3/+10 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-22 | 1 | -98/+121 |
|\ |
|
| * | mm, oom: introduce memory.oom.group | Roman Gushchin | 2018-08-22 | 1 | -0/+30 |
| * | mm, oom: refactor oom_kill_process() | Roman Gushchin | 2018-08-22 | 1 | -58/+65 |
| * | mm/oom_kill.c: clean up oom_reap_task_mm() | Michal Hocko | 2018-08-22 | 1 | -8/+16 |
| * | mm, oom: describe task memory unit, larger PID pad | Rodrigo Freire | 2018-08-22 | 1 | -2/+3 |
| * | mm, oom: remove oom_lock from oom_reaper | Michal Hocko | 2018-08-22 | 1 | -26/+4 |