commit | 7b8144e63d84716f16a1b929e0c7e03ae5c4d5c1 | [log] [tgz] |
---|---|---|
author | T.J. Alumbaugh <talumbau@google.com> | Wed Jan 18 00:18:21 2023 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 02 22:33:26 2023 -0800 |
tree | 2fae6ecc7f9c29d6654fbffe929d53147c355010 | |
parent | b2db9ef2c0926ba86898136704cdc757c7a5a60a [diff] |
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>