summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-26mm: fix multiple typos in multiple filesMuhammad Muzammil1-2/+2
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-32/+0
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin1-2/+45
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-0/+5
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-9/+130
2023-10-26mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin1-20/+14
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-1/+41
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-3/+37
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-12/+47
2023-10-19mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed1-2/+18
2023-10-19mm: memcg: refactor page state unit helpersYosry Ahmed1-11/+33
2023-10-07memcg: remove unused do_memsw_account in memcg1_stat_formatLiu Shixin1-7/+2
2023-10-07memcg: expose swapcache stat for memcg v1Liu Shixin1-0/+6
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao1-0/+2
2023-09-30mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko1-0/+13
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-3/+3
2023-09-05memcontrol: ensure memcg acquired by id is properly set upJohannes Weiner1-5/+17
2023-08-25mm: fix get_mctgt_type() kernel-docMatthew Wilcox (Oracle)1-18/+13
2023-08-25memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin1-3/+0
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-29/+38
2023-08-22mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)1-1/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+2
2023-08-21mm: remove redundant K() macro definitionZhangPeng1-1/+0
2023-08-21mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()Miaohe Lin1-1/+1
2023-08-21mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young1-2/+2
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)1-4/+4
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+2
2023-08-18mm/memcg: minor cleanup for mc_handle_present_pte()Miaohe Lin1-3/+2
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin1-1/+1
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin1-0/+1
2023-08-18memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1