summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
18 hoursmemcg: bail out memory.max when memcg is dyingJiayuan Chen
18 hoursmemcg: bail out memory.high when memcg is dyingJiayuan Chen
18 hoursmm: memcg: remove stray text from obj_stock_pcp commentGuopeng Zhang
18 hoursmm/memcontrol: remove unused for_each_mem_cgroup macro and cleanupJoshua Hahn
2026-06-22Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15mm/slab: pass alloc_flags through slab_post_alloc_hook() chainVlastimil Babka (SUSE)
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-04memcg: multi objcg charge supportShakeel Butt
2026-06-04memcg: int16_t for cached slab statsShakeel Butt
2026-06-04memcg: uint16_t for nr_bytes in obj_stock_pcpShakeel Butt
2026-06-04memcg: store node_id instead of pglist_data pointerShakeel Butt
2026-06-02mm/memcg: remove no longer used swap cgroup arrayKairui Song
2026-06-02mm/memcg, swap: store cgroup id in cluster table directlyKairui Song
2026-06-02mm, swap: delay and unify memcg lookup and charging for swapinKairui Song
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton
2026-05-28mm/memcontrol: hoist pstatc_pcpu assignment out of CPU loopHui Zhu
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-21mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-04-30mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()Qi Zheng
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng
2026-04-18mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()Qi Zheng
2026-04-18mm: memcontrol: correct the type of stats_updates to unsigned longQi Zheng
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng
2026-04-18mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()Qi Zheng
2026-04-18mm: memcontrol: refactor memcg_reparent_objcgs()Qi Zheng
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song
2026-04-18mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()Muchun Song
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song
2026-04-18mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()Muchun Song
2026-04-18mm: memcontrol: return root object cgroup for root memory cgroupMuchun Song
2026-04-18mm: memcontrol: allocate object cgroup for non-kmem caseMuchun Song
2026-04-18mm: memcontrol: remove dead code of checking parent memory cgroupMuchun Song
2026-04-05mm/memcontrol: fix reclaim_options leak in try_charge_memcg()Bing Jiao
2026-04-05mm: memcg: separate slab stat accounting from objcg charge cacheJohannes Weiner
2026-04-05mm: memcontrol: use __account_obj_stock() in the !locked pathJohannes Weiner
2026-04-05mm: memcontrol: split out __obj_cgroup_charge()Johannes Weiner
2026-04-05mm: memcg: simplify objcg charge size and stock remainder mathJohannes Weiner
2026-04-05mm: memcg: factor out trylock_stock() and unlock_stock()Johannes Weiner
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li