commit | ccbbbb85945d8f0255aa9dbc1b617017e2294f2c | [log] [tgz] |
---|---|---|
author | T.J. Alumbaugh <talumbau@google.com> | Wed Jan 18 00:18:23 2023 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 02 22:33:27 2023 -0800 |
tree | 096de0c53f420d8439b528c2ca22244457c36962 | |
parent | db19a43d9b3a8876552f00f656008206ef9a5efa [diff] |
mm: multi-gen LRU: section for Bloom filters Move Bloom filters code into a dedicated section. Improve the design doc to explain Bloom filter usage and connection between aging and eviction in their use. Link: https://lkml.kernel.org/r/20230118001827.1040870-4-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>