- 2c20798 mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() by Tetsuo Handa · 5 years ago
- ac311a1 oom: decouple mems_allowed from oom_unkillable_task by Shakeel Butt · 5 years ago
- 6ba749e mm, oom: remove redundant task_in_mem_cgroup() check by Shakeel Butt · 5 years ago
- 5eee7e1 mm, oom: refactor dump_tasks for memcg OOMs by Shakeel Butt · 5 years ago
- f168a9a mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() by Tetsuo Handa · 5 years ago
- 432b1de mm/oom_kill.c: fix uninitialized oc->constraint by Yafang Shao · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
- d342a0b mm,oom: don't kill global init via memory.oom.group by Tetsuo Handa · 6 years ago
- bbbe480 mm, oom: remove 'prefer children over parent' heuristic by Shakeel Butt · 6 years ago
- cefc7ef mm, oom: fix use-after-free in oom_kill_process by Shakeel Butt · 6 years ago
- 9bcdeb5 oom, oom_reaper: do not enqueue same task twice by Tetsuo Handa · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- f0c867d mm, oom: add oom victim's memcg to the oom context information by yuzhoujian · 6 years ago
- ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 079b22d signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP by Eric W. Biederman · 6 years ago
- 79cc810 mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm(). by Tetsuo Handa · 6 years ago
- 3100dab mm: memcontrol: print proper OOM header when no eligible victim left by Johannes Weiner · 6 years ago
- cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 3d8b38e mm, oom: introduce memory.oom.group by Roman Gushchin · 6 years ago
- 5989ad7 mm, oom: refactor oom_kill_process() by Roman Gushchin · 6 years ago
- 431f42fd mm/oom_kill.c: clean up oom_reap_task_mm() by Michal Hocko · 6 years ago
- c3b78b1 mm, oom: describe task memory unit, larger PID pad by Rodrigo Freire · 6 years ago
- af5679f mm, oom: remove oom_lock from oom_reaper by Michal Hocko · 6 years ago
- 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
- 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- a195d3f mm/oom_kill.c: document oom_lock by Michal Hocko · 6 years ago
- 9bfe5de mm, oom: remove sleep from under oom_lock by Michal Hocko · 6 years ago
- 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
- fe6bdfc mm: fix oom_kill event handling by Roman Gushchin · 7 years ago
- bbec2e1 mm: rename page_counter's count/limit into usage/max by Roman Gushchin · 7 years ago
- 27ae357 mm, oom: fix concurrent munlock and oom reaper unmap, v3 by David Rientjes · 7 years ago
- 97b1255 mm,oom_reaper: check for MMF_OOM_SKIP before complaining by Tetsuo Handa · 7 years ago
- d46078b mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes by David Rientjes · 7 years ago
- e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
- f340ff8 mm, oom: avoid reaping only for mm's with blockable invalidate callbacks by David Rientjes · 7 years ago
- 4837fe3 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
- 687cb08 mm, oom_reaper: gather each vma to prevent leaking TLB entry by Wang Nan · 7 years ago
- 0205f75 mm: simplify nodemask printing by Michal Hocko · 7 years ago
- c50842c mm,oom_reaper: remove pointless kthread_run() error check by Tetsuo Handa · 7 years ago
- af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
- c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
- b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
- 852d8be mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory by Yang Shi · 7 years ago
- 4d4bbd8 mm, oom_reaper: skip mm structs with mmu notifiers by Michal Hocko · 7 years ago
- 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
- cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
- 422580c mm/oom_kill.c: add tracepoints for oom reaper-related events by Roman Gushchin · 7 years ago
- 8e675f7 mm/oom_kill: count global and memory cgroup oom kills by Konstantin Khlebnikov · 7 years ago
- d75da00 oom: improve oom disable handling by Michal Hocko · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
- 299c517 mm, oom: header nodemask is NULL when cpusets are disabled by David Rientjes · 8 years ago
- 2351907 oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA by Kirill A. Shutemov · 8 years ago
- 3e8715f mm: drop zap_details::check_swap_entries by Kirill A. Shutemov · 8 years ago
- da162e9 mm: drop zap_details::ignore_dirty by Kirill A. Shutemov · 8 years ago
- 06ad276 mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically by Michal Hocko · 8 years ago
- 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
- 82e7d3a oom: print nodemask in the oom report by Michal Hocko · 8 years ago
- a104808 mm: don't emit warning from pagefault_out_of_memory() by Tetsuo Handa · 8 years ago
- 9254990 oom: warn if we go OOM for higher order and compaction is disabled by Michal Hocko · 8 years ago
- 1b51e65 oom, oom_reaper: allow to reap mm shared by the kthreads by Michal Hocko · 8 years ago
- 3f70dc3 mm: make sure that kthreads will not refault oom reaped memory by Michal Hocko · 8 years ago
- 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 8 years ago
- 7d2e7a2 oom, suspend: fix oom_killer_disable vs. pm suspend properly by Michal Hocko · 8 years ago
- 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
- 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
- 8496afa mm,oom_reaper: do not attempt to reap a task twice by Tetsuo Handa · 8 years ago
- 7ebffa4 mm,oom_reaper: reduce find_lock_task_mm() usage by Tetsuo Handa · 8 years ago
- 5870c2e mm/oom_kill.c: fix task_will_free_mem() comment by Michal Hocko · 8 years ago
- 7c5f64f mm: oom: deduplicate victim selection code for memcg and global oom by Vladimir Davydov · 8 years ago
- f33e6f0 mm, oom: fix uninitialized ret in task_will_free_mem() by Geert Uytterhoeven · 8 years ago
- 091f362 mm, oom: tighten task_will_free_mem() locking by Michal Hocko · 8 years ago
- a373966 mm, oom: hide mm which is shared with kthread or global init by Michal Hocko · 8 years ago
- 11a410d mm, oom_reaper: do not attempt to reap a task more than twice by Michal Hocko · 8 years ago
- 696453e mm, oom: task_will_free_mem should skip oom_reaped tasks by Michal Hocko · 8 years ago
- 1af8bb4 mm, oom: fortify task_will_free_mem() by Michal Hocko · 8 years ago
- 97fd49c mm, oom: kill all tasks sharing the mm by Michal Hocko · 8 years ago
- b18dc5f mm, oom: skip vforked tasks from being selected by Michal Hocko · 8 years ago
- 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
- e5e3f4c mm, oom_reaper: make sure that mmput_async is called only when memory was reaped by Michal Hocko · 8 years ago
- fbe84a0 mm,oom: remove unused argument from oom_scan_process_thread(). by Tetsuo Handa · 8 years ago
- 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
- 798fd75 mm: zap ZONE_OOM_LOCKED by Vladimir Davydov · 8 years ago
- 9df10fb oom_reaper: avoid pointless atomic_inc_not_zero usage. by Tetsuo Handa · 9 years ago
- 491a1c6 mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero() by Tetsuo Handa · 9 years ago
- cbdcf7f mm, oom_reaper: do not use siglock in try_oom_reaper() by Michal Hocko · 9 years ago
- e2fe145 oom_reaper: close race with exiting task by Michal Hocko · 9 years ago
- edd9f72 mm: oom: do not reap task if there are live threads in threadgroup by Vladimir Davydov · 9 years ago
- f44666b mm,oom: speed up select_bad_process() loop by Tetsuo Handa · 9 years ago
- ec8d7c1 mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 9 years ago
- bb8a4b7 mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully by Michal Hocko · 9 years ago
- 449d777 mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper by Michal Hocko · 9 years ago
- 3ef22df oom, oom_reaper: try to reap tasks which skip regular OOM killer path by Michal Hocko · 9 years ago
- 3da88fb3 mm, oom: move GFP_NOFS check to out_of_memory by Michal Hocko · 9 years ago
- af8e15c oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head by Michal Hocko · 9 years ago