summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
9 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-3/+3
2026-04-30mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()Qi Zheng1-10/+19
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng1-2/+2
2026-04-18mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()Qi Zheng1-6/+12
2026-04-18mm: memcontrol: correct the type of stats_updates to unsigned longQi Zheng1-9/+9
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song1-77/+117
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng1-30/+62
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng1-0/+97
2026-04-18mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()Qi Zheng1-19/+31
2026-04-18mm: memcontrol: refactor memcg_reparent_objcgs()Qi Zheng1-5/+24
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song1-26/+27
2026-04-18mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()Muchun Song1-8/+10
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song1-6/+8
2026-04-18mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()Muchun Song1-3/+7
2026-04-18mm: memcontrol: return root object cgroup for root memory cgroupMuchun Song1-21/+24
2026-04-18mm: memcontrol: allocate object cgroup for non-kmem caseMuchun Song1-27/+24
2026-04-18mm: memcontrol: remove dead code of checking parent memory cgroupMuchun Song1-5/+0
2026-04-05mm/memcontrol: fix reclaim_options leak in try_charge_memcg()Bing Jiao1-1/+2
2026-04-05mm: memcg: separate slab stat accounting from objcg charge cacheJohannes Weiner1-39/+61
2026-04-05mm: memcontrol: use __account_obj_stock() in the !locked pathJohannes Weiner1-1/+5
2026-04-05mm: memcontrol: split out __obj_cgroup_charge()Johannes Weiner1-5/+16
2026-04-05mm: memcg: simplify objcg charge size and stock remainder mathJohannes Weiner1-10/+6
2026-04-05mm: memcg: factor out trylock_stock() and unlock_stock()Johannes Weiner1-6/+19
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner1-2/+2
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen1-0/+6
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song1-22/+7
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)1-17/+39
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+2
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+14
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-2/+14
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-65/+34
2026-02-12Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-7/+24
2026-02-12Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+16
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+27
2026-02-04mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poisonHarry Yoo1-2/+10
2026-02-04mm/slab: abstract slabobj_ext access via new slab_obj_ext() helperHarry Yoo1-7/+16
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker1-1/+11
2026-02-03memcg: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker1-4/+17
2026-02-01mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2026-01-27memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt1-2/+2
2026-01-27memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt1-5/+0
2026-01-27memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt1-1/+1
2026-01-27memcg: mem_cgroup_get_from_ino() returns NULL on errorShakeel Butt1-4/+2
2026-01-27memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt1-2/+0
2026-01-27memcg: introduce private id API for in-kernel usersShakeel Butt1-25/+30