summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
Commit message (Expand)AuthorAgeFilesLines
* mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-141-6/+4Star
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-151-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-061-3/+2Star
* 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/+29Star
|\
| * mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-30/+21Star
| * xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-8/+8
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-7/+6Star
* | mm: zero-seek shrinkersJohannes Weiner2018-10-271-1/+1
* | mm: workingset: add vmstat counter for shadow nodesJohannes Weiner2018-10-271-2/+12
* | mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner2018-10-271-1/+1
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-271-34/+61
* | mm: workingset: don't drop refault information prematurelyJohannes Weiner2018-10-271-8/+14
|/
* mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior2018-08-181-6/+2Star
* mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-181-0/+3
* fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-181-1/+2
* mm/workingset.c: refactor workingset_init()Kirill Tkhai2018-08-181-3/+4
* mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior2018-08-181-5/+3Star
* mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior2018-08-181-3/+0Star
* page cache: use xa_lockMatthew Wilcox2018-04-111-11/+11
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-161-8/+2Star
* 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-071-6/+3Star
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-041-3/+3
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-041-4/+3Star
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-041-1/+6
* mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-04-011-1/+1
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-4/+2Star
|\
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-141-4/+2Star
* | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-251-0/+1
* | mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-231-1/+1
|/
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-081-1/+2
* mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner2016-12-131-19/+25
* mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-131-13/+43
* mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner2016-12-131-8/+12
* mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko2016-12-031-1/+1
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-10-011-6/+4Star
* mm, workingset: make working set detection node-awareMel Gorman2016-07-291-23/+20Star
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-291-3/+3
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-291-3/+3
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-2/+2
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-291-4/+5
* mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-291-4/+6
* mm: workingset: printk missing log level, use pr_info()Anton Blanchard2016-07-151-1/+1
* mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2016-03-171-3/+7
* mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov2016-03-171-1/+3
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-161-5/+4Star
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-161-10/+69
* mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner2016-03-161-1/+29