aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-50/+49
2022-10-03mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song1-1/+1
2022-10-03memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt1-33/+4
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_folio()Matthew Wilcox (Oracle)1-2/+2
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-45/+0
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt1-11/+2
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao1-0/+5
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+31
2022-09-11memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt1-3/+4
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+21
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin1-1/+46
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin1-0/+6
2022-05-19zswap: memcg accountingJohannes Weiner1-0/+54
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)1-0/+14
2022-04-28mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin1-4/+0
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt1-0/+5
2022-03-22mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song1-2/+2
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song1-23/+0
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song1-0/+14
2022-03-22mm/memcg: retrieve parent memcg from css.parentWei Yang1-3/+1
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed1-0/+1
2022-02-11mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin1-2/+3
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+22
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt1-0/+21
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg1-0/+1
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka1-48/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+1
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song1-1/+1
2021-11-06mm: memcontrol: remove the kmem statesMuchun Song1-7/+0
2021-10-18mm/writeback: Add __folio_mark_dirty()Matthew Wilcox (Oracle)1-3/+2
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)1-10/+12
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)1-9/+8
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)1-14/+18
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)1-11/+9
2021-09-27mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()Matthew Wilcox (Oracle)1-0/+10
2021-09-27mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folioMatthew Wilcox (Oracle)1-3/+4
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)1-2/+2
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)1-4/+11
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-7/+21
2021-09-27mm/memcg: Add folio_memcg() and related functionsMatthew Wilcox (Oracle)1-45/+65
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-43/+61
2021-09-03mm, memcg: remove unused functionsMiaohe Lin1-12/+0
2021-09-03memcg: cleanup racy sum avoidance codeShakeel Butt1-13/+2
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt1-0/+6
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt1-22/+20
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan1-3/+25
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-0/+15
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+15
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner1-14/+15