]> 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>
Mon, 18 Aug 2025 05:07:57 +0000 (22:07 -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 18ccd00cfb22de21cdbdbb9e1af59329f1aa8b79..390829ae9803c0f88801b15651cf6cf8b3f1e3bc 100644 (file)
@@ -16062,6 +16062,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>