mm: multi-gen LRU: section for working set protection
authorT.J. Alumbaugh <talumbau@google.com>
Wed, 18 Jan 2023 00:18:21 +0000 (00:18 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:26 +0000 (22:33 -0800)
commit7b8144e63d84716f16a1b929e0c7e03ae5c4d5c1
tree2fae6ecc7f9c29d6654fbffe929d53147c355010
parentb2db9ef2c0926ba86898136704cdc757c7a5a60a
mm: multi-gen LRU: section for working set protection

Patch series "mm: multi-gen LRU: improve".

This patch series improves a few MGLRU functions, collects related
functions, and adds additional documentation.

This patch (of 7):

Add a section for working set protection in the code and the design doc.
The admin doc already contains its usage.

Link: https://lkml.kernel.org/r/20230118001827.1040870-1-talumbau@google.com
Link: https://lkml.kernel.org/r/20230118001827.1040870-2-talumbau@google.com
Signed-off-by: T.J. Alumbaugh <talumbau@google.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/mm/multigen_lru.rst
mm/vmscan.c