summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31sched/numa: add statistics of numa balance taskChen Yu
2025-05-31memcg: make memcg_rstat_updated nmi safeShakeel Butt
2025-05-31memcg: nmi-safe slab stats updatesShakeel Butt
2025-05-31memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt
2025-05-31memcg: nmi safe memcg stats for specific archsShakeel Butt
2025-05-31memcg: disable kmem charging in nmi for unsupported archShakeel Butt
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao
2025-05-22memcg: objcg stock trylock without irq disablingShakeel Butt
2025-05-22memcg: no stock lock for cpu hot-unplugShakeel Butt
2025-05-22memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt
2025-05-22memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt
2025-05-13memcg: no irq disable for memcg stock lockShakeel Butt
2025-05-13memcg: completely decouple memcg and obj stocksShakeel Butt
2025-05-13memcg: separate local_trylock for memcg and objShakeel Butt
2025-05-13memcg: simplify consume_stockShakeel Butt
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He
2025-05-12memcg: introduce non-blocking limit setting optionShakeel Butt
2025-05-12mm/memcg: use kmem_cache when alloc memcg pernode infoHuan Yang
2025-05-12mm/memcg: use kmem_cache when alloc memcgHuan Yang
2025-05-12mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price
2025-05-11memcg: multi-memcg percpu charge cacheShakeel Butt
2025-05-11memcg: optimize memcg_rstat_updatedShakeel Butt
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt
2025-05-11memcg: combine slab obj stock charging and accountingVlastimil Babka
2025-05-11memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt
2025-05-11memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt
2025-05-11memcg: no refilling stock from obj_cgroup_releaseShakeel Butt
2025-05-11memcg: manually inline __refill_stockShakeel Butt
2025-05-11memcg: introduce memcg_unchargeShakeel Butt
2025-05-11memcg: decouple drain_obj_stock from local stockShakeel Butt
2025-05-11memcg: remove root memcg check from refill_stockShakeel Butt
2025-05-11memcg, oom: do not bypass oom killer for dying tasksMichal Hocko
2025-04-11locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia
2025-03-21mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)
2025-03-21mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21memcg: avoid refill_stock for root memcgShakeel Butt