aboutsummaryrefslogtreecommitdiffstats
path: root/mm/workingset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/netdev/net-nextLinus 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