[PATCH for v5.8 0/3] fix for "mm: balance LRU lists based on relative thrashing" patchset
From: js1304
Date: Tue Jun 16 2020 - 02:17:10 EST
From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>
This patchset fixes some problems of the patchset,
"mm: balance LRU lists based on relative thrashing", which is now merged
on the mainline.
Patch "mm: workingset: let cache workingset challenge anon fix" is
the result of discussion with Johannes. See following link.
http://lkml.kernel.org/r/20200520232525.798933-6-hannes@xxxxxxxxxxx
And, the other two are minor things which are found when I try
to rebase my patchset.
Johannes Weiner (1):
mm: workingset: age nonresident information alongside anonymous pages
Joonsoo Kim (2):
mm/swap: fix for "mm: workingset: age nonresident information
alongside anonymous pages"
mm/memory: fix IO cost for anonymous page
include/linux/mmzone.h | 4 ++--
include/linux/swap.h | 1 +
mm/memory.c | 8 ++++++++
mm/swap.c | 3 +--
mm/vmscan.c | 3 +++
mm/workingset.c | 46 +++++++++++++++++++++++++++-------------------
6 files changed, 42 insertions(+), 23 deletions(-)
--
2.7.4