summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-5/+4
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang1-14/+4
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+2
2023-06-20mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins1-4/+4
2023-06-10memcg: use helper macro FLUSH_TIMEMiaohe Lin1-1/+1
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow1-0/+13
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh1-1/+1
2023-06-10mm/memcontrol: fix typo in commentHaifeng Xu1-1/+1
2023-06-10memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu1-8/+1
2023-06-10memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu1-10/+3
2023-06-10memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed1-19/+5
2023-06-10memcg: calculate root usage from global stateYosry Ahmed1-19/+5
2023-06-10memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed1-5/+1
2023-06-10memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed1-25/+35
2023-06-10memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed1-13/+14
2023-06-10mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin1-6/+6
2023-06-10mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-04-19memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed1-1/+2
2023-04-19memcg v1: provide read access to memory.pressure_levelFlorian Schmidt1-0/+11
2023-04-19memcg: do not modify rstat tree for zero updatesYosry Ahmed1-0/+3
2023-04-19workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+2
2023-04-19memcg: sleep during flushing stats in safe contextsYosry Ahmed1-9/+36
2023-04-19memcg: replace stats_flush_lock with an atomicYosry Ahmed1-7/+11
2023-04-19memcg: do not flush stats in irq contextYosry Ahmed1-1/+15
2023-04-19memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-1/+1
2023-04-19cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-19memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko1-1/+2
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-1/+1
2023-03-29mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao1-4/+4
2023-03-29mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao1-5/+5
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-3/+3
2023-03-29mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao1-3/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-30/+68
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang1-2/+2
2023-02-17mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin1-4/+4
2023-02-11mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao1-0/+18
2023-02-03mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh1-6/+2
2023-02-03mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-7/+5
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-54/+13
2023-02-01Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko1-54/+13
2023-01-19mm: memcg: add folio_memcg_check()Matthew Wilcox1-3/+3
2023-01-19mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao1-0/+16
2023-01-19mm: memcontrol: deprecate charge movingJohannes Weiner1-0/+4
2023-01-19mm: memcontrol: skip moving non-present pages that are mapped elsewhereJohannes Weiner1-14/+38
2022-12-12mm: memcg: fix swapcached stat accountingHugh Dickins1-0/+6
2022-12-12mm: add nodes= arg to memory.reclaimMina Almasry1-13/+54
2022-12-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-2/+13
2022-12-10memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-01mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner1-2/+6