summaryrefslogtreecommitdiff
path: root/mm/workingset.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt1-3/+4
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig1-0/+1
2024-01-05mm: ratelimit stat flush from workingset shrinkerShakeel Butt1-1/+1
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed1-3/+7
2023-12-21mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-3/+3
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao1-3/+3
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-2/+2
2023-10-04mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng1-13/+16
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-0/+1
2023-06-10Multi-gen LRU: fix workingset accountingKalesh Singh1-3/+7
2023-06-10mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh1-30/+16
2023-06-10workingset: refactor LRU refault to expose refault recency checkNhat Pham1-48/+102
2023-04-19mm: workingset: update description of the source fileYang Yang1-6/+17
2023-04-19workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+3
2023-04-19memcg: sleep during flushing stats in safe contextsYosry Ahmed1-1/+1
2023-04-19memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-1/+1
2023-02-03swap_state: update shadow_nodes for anonymous pageYang Yang1-8/+13
2023-01-19workingset: fix confusion around eviction vs refault containerJohannes Weiner1-1/+2
2023-01-19mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao1-2/+2
2022-12-12folio-compat: remove lru_cache_add()Vishal Moola (Oracle)1-1/+4
2022-11-09mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner1-1/+1
2022-09-27mm: multi-gen LRU: minimal implementationYu Zhao1-2/+108
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-04-22memcg: sync flush only if periodic flush is delayedShakeel Butt1-1/+1
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-12/+13
2022-03-23mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior1-1/+4
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song1-1/+1
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-12/+13
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+10
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner1-0/+10
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)1-20/+22
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)1-7/+4
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)1-1/+2
2021-09-23memcg: flush lruvec stats in the refaultShakeel Butt1-0/+1
2021-09-08mm/workingset: correct kernel-doc notationsRandy Dunlap1-1/+1
2021-07-01mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin1-4/+6
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song1-1/+1
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)1-1/+0
2021-02-25mm: workingset: clarify eviction order and distance calculationOscar Salvador1-1/+1
2021-02-25mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin1-3/+2
2020-12-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2020-12-16mm/lru: move lock into lru_note_costAlex Shi1-2/+0
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song1-4/+4
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-1/+1
2020-10-21Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-11/+2
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan1-1/+1
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)1-11/+2
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3