summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-39/+29
|\
| * mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-30/+21
| * xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-8/+8
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-7/+6
* | mm: zero-seek shrinkersJohannes Weiner2018-10-261-1/+1
* | mm: workingset: add vmstat counter for shadow nodesJohannes Weiner2018-10-261-2/+12
* | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner2018-10-261-1/+1
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-34/+61
* | mm: workingset: don't drop refault information prematurelyJohannes Weiner2018-10-261-8/+14
|/
* mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior2018-08-171-6/+2
* mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-171-0/+3
* fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-171-1/+2
* mm/workingset.c: refactor workingset_init()Kirill Tkhai2018-08-171-3/+4
* mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior2018-08-171-5/+3
* mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior2018-08-171-3/+0
* page cache: use xa_lockMatthew Wilcox2018-04-111-11/+11
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-151-8/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-061-6/+3
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-031-3/+3
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-031-4/+3