summaryrefslogtreecommitdiffstats
path: root/mm/workingset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-031-1/+6
* mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-03-311-1/+1
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-4/+2
|\
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-131-4/+2
* | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
* | mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-221-1/+1
|/
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-1/+2
* mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner2016-12-121-19/+25
* mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-121-13/+43
* mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner2016-12-121-8/+12
* mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko2016-12-021-1/+1
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-09-301-6/+4
* mm, workingset: make working set detection node-awareMel Gorman2016-07-281-23/+20
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-281-3/+3