summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-12memcg: decouple drain_obj_stock from local stockShakeel Butt1-1/+6
2025-05-12memcg: remove root memcg check from refill_stockShakeel Butt1-2/+2
2025-05-12memcg, oom: do not bypass oom killer for dying tasksMichal Hocko1-1/+1
2025-04-12locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov1-20/+19
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn1-2/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-164/+130
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+39
2025-03-22mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia1-0/+7
2025-03-22mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)1-5/+3
2025-03-22mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)1-7/+23
2025-03-22mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-8/+7
2025-03-22mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-4/+13
2025-03-22memcg: avoid refill_stock for root memcgShakeel Butt1-1/+2
2025-03-17memcg: bypass root memcg check for skmem chargingShakeel Butt1-1/+1
2025-03-17page_counter: track failcnt only for legacy cgroupsShakeel Butt1-2/+10
2025-03-17memcg: don't call propagate_protected_usage() for v1Shakeel Butt1-2/+3
2025-03-17mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-110/+19
2025-03-17mm: memcontrol: unshare v2-only charge API bits againJohannes Weiner1-4/+13
2025-03-17memcg: add CONFIG_MEMCG_V1 for 'local' functionsChen Ridong1-0/+6
2025-03-17memcg: factor out the replace_stock_objcg functionChen Ridong1-10/+16
2025-03-17memcg: call the free function when allocation of pn failsChen Ridong1-15/+12
2025-03-17memcg: use OFP_PEAK_UNSET instead of -1Chen Ridong1-1/+1
2025-03-17memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song1-2/+2
2025-02-27memcg: Use trylock to access memcg stock_lock.Alexei Starovoitov1-16/+37
2025-02-18memcg: avoid dead loop when setting memory.maxChen Ridong1-0/+1
2025-01-26memcg: fix soft lockup in the OOM processChen Ridong1-1/+6
2025-01-26mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song1-8/+5
2025-01-26mm, memcontrol: avoid duplicated memcg enable checkKairui Song1-1/+1
2025-01-14memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn1-62/+3
2025-01-14memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn1-0/+34
2025-01-14memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn1-3/+14
2024-11-15memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn1-0/+11
2024-11-12mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+6
2024-11-12mm/list_lru: code clean up for reparentingKairui Song1-7/+0
2024-11-11memcg: add flush tracepointJP Kobryn1-1/+6
2024-11-11memcg: rename do_flush_stats and add force flagJP Kobryn1-9/+8
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+4
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song1-0/+4
2024-11-08memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng1-59/+70
2024-11-07memcg-v1: remove memcg move locking codeShakeel Butt1-5/+0
2024-11-07memcg-v1: remove charge move codeShakeel Butt1-9/+0
2024-11-07mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is largeRyan Roberts1-4/+5
2024-11-07memcg: add tracing for memcg stat updatesShakeel Butt1-2/+11
2024-11-06mm/memcontrol: add per-memcg pgpgin/pswpin counterJingxiang Zeng1-0/+2
2024-11-06mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-3/+5
2024-11-06mm/thp: fix deferred split queue not partially_mappedHugh Dickins1-2/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-234/+256
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song1-3/+4
2024-09-10mm: clean up mem_cgroup_iter()Kinsey Ho1-20/+12