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