summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-3/+4
2025-10-15mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+13
2025-07-31Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2025-07-24memcg: convert memcg->socket_pressure to u64Kuniyuki Iwashima1-1/+4
2025-07-19mm/memcg: make memory.reclaim interface genericDavidlohr Bueso1-73/+4
2025-07-09Revert "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-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+115
2025-05-31sched/numa: add statistics of numa balance taskChen Yu1-0/+2
2025-05-31memcg: make memcg_rstat_updated nmi safeShakeel Butt1-7/+9
2025-05-31memcg: nmi-safe slab stats updatesShakeel Butt1-3/+33
2025-05-31memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt1-2/+19
2025-05-31memcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+49
2025-05-31memcg: disable kmem charging in nmi for unsupported archShakeel Butt1-0/+3
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-279/+369
2025-05-27Merge 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-22memcg: objcg stock trylock without irq disablingShakeel Butt1-10/+15
2025-05-22memcg: no stock lock for cpu hot-unplugShakeel Butt1-10/+1
2025-05-22memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt1-11/+11
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-3/+3
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt1-4/+4
2025-05-22memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt1-55/+19
2025-05-22memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt1-11/+18
2025-05-13memcg: no irq disable for memcg stock lockShakeel Butt1-9/+6
2025-05-13memcg: completely decouple memcg and obj stocksShakeel Butt1-57/+92
2025-05-13memcg: separate local_trylock for memcg and objShakeel Butt1-23/+26
2025-05-13memcg: simplify consume_stockShakeel Butt1-13/+7
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He1-0/+5
2025-05-12memcg: introduce non-blocking limit setting optionShakeel Butt1-2/+8
2025-05-12mm/memcg: use kmem_cache when alloc memcg pernode infoHuan Yang1-1/+6
2025-05-12mm/memcg: use kmem_cache when alloc memcgHuan Yang1-1/+8
2025-05-12mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-3/+2
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price1-0/+6
2025-05-11memcg: multi-memcg percpu charge cacheShakeel Butt1-38/+106
2025-05-11memcg: optimize memcg_rstat_updatedShakeel Butt1-7/+9
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt1-12/+6
2025-05-11memcg: combine slab obj stock charging and accountingVlastimil Babka1-31/+46
2025-05-11memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt1-1/+3
2025-05-11memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt1-26/+11
2025-05-11memcg: no refilling stock from obj_cgroup_releaseShakeel Butt1-4/+11
2025-05-11memcg: manually inline __refill_stockShakeel Butt1-21/+13
2025-05-11memcg: introduce memcg_unchargeShakeel Butt1-16/+12
2025-05-11memcg: decouple drain_obj_stock from local stockShakeel Butt1-1/+6
2025-05-11memcg: remove root memcg check from refill_stockShakeel Butt1-2/+2
2025-05-11memcg, oom: do not bypass oom killer for dying tasksMichal Hocko1-1/+1
2025-04-11locking/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