summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang
2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko
2023-01-18mm: memcg: add folio_memcg_check()Matthew Wilcox
2023-01-18mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao
2023-01-18mm: memcontrol: deprecate charge movingJohannes Weiner
2023-01-18mm: memcontrol: skip moving non-present pages that are mapped elsewhereJohannes Weiner
2022-12-11mm: memcg: fix swapcached stat accountingHugh Dickins
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-22mm: correctly charge compressed memory to its memcgLi Liguang
2022-11-08mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)
2022-11-08mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner
2022-10-03mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner
2022-10-03mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner
2022-10-03mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-03mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin
2022-10-03memcg: reduce size of memcg vmstats structuresShakeel Butt
2022-10-03memcg: rearrange codeShakeel Butt
2022-10-03memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)
2022-10-03mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-09-26mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-19mm/memcontrol: Replace the PREEMPT_RT conditionalsThomas Gleixner
2022-09-11mm: memcg: export workingset refault stats for cgroup v1Yang Shi
2022-09-11mm: memcontrol: fix a typo in commentxupanda
2022-08-28cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-07-29mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa
2022-07-29mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-29mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin