aboutsummaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
AgeCommit message (Expand)AuthorFilesLines
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-20mm: memcg: restore subtree stats flushingYosry Ahmed1-3/+7
2023-12-20mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-3/+3
2023-12-12mm/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-24mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-0/+1
2023-06-09Multi-gen LRU: fix workingset accountingKalesh Singh1-3/+7
2023-06-09mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh1-30/+16
2023-06-09workingset: refactor LRU refault to expose refault recency checkNhat Pham1-48/+102
2023-04-18mm: workingset: update description of the source fileYang Yang1-6/+17
2023-04-18workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+3
2023-04-18memcg: sleep during flushing stats in safe contextsYosry Ahmed1-1/+1
2023-04-18memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-1/+1
2023-02-02swap_state: update shadow_nodes for anonymous pageYang Yang1-8/+13
2023-01-18workingset: fix confusion around eviction vs refault containerJohannes Weiner1-1/+2
2023-01-18mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao1-2/+2
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)1-1/+4
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner1-1/+1
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao1-2/+108
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-12/+13
2022-03-22mm: workingset: replace IRQ-off check with a lockdep assert.Sebastian Andrzej Siewior1-1/+4
2022-03-22xarray: 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-06-30mm: 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-24mm: workingset: clarify eviction order and distance calculationOscar Salvador1-1/+1
2021-02-24mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin1-3/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2020-12-15mm/lru: move lock into lru_note_costAlex Shi1-2/+0
2020-12-15Merge 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-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-1/+1
2020-10-20Merge 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-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim1-4/+11
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim1-3/+5
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+4
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner1-19/+27
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-1/+1
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-0/+4
2020-06-03mm: workingset: let cache workingset challenge anonJohannes Weiner1-5/+12
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner1-15/+52
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner1-4/+4
2019-08-13mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin1-6/+4
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner1-3/+4
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner1-2/+3
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-3/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-39/+29
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-1/+1
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner1-2/+12
2018-10-26mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner1-1/+1
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-34/+61
2018-10-26mm: workingset: don't drop refault information prematurelyJohannes Weiner1-8/+14
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-30/+21
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-8/+8
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-7/+6
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior1-6/+2
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai1-0/+3
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai1-1/+2
2018-08-17mm/workingset.c: refactor workingset_init()Kirill Tkhai1-3/+4
2018-08-17mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior1-5/+3
2018-08-17mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior1-3/+0
2018-04-11page cache: use xa_lockMatthew Wilcox1-11/+11
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-8/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-6/+3
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-3/+3
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-4/+3
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-1/+6
2017-03-31mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko1-1/+1
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox1-4/+2
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner1-1/+2
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner1-19/+25
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-13/+43
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner1-8/+12
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-6/+4
2016-07-28mm, workingset: make working set detection node-awareMel Gorman1-23/+20
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman1-3/+3
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-3/+3
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-2/+2
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-4/+5
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner1-4/+6
2016-07-15mm: workingset: printk missing log level, use pr_info()Anton Blanchard1-1/+1
2016-03-17mm: workingset: make shadow node shrinker memcg awareVladimir Davydov1-3/+7
2016-03-17mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-5/+4
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner1-10/+69
2016-03-15mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner1-1/+29
2016-03-15mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner1-28/+28
2016-03-15mm: workingset: #define radix entry eviction maskJohannes Weiner1-4/+6
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-2/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-1/+2
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-3/+3
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+161
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+253