summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Revert "sched/numa: add statistics of numa balance task"Chen Yu1-2/+0
2025-06-17memcg: cgroup: call css_rstat_updated irrespective of in_nmi()Shakeel Butt1-5/+5
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+115
2025-06-01sched/numa: add statistics of numa balance taskChen Yu1-0/+2
2025-06-01memcg: make memcg_rstat_updated nmi safeShakeel Butt1-7/+9
2025-06-01memcg: nmi-safe slab stats updatesShakeel Butt1-3/+33
2025-06-01memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt1-2/+19
2025-06-01memcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+49
2025-06-01memcg: disable kmem charging in nmi for unsupported archShakeel Butt1-0/+3
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-279/+369
2025-05-28Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-23memcg: objcg stock trylock without irq disablingShakeel Butt1-10/+15
2025-05-23memcg: no stock lock for cpu hot-unplugShakeel Butt1-10/+1
2025-05-23memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt1-11/+11
2025-05-23memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-3/+3
2025-05-23memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt1-4/+4
2025-05-23memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt1-55/+19
2025-05-23memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt1-11/+18
2025-05-14memcg: no irq disable for memcg stock lockShakeel Butt1-9/+6
2025-05-14memcg: completely decouple memcg and obj stocksShakeel Butt1-57/+92
2025-05-14memcg: separate local_trylock for memcg and objShakeel Butt1-23/+26
2025-05-14memcg: simplify consume_stockShakeel Butt1-13/+7
2025-05-13mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He1-0/+5
2025-05-13memcg: introduce non-blocking limit setting optionShakeel Butt1-2/+8
2025-05-13mm/memcg: use kmem_cache when alloc memcg pernode infoHuan Yang1-1/+6
2025-05-13mm/memcg: use kmem_cache when alloc memcgHuan Yang1-1/+8
2025-05-13mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-3/+2
2025-05-13vmscan,cgroup: apply mems_effective to reclaimGregory Price1-0/+6
2025-05-12memcg: multi-memcg percpu charge cacheShakeel Butt1-38/+106
2025-05-12memcg: optimize memcg_rstat_updatedShakeel Butt1-7/+9
2025-05-12memcg: manually inline replace_stock_objcgShakeel Butt1-12/+6
2025-05-12memcg: combine slab obj stock charging and accountingVlastimil Babka1-31/+46
2025-05-12memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt1-1/+3
2025-05-12memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt1-26/+11
2025-05-12memcg: no refilling stock from obj_cgroup_releaseShakeel Butt1-4/+11
2025-05-12memcg: manually inline __refill_stockShakeel Butt1-21/+13
2025-05-12memcg: introduce memcg_unchargeShakeel Butt1-16/+12
2025-05-12memcg: decouple drain_obj_stock from local stockShakeel Butt1-1/+6
2025-05-12memcg: remove root memcg check from refill_stockShakeel Butt1-2/+2
2025-05-12memcg, oom: do not bypass oom killer for dying tasksMichal Hocko1-1/+1
2025-04-12locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov1-20/+19
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn1-2/+2
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-22mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia1-0/+7
2025-03-22mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)1-5/+3
2025-03-22mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)1-7/+23
2025-03-22mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-8/+7
2025-03-22mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-4/+13