summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)Author
2023-04-18workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed
2023-04-18memcg: sleep during flushing stats in safe contextsYosry Ahmed
2023-04-18memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed
2023-03-28mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang
2023-01-18mm: memcg: add folio_memcg_check()Matthew Wilcox
2023-01-18mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao
2022-12-11mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song
2022-10-03memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-11memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin
2022-05-19zswap: memcg accountingJohannes Weiner
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)
2022-04-28mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt
2022-03-22mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song
2022-03-22mm/memcg: retrieve parent memcg from css.parentWei Yang
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed
2022-02-11mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song
2021-11-06mm: memcontrol: remove the kmem statesMuchun Song
2021-10-18mm/writeback: Add __folio_mark_dirty()Matthew Wilcox (Oracle)
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folioMatthew Wilcox (Oracle)