aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa1-13/+9
2022-07-29mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun1-1/+8
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed1-10/+14
2022-07-29mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin1-0/+9
2022-07-17mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang1-2/+2
2022-07-17mm: add zone device coherent type memory supportAlex Sierra1-3/+4
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+23
2022-06-27Merge branch 'master' into mm-stableakpm1-1/+1
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin1-21/+50
2022-06-16mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2Qi Zheng1-28/+27
2022-06-16mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang1-1/+1
2022-05-19zswap: memcg accountingJohannes Weiner1-8/+197
2022-05-13mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal1-0/+13
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-8/+8
2022-05-13mm: teach core mm about pte markersPeter Xu1-2/+6
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt1-0/+45
2022-04-28mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin1-4/+0
2022-04-28mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin1-1/+1
2022-04-28mm/memcg: non-hierarchical mode is deprecatedWei Yang1-3/+0
2022-04-28mm/memcg: move generation assignment and comparison togetherWei Yang1-3/+7
2022-04-28mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang1-3/+2
2022-04-28mm/memcg: set memcg after css verified and got referenceWei Yang1-8/+3
2022-04-28mm/memcg: mz already removed from rb_tree if not NULLWei Yang1-1/+0
2022-04-28mm/memcg: remove unneeded nr_scannedMiaohe Lin1-4/+1
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt1-1/+11
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-21/+16
2022-03-22memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang1-12/+2
2022-03-22mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song1-2/+1
2022-03-22mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song1-36/+3
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song1-72/+5
2022-03-22mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song1-3/+3
2022-03-22mm: list_lru: allocate list_lru_one only when neededMuchun Song1-1/+5
2022-03-22mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song1-21/+16
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song1-14/+0
2022-03-22mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior1-2/+3
2022-03-22mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior1-21/+38
2022-03-22mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()Johannes Weiner1-6/+18
2022-03-22mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where needed.Sebastian Andrzej Siewior1-1/+55
2022-03-22mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior1-2/+12
2022-03-22mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko1-67/+27
2022-03-22mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2022-03-22memcg: synchronously enforce memory.high for large overchargesShakeel Butt1-0/+5
2022-03-22memcg: unify force charging conditionsShakeel Butt1-10/+7
2022-03-22memcg: refactor mem_cgroup_oomShakeel Butt1-27/+17
2022-03-22mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang1-2/+0
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed1-6/+21
2022-03-22memcg: replace in_interrupt() with !in_task()Shakeel Butt1-2/+2
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-11/+11