Re: [PATCH v7 12/12] mm: multigenerational LRU: documentation
From: Yu Zhao <hidden>
Date: 2022-02-08 08:45:01
Also in:
linux-arm-kernel, linux-mm, lkml
From: Yu Zhao <hidden>
Date: 2022-02-08 08:45:01
Also in:
linux-arm-kernel, linux-mm, lkml
On Tue, Feb 08, 2022 at 01:19:02AM -0700, Yu Zhao wrote:
Add a design doc and an admin guide. Signed-off-by: Yu Zhao <redacted> Acked-by: Brian Geffon <redacted> Acked-by: Jan Alexander Steffens (heftig) <redacted> Acked-by: Oleksandr Natalenko <redacted> Acked-by: Steven Barrett <redacted> Acked-by: Suleiman Souhlal <redacted> Tested-by: Daniel Byrne <redacted> Tested-by: Donald Carr <redacted> Tested-by: Holger Hoffstätte <redacted> Tested-by: Konstantin Kharlamov <redacted> Tested-by: Shuang Zhai <redacted> Tested-by: Sofia Trinh <redacted> --- Documentation/admin-guide/mm/index.rst | 1 + Documentation/admin-guide/mm/multigen_lru.rst | 121 ++++++++++++++ Documentation/vm/index.rst | 1 + Documentation/vm/multigen_lru.rst | 152 ++++++++++++++++++ 4 files changed, 275 insertions(+) create mode 100644 Documentation/admin-guide/mm/multigen_lru.rst create mode 100644 Documentation/vm/multigen_lru.rst
Refactored the doc into a separate patch as requested here: https://lore.kernel.org/linux-mm/Yd73pDkMOMVHhXzu@kernel.org/ (local) Reworked the doc as requested here: https://lore.kernel.org/linux-mm/YdwKB3SfF7hkB9Xv@kernel.org/ (local) <snipped>