summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+66
2026-08-24mm: memcg: release the css reference when a stock slot emptiesSong Hu1-1/+6
2026-08-24memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is doneShakeel Butt1-0/+13
2026-08-24mm: memcg: stop reclaim when a limit update is supersededGuopeng Zhang1-0/+6
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif1-0/+1
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif1-0/+2
2026-08-24mm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif1-0/+36
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen1-2/+2
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton1-17/+85
2026-08-24Merge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-18/+19
2026-08-20Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...Linus Torvalds1-17/+85
2026-08-13mm: memcg-v1: fix memsw and TCP failcnt accountingGuopeng Zhang1-0/+2
2026-08-13memcg: keep folio's objcg same as its nodeShakeel Butt1-17/+83
2026-08-06mm: memcontrol: factor out memcg kmem uncharge sequenceGuopeng Zhang1-8/+10
2026-08-06mm: memcontrol: drop unused cpu argument from flush_nmi_statsGuopeng Zhang1-5/+3
2026-08-04mm: memcontrol: update state_local when flushing NMI statsGuopeng Zhang1-0/+5
2026-08-04memcg: bail out memory.max when memcg is dyingJiayuan Chen1-0/+4
2026-08-04memcg: bail out memory.high when memcg is dyingJiayuan Chen1-0/+4
2026-08-04mm/slab, kfence, memcg: completely remove obj_ext for kfence objectsVlastimil Babka (SUSE)1-3/+5
2026-08-04mm/slab: stop allocating objcg pointers when unnecessaryVlastimil Babka (SUSE)1-0/+3
2026-07-31mm/slab: abstract slabobj_ext.objcg accessVlastimil Babka (SUSE)1-6/+8
2026-07-31mm/slab: make slab_obj_ext() determine object indexVlastimil Babka (SUSE)1-9/+3
2026-07-30mm: memcg: reset oom_group in css_resetJiayuan Chen1-0/+1
2026-07-30mm: memcg: reset zswap settings in css_resetJiayuan Chen1-0/+4
2026-07-28mm: memcg: remove stray text from obj_stock_pcp commentGuopeng Zhang1-1/+1
2026-07-28mm/memcontrol: remove unused for_each_mem_cgroup macro and cleanupJoshua Hahn1-1/+1
2026-06-22Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2026-06-15mm/slab: pass alloc_flags through slab_post_alloc_hook() chainVlastimil Babka (SUSE)1-2/+3
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner1-9/+3
2026-06-04memcg: multi objcg charge supportShakeel Butt1-58/+142
2026-06-04memcg: int16_t for cached slab statsShakeel Butt1-13/+12
2026-06-04memcg: uint16_t for nr_bytes in obj_stock_pcpShakeel Butt1-6/+19
2026-06-04memcg: store node_id instead of pglist_data pointerShakeel Butt1-7/+19
2026-06-02mm/memcg: remove no longer used swap cgroup arrayKairui Song1-1/+0
2026-06-02mm/memcg, swap: store cgroup id in cluster table directlyKairui Song1-5/+8
2026-06-02mm, swap: delay and unify memcg lookup and charging for swapinKairui Song1-6/+4
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song1-5/+4
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-1/+4
2026-05-28mm/memcontrol: hoist pstatc_pcpu assignment out of CPU loopHui Zhu1-3/+2
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt1-1/+4
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+6
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2026-05-21mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti1-0/+6
2026-05-18cgroup/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