summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-11-11mm/list_lru: code clean up for reparentingKairui Song
2024-11-11memcg: add flush tracepointJP Kobryn
2024-11-11memcg: rename do_flush_stats and add force flagJP Kobryn
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song
2024-11-07memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt
2024-11-06memcg-v1: remove charge move codeShakeel Butt
2024-11-06mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is largeRyan Roberts
2024-11-06memcg: add tracing for memcg stat updatesShakeel Butt
2024-11-05mm/memcontrol: add per-memcg pgpgin/pswpin counterJingxiang Zeng
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-05mm/thp: fix deferred split queue not partially_mappedHugh Dickins
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song
2024-09-09mm: clean up mem_cgroup_iter()Kinsey Ho
2024-09-09mm: restart if multiple traversals racedKinsey Ho
2024-09-09mm: increment gen # before restarting traversalKinsey Ho
2024-09-09mm: don't hold css->refcnt during traversalKinsey Ho
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-01memcg: make PGPGIN and PGPGOUT v1 onlyShakeel Butt
2024-09-01memcg: move v1 events and statistics code to v1 fileShakeel Butt
2024-09-01memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt
2024-09-01memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel 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-01memcg: replace memcg ID idr with xarrayShakeel Butt
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel
2024-09-01mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin
2024-09-01memcg: increase the valid index range for memcg statsShakeel Butt
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song
2024-09-01mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan
2024-08-07memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-07-12mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng
2024-07-04mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin
2024-07-04mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin
2024-07-04mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin
2024-07-04mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman Gushchin
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin
2024-07-04mm: memcg: move cgroup v1 interface files to memcontrol-v1.cRoman Gushchin