aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
13 daysmemcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+10
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-19/+2
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt1-18/+2
2025-05-12mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-0/+3
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price1-0/+7
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye1-0/+4
2025-03-21mm: simplify folio_memcg_charged()Matthew Wilcox (Oracle)1-3/+1
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-2/+2
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-0/+7
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-6/+11
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn1-22/+0
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn1-0/+7
2025-01-13mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt1-0/+22
2024-11-11mm: define obj_cgroup_get() if CONFIG_MEMCG is not definedKanchana P Sridhar1-0/+4
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-5/+7
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song1-5/+7
2024-11-06memcg: workingset: remove folio_memcg_rcu usageShakeel Butt1-32/+2
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt1-54/+0
2024-11-06memcg-v1: remove charge move codeShakeel Butt1-5/+0
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support large foliosBarry Song1-2/+3
2024-09-09mm: restart if multiple traversals racedKinsey Ho1-2/+2
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-3/+21
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt1-1/+2
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt1-0/+2
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song1-3/+17
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel1-0/+5
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song1-6/+0
2024-07-26mm: 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-04mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin1-20/+20
2024-07-04mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-04mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin1-0/+2
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin1-3/+3
2024-07-04mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin1-68/+76
2024-07-04mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin1-12/+0
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-6/+6
2024-07-03memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt1-8/+14
2024-07-03mm: 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-05memcg: simple cleanup of stats update functionsShakeel Butt1-17/+0
2024-04-25codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan1-1/+3
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan1-0/+5
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan1-7/+22
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-6/+14
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed1-1/+2
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-12/+0