summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)Author
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song
2024-09-09mm: restart if multiple traversals racedKinsey Ho
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song
2024-07-26mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin
2024-07-04mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin
2024-07-04mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin
2024-07-04mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin
2024-07-04mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin
2024-07-04mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin
2024-07-03memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt
2024-07-03mm: memcontrol: remove page_memcg()Kefeng Wang
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt
2024-04-25codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)
2024-03-04mm: use __page_cache_release() in folios_put()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: reduce dependencies on <linux/kernel.h>Christophe JAILLET
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo
2023-12-12memcontrol: implement mem_cgroup_tryget_online()Nhat Pham
2023-10-25mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
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-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: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng