summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier
2024-02-22mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier
2024-02-22mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt
2024-02-21memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)
2024-02-21memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)
2024-02-21memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)
2024-02-21memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)
2024-02-20mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner
2024-02-07mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed
2024-01-25mm: memcontrol: don't throttle dying tasks on memory.highJohannes Weiner
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-05mm/memcontrol: remove __mod_lruvec_page_state()Matthew Wilcox (Oracle)
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham
2023-12-29mm: memcg: fix split queue list crash when large folio migrationBaolin Wang
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-20mm: memcg: make stats flushing threshold per-memcgYosry Ahmed
2023-12-20mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed
2023-12-20mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo
2023-12-10mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov
2023-12-06mm: kmem: properly initialize local objcg variable in current_obj_cgroup()Roman Gushchin
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka
2023-12-05mm/memcontrol: remove CONFIG_SLAB #ifdef guardsVlastimil Babka
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-15mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil
2023-10-25mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin
2023-10-25mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin
2023-10-25mm: kmem: add direct objcg pointer to task_structRoman Gushchin
2023-10-25mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham
2023-10-18mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed
2023-10-18mm: memcg: refactor page state unit helpersYosry Ahmed
2023-10-06memcg: remove unused do_memsw_account in memcg1_stat_formatLiu Shixin
2023-10-06memcg: expose swapcache stat for memcg v1Liu Shixin
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao
2023-09-29mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner
2023-09-05memcontrol: ensure memcg acquired by id is properly set upJohannes Weiner
2023-08-24mm: fix get_mctgt_type() kernel-docMatthew Wilcox (Oracle)