summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+1
2022-11-23mm: correctly charge compressed memory to its memcgLi Liguang1-1/+1
2022-11-09mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)1-3/+9
2022-11-09mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal1-10/+10
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-97/+184
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+6
2022-10-04mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner1-3/+3
2022-10-04mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner1-10/+10
2022-10-04mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner1-40/+10
2022-10-04mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner1-0/+3
2022-10-04mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song1-8/+19
2022-10-04mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin1-4/+4
2022-10-04memcg: reduce size of memcg vmstats structuresShakeel Butt1-10/+44
2022-10-04memcg: rearrange codeShakeel Butt1-23/+23
2022-10-04memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt1-9/+48
2022-10-04memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-10-04mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)1-1/+1