summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
Commit message (Expand)AuthorAgeFilesLines
* mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig2024-02-211-0/+1
* mm: ratelimit stat flush from workingset shrinkerShakeel Butt2024-01-051-1/+1
* mm: memcg: restore subtree stats flushingYosry Ahmed2023-12-201-3/+7
* mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed2023-12-201-12/+24
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-3/+3
|\
| * mm/mglru: fix underprotected page cacheYu Zhao2023-12-121-3/+3
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-2/+2
|/
* mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng2023-10-041-13/+16
* mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-241-0/+1
* Multi-gen LRU: fix workingset accountingKalesh Singh2023-06-091-3/+7
* mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh2023-06-091-30/+16
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-091-48/+102
* mm: workingset: update description of the source fileYang Yang2023-04-181-6/+17
* workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2023-04-181-2/+3
* memcg: sleep during flushing stats in safe contextsYosry Ahmed2023-04-181-1/+1
* memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2023-04-181-1/+1
* swap_state: update shadow_nodes for anonymous pageYang Yang2023-02-021-8/+13
* workingset: fix confusion around eviction vs refault containerJohannes Weiner2023-01-181-1/+2
* mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao2023-01-181-2/+2
* folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-111-1/+4
* mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner2022-11-081-1/+1
* mm: multi-gen LRU: minimal implementationYu Zhao2022-09-261-2/+108
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-211-1/+1
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-12/+13
|\
| * mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)2022-03-211-12/+13
* | mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior2022-03-221-1/+4
* | xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-221-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+10
|\
| * vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-0/+10
* | mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)2021-10-181-20/+22
* | mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)2021-09-271-7/+4
* | mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)2021-09-271-1/+2
|/
* memcg: flush lruvec stats in the refaultShakeel Butt2021-09-231-0/+1
* mm/workingset: correct kernel-doc notationsRandy Dunlap2021-09-081-1/+1
* mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin2021-06-301-4/+6
* mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song2021-06-291-1/+1
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-051-1/+0
* mm: workingset: clarify eviction order and distance calculationOscar Salvador2021-02-241-1/+1
* mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin2021-02-241-3/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-2/+0
|\
| * mm/lru: move lock into lru_note_costAlex Shi2020-12-151-2/+0
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-1/+1
|\ \ | |/ |/|
| * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
* | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-4/+4
|/
* Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2020-10-201-11/+2
|\
| * XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)2020-10-131-11/+2
* | mm/workingset.c: fix some doc warningsXiaofei Tan2020-10-161-1/+1
|/
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-4/+11