summaryrefslogtreecommitdiff
path: root/mm/workingset.c
AgeCommit message (Expand)Author
2024-01-05mm: ratelimit stat flush from workingset shrinkerShakeel Butt
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-20mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm/mglru: fix underprotected page cacheYu Zhao
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-10-04mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng
2023-08-24mm: memcg: use rstat for non-hierarchical statsYosry Ahmed
2023-06-09Multi-gen LRU: fix workingset accountingKalesh Singh
2023-06-09mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh
2023-06-09workingset: refactor LRU refault to expose refault recency checkNhat Pham
2023-04-18mm: workingset: update description of the source fileYang Yang
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-02-02swap_state: update shadow_nodes for anonymous pageYang Yang
2023-01-18workingset: fix confusion around eviction vs refault containerJohannes Weiner
2023-01-18mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)
2021-09-23memcg: flush lruvec stats in the refaultShakeel Butt
2021-09-08mm/workingset: correct kernel-doc notationsRandy Dunlap
2021-06-30mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-02-24mm: workingset: clarify eviction order and distance calculationOscar Salvador
2021-02-24mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/lru: move lock into lru_note_costAlex Shi
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim