Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -1/+1 |
2022-01-15 | mm, oom: OOM sysrq should always kill a process |  Jann Horn | 1 | -1/+1 |
2022-01-15 | mm/oom_kill: allow process_mrelease to run under mmap_lock protection |  Suren Baghdasaryan | 1 | -12/+15 |
2022-01-15 | mm/memcg: add oom_group_kill memory event |  Dan Schatzberg | 1 | -0/+1 |
2022-01-08 | signal: Have the oom killer detect coredumps using signal->core_state |  Eric W. Biederman | 1 | -1/+1 |
2021-11-10 | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux |  Linus Torvalds | 1 | -12/+3 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -13/+12 |
2021-11-06 | mm: mark the OOM reaper thread as freezable |  Sultan Alsawaf | 1 | -0/+2 |
2021-11-06 | mm, oom: do not trigger out_of_memory from the #PF |  Michal Hocko | 1 | -14/+8 |
2021-11-06 | mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks |  Vasily Averin | 1 | -0/+3 |
2021-11-03 | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -3/+3 |
2021-10-28 | mm/oom_kill.c: prevent a race between process_mrelease and exit_mmap |  Suren Baghdasaryan | 1 | -11/+12 |
2021-10-14 | mm: use pidfd_get_task() |  Christian Brauner | 1 | -12/+3 |
2021-10-06 | coredump: Don't perform any cleanups before dumping core |  Eric W. Biederman | 1 | -1/+1 |
2021-10-06 | exit: Factor coredump_exit_mm out of exit_mm |  Eric W. Biederman | 1 | -3/+3 |
2021-09-03 | mm: introduce process_mrelease system call |  Suren Baghdasaryan | 1 | -0/+70 |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -1/+1 |
2021-06-30 | mm/mempolicy: cleanup nodemask intersection check for oom |  Feng Tang | 1 | -1/+1 |
2021-05-10 | rcu: Fix typo in comment: kthead -> kthread |  Rolf Eike Beer | 1 | -1/+1 |
2021-05-07 | mm: fix typos in comments |  Ingo Molnar | 1 | -1/+1 |
2021-05-05 | mm/mempool: minor coding style tweaks |  Zhiyuan Dai | 1 | -1/+1 |
2021-04-16 | mm: eliminate "expecting prototype" kernel-doc warnings |  Randy Dunlap | 1 | -1/+1 |
2021-02-24 | mm, oom: fix a comment in dump_task() |  Tang Yizhou | 1 | -3/+2 |
2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() |  Will Deacon | 1 | -1/+1 |
2021-01-29 | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() |  Will Deacon | 1 | -2/+2 |
2020-12-15 | mm/oom_kill: change comment and rename is_dump_unreclaim_slabs() |  Hui Su | 1 | -6/+8 |
2020-10-13 | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary |  Suren Baghdasaryan | 1 | -0/+2 |
2020-08-12 | mm, oom: show process exiting information in __oom_kill_process() |  Yafang Shao | 1 | -0/+2 |
2020-08-12 | mm, oom: make the calculation of oom badness more accurate |  Yafang Shao | 1 | -12/+10 |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes |  Roman Gushchin | 1 | -1/+1 |
2020-06-10 | kernel: better document the use_mm/unuse_mm API contract |  Christoph Hellwig | 1 | -3/+3 |
2020-06-09 | mmap locking API: convert mmap_sem comments |  Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: convert mmap_sem API comments |  Michel Lespinasse | 1 | -4/+4 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites |  Michel Lespinasse | 1 | -2/+2 |
2020-06-03 | mm/page_alloc: integrate classzone_idx and high_zoneidx |  Joonsoo Kim | 1 | -2/+2 |
2020-01-31 | mm, oom: dump stack of victim when reaping failed |  David Rientjes | 1 | -0/+2 |
2020-01-04 | mm/oom: fix pgtables units mismatch in Killed process message |  Ilya Dryomov | 1 | -1/+1 |
2019-09-25 | mm: introduce MADV_COLD |  Minchan Kim | 1 | -1/+1 |
2019-09-24 | mm, oom: consider present pages for the node size |  Michal Hocko | 1 | -2/+2 |
2019-09-24 | mm/oom_kill.c: fix oom_cpuset_eligible() comment |  Yi Wang | 1 | -1/+1 |
2019-09-24 | mm/oom: add oom_score_adj and pgtables to Killed process message |  Edward Chron | 1 | -7/+7 |
2019-09-24 | memcg, oom: don't require __GFP_FS when invoking memcg OOM killer |  Tetsuo Handa | 1 | -2/+3 |
2019-09-24 | mm/oom_kill.c: add task UID to info message on an oom kill |  Joel Savitz | 1 | -2/+3 |
2019-07-12 | mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() |  Tetsuo Handa | 1 | -2/+0 |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task |  Shakeel Butt | 1 | -25/+32 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check |  Shakeel Butt | 1 | -12/+7 |
2019-07-12 | mm, oom: refactor dump_tasks for memcg OOMs |  Shakeel Butt | 1 | -28/+40 |
2019-07-12 | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() |  Tetsuo Handa | 1 | -3/+0 |
2019-06-29 | mm/oom_kill.c: fix uninitialized oc->constraint |  Yafang Shao | 1 | -7/+5 |
2019-05-21 | treewide: Add SPDX license identifier for missed files |  Thomas Gleixner | 1 | -0/+1 |