Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add multi-gen LRU kernel support
Adds Multi-Gen LRU support to the kernel but does not enable it by default. MG LRU is one of the most hyped features of 6.1. Options and /sys/kernel control: https://kernel.org/doc/html/v6.1/admin-guide/mm/multigen_lru.html General docs: https://kernel.org/doc/html/v6.1/mm/multigen_lru.html Benchmarks: https://www.phoronix.com/news/MGLRU-July-2022-Performance TLDR presentation slides: https://www.phoronix.com/news/MGLRU-LPC-2022 Signed-off-by: Nico Berlee <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information