summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-27mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin1-0/+1
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner1-17/+5
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin1-2/+4
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin1-4/+0
2024-07-05mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin1-20/+20
2024-07-05mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-05mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-05mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin1-0/+2
2024-07-05mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin1-3/+3
2024-07-05mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin1-68/+76
2024-07-05mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin1-12/+0
2024-07-05mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-6/+6
2024-07-04memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt1-8/+14
2024-07-04mm: memcontrol: remove page_memcg()Kefeng Wang1-12/+2
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt1-6/+7
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt1-56/+6
2024-05-06memcg: simple cleanup of stats update functionsShakeel Butt1-17/+0
2024-04-26codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan1-1/+3
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan1-0/+5
2024-04-26slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan1-7/+22
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-6/+14
2024-04-26mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed1-1/+2
2024-03-05memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-12/+0
2024-03-05mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-8/+8
2024-03-05memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-2/+12
2024-03-05mm: memcg: make memcg huge page split support any order splitZi Yan1-2/+2
2024-03-05mm/memcg: use order instead of nr in split_page_memcg()Zi Yan1-2/+2
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET1-0/+1
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho1-1/+1
2023-12-30zswap: memcontrol: implement zswap writeback disablingNhat Pham1-0/+12
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed1-4/+4
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo1-0/+5
2023-12-12memcontrol: implement mem_cgroup_tryget_online()Nhat Pham1-0/+10
2023-10-26mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)1-14/+0
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-1/+10
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin1-0/+9
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-1/+7
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-0/+9
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-0/+7
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-0/+21
2023-10-19mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook1-1/+1
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng1-11/+1
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+8
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-3/+4
2023-08-21mm/memcg: update obsolete comment above parent_mem_cgroup()Miaohe Lin1-2/+1
2023-08-21mm/memcg: fix obsolete function name in mem_cgroup_protection()Miaohe Lin1-1/+1
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)1-2/+2
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin1-2/+0
2023-08-16net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-2/+7