]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
MAINTAINERS: mark MGLRU as maintained
authorAxel Rasmussen <axelrasmussen@google.com>
Fri, 15 Aug 2025 21:59:14 +0000 (14:59 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 19 Aug 2025 23:35:56 +0000 (16:35 -0700)
The three folks being added here are actively working on MGLRU within
Google, so we can review patches for this feature and plan to contribute
some improvements / extensions to it on an ongoing basis.

With three of us we may have some hope filling Yu Zhao's shoes, since he
has moved on to other projects these days.

Link: https://lkml.kernel.org/r/20250815215914.3671925-1-axelrasmussen@google.com
Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Axel Rasmussen <axelrasmussen@google.com>
Cc: Shakeel Butt <shakeel.butt@linux.dev>
Cc: Wei Xu <weixugc@google.com>
Cc: Yuanchu Xie <yuanchu@google.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index afd7663c367f769ed5b3bf722cb4e65d4d4ede9a..64e6a25b3aa29dad14b89ab2367aea2a7449020f 100644 (file)
@@ -16058,6 +16058,23 @@ F:     mm/mempolicy.c
 F:     mm/migrate.c
 F:     mm/migrate_device.c
 
+MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU)
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     Axel Rasmussen <axelrasmussen@google.com>
+M:     Yuanchu Xie <yuanchu@google.com>
+R:     Wei Xu <weixugc@google.com>
+L:     linux-mm@kvack.org
+S:     Maintained
+W:     http://www.linux-mm.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:     Documentation/admin-guide/mm/multigen_lru.rst
+F:     Documentation/mm/multigen_lru.rst
+F:     include/linux/mm_inline.h
+F:     include/linux/mmzone.h
+F:     mm/swap.c
+F:     mm/vmscan.c
+F:     mm/workingset.c
+
 MEMORY MANAGEMENT - MISC
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     David Hildenbrand <david@redhat.com>