summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin1-4/+4
2022-10-04memcg: reduce size of memcg vmstats structuresShakeel Butt1-10/+44
2022-10-04memcg: rearrange codeShakeel Butt1-23/+23
2022-10-04memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt1-9/+48
2022-10-04memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-10-04mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)1-1/+1
2022-10-04memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)1-7/+6
2022-09-27mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett1-4/+2
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-0/+25
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+1
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-0/+2
2022-09-12mm: memcg: export workingset refault stats for cgroup v1Yang Shi1-2/+7
2022-09-12mm: memcontrol: fix a typo in commentxupanda1-1/+1
2022-07-30mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa1-13/+9
2022-07-30mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun1-1/+8
2022-07-30mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed1-10/+14
2022-07-30mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin1-0/+9
2022-07-18mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang1-2/+2
2022-07-18mm: add zone device coherent type memory supportAlex Sierra1-3/+4
2022-07-04mm: 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-17mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin1-21/+50
2022-06-17mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng1-28/+27
2022-06-17mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang1-1/+1
2022-05-20zswap: memcg accountingJohannes Weiner1-8/+197
2022-05-14mm/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-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-04-30memcg: introduce per-memcg reclaim interfaceShakeel Butt1-0/+45
2022-04-29mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin1-4/+0
2022-04-29mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin1-1/+1
2022-04-29mm/memcg: non-hierarchical mode is deprecatedWei Yang1-3/+0
2022-04-29mm/memcg: move generation assignment and comparison togetherWei Yang1-3/+7
2022-04-29mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang1-3/+2
2022-04-29mm/memcg: set memcg after css verified and got referenceWei Yang1-8/+3
2022-04-29mm/memcg: mz already removed from rb_tree if not NULLWei Yang1-1/+0
2022-04-29mm/memcg: remove unneeded nr_scannedMiaohe Lin1-4/+1
2022-04-22memcg: sync flush only if periodic flush is delayedShakeel Butt1-1/+11
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-21/+16
2022-03-23memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang1-12/+2
2022-03-23mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song1-2/+1
2022-03-23mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song1-36/+3
2022-03-23mm: list_lru: replace linear array with xarrayMuchun Song1-72/+5
2022-03-23mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song1-3/+3
2022-03-23mm: list_lru: allocate list_lru_one only when neededMuchun Song1-1/+5
2022-03-23mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song1-21/+16
2022-03-23mm: introduce kmem_cache_alloc_lruMuchun Song1-14/+0
2022-03-23mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior1-2/+3