summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
4 daysmemcg: remove the lockdep assert from __mod_objcg_mlstate()Sebastian Andrzej Siewior1-2/+0
2024-05-12memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng1-2/+0
2024-05-12mm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng1-5/+5
2024-05-07mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao1-9/+15
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt1-1/+2
2024-05-07memcg: warn for unexpected events and statsShakeel Butt1-16/+23
2024-05-07memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt1-2/+0
2024-05-07memcg: reduce memory for the lruvec and memcg statsShakeel Butt1-20/+114
2024-05-07mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin1-3/+4
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt1-12/+75
2024-05-07memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt1-2/+4
2024-05-06memcg: fix data-race KCSAN bug in rstatsBreno Leitao1-5/+7
2024-05-06memcg: simple cleanup of stats update functionsShakeel Butt1-16/+15
2024-04-26mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka1-0/+90
2024-04-26mm, slab: move memcg charging to post-alloc hookVlastimil Babka1-1/+1
2024-04-26mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)1-0/+3
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-49/+7
2024-04-26mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed1-12/+6
2024-03-05memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-19/+0
2024-03-05memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-0/+13
2024-03-05mm: memcg: make memcg huge page split support any order splitZi Yan1-5/+6
2024-03-05mm/memcg: use order instead of nr in split_page_memcg()Zi Yan1-1/+2
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier1-2/+3
2024-02-22mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier1-1/+1
2024-02-22mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt1-1/+1
2024-02-22memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)1-5/+7
2024-02-22memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)1-10/+13
2024-02-22memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)1-7/+7
2024-02-22memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)1-25/+24
2024-02-21mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner1-3/+7
2024-02-08mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed1-21/+35
2024-01-26mm: memcontrol: don't throttle dying tasks on memory.highJohannes Weiner1-4/+25
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-123/+196
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-3/+3
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-5/+5
2024-01-05mm/memcontrol: remove __mod_lruvec_page_state()Matthew Wilcox (Oracle)1-5/+4
2023-12-30zswap: memcontrol: implement zswap writeback disablingNhat Pham1-0/+38
2023-12-29mm: memcg: fix split queue list crash when large folio migrationBaolin Wang1-0/+11
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed1-29/+39
2023-12-21mm: memcg: make stats flushing threshold per-memcgYosry Ahmed1-16/+34
2023-12-21mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed1-74/+74
2023-12-21mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed1-3/+4
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo1-0/+1
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo1-0/+2
2023-12-11mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov1-0/+4
2023-12-07mm: kmem: properly initialize local objcg variable in current_obj_cgroup()Roman Gushchin1-1/+1
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka1-0/+1
2023-12-05mm/memcontrol: remove CONFIG_SLAB #ifdef guardsVlastimil Babka1-3/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-5/+5
2023-11-16mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2