summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-22BACKPORT: mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner11-42/+78
2017-04-08mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-03-12mm, vmscan: cleanup lru size claculationsMichal Hocko3-44/+41
2016-12-03mm: 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_cach...Johannes Weiner3-63/+63
2016-07-28mm, workingset: make working set detection node-awareMel Gorman4-44/+26
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman5-144/+111
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman7-44/+54
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman7-76/+424
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner4-47/+58
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 Davydov3-6/+19
2016-03-17mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner12-117/+88
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner5-57/+134
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-23dax: support dirty DAX entries in radix treeRoss Zwisler9-42/+78
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov8-26/+50
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov9-43/+51
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner10-43/+359
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner8-23/+331