summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-04memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)1-7/+6
2022-09-27mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett1-4/+2
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-0/+25
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+1
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-0/+2
2022-09-19mm/memcontrol: Replace the PREEMPT_RT conditionalsThomas Gleixner1-13/+6
2022-09-12mm: memcg: export workingset refault stats for cgroup v1Yang Shi1-2/+7
2022-09-12mm: memcontrol: fix a typo in commentxupanda1-1/+1
2022-08-29cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo1-1/+1
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný1-2/+2
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+1
2022-07-30mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa1-13/+9
2022-07-30mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun1-1/+8
2022-07-30mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed1-10/+14
2022-07-30mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin1-0/+9
2022-07-18mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang1-2/+2
2022-07-18mm: add zone device coherent type memory supportAlex Sierra1-3/+4
2022-07-04mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+23
2022-06-27Merge branch 'master' into mm-stableakpm1-1/+1
2022-06-17mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin1-21/+50