summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-04-11locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov1-20/+19
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-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia1-0/+7
2025-03-21mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)1-5/+3
2025-03-21mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)1-7/+23
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-8/+7
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-4/+13
2025-03-21memcg: 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-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-110/+19
2025-03-16mm: memcontrol: unshare v2-only charge API bits againJohannes Weiner1-4/+13
2025-03-16memcg: add CONFIG_MEMCG_V1 for 'local' functionsChen Ridong1-0/+6
2025-03-16memcg: factor out the replace_stock_objcg functionChen Ridong1-10/+16
2025-03-16memcg: call the free function when allocation of pn failsChen Ridong1-15/+12
2025-03-16memcg: use OFP_PEAK_UNSET instead of -1Chen Ridong1-1/+1
2025-03-16memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-16mm: 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-17memcg: avoid dead loop when setting memory.maxChen Ridong1-0/+1
2025-01-25memcg: fix soft lockup in the OOM processChen Ridong1-1/+6
2025-01-25mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song1-8/+5
2025-01-25mm, memcontrol: avoid duplicated memcg enable checkKairui Song1-1/+1
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn1-62/+3
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn1-0/+34
2025-01-13memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn1-3/+14
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn1-0/+11
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+6
2024-11-11mm/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-07memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng1-59/+70
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt1-5/+0
2024-11-06memcg-v1: remove charge move codeShakeel Butt1-9/+0
2024-11-06mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is largeRyan Roberts1-4/+5
2024-11-06memcg: add tracing for memcg stat updatesShakeel Butt1-2/+11
2024-11-05mm/memcontrol: add per-memcg pgpgin/pswpin counterJingxiang Zeng1-0/+2
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-3/+5
2024-11-05mm/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-09mm: clean up mem_cgroup_iter()Kinsey Ho1-20/+12
2024-09-09mm: restart if multiple traversals racedKinsey Ho1-9/+17
2024-09-09mm: increment gen # before restarting traversalKinsey Ho1-10/+12
2024-09-09mm: don't hold css->refcnt during traversalKinsey Ho1-17/+1