aboutsummaryrefslogtreecommitdiffstats
path: root/mm/workingset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-2/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-1/+2
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-3/+3
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+161
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+253