summaryrefslogtreecommitdiff
path: root/mm/workingset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-121-3/+5
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+4
* mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2020-06-261-19/+27
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-1/+1
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-0/+4
* mm: workingset: let cache workingset challenge anonJohannes Weiner2020-06-031-5/+12
* mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner2019-12-011-15/+52
* mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-011-4/+4
* mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-131-6/+4
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-141-3/+4
* mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-141-2/+3
* mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-051-3/+2