MAINTAINERS: add mm reclaim section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Mon, 12 May 2025 14:31:22 +0000 (15:31 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 21 May 2025 05:49:38 +0000 (22:49 -0700)
In furtherance of ongoing efforts to ensure people are aware of who
de-facto maintains/has an interest in specific parts of mm, as well trying
to avoid get_maintainers.pl listing only Andrew and the mailing list for
mm files - establish a reclaim memory management section and add relevant
maintainers/reviewers.

This is a key part of memory management so sensibly deserves its own
section.

This encompasses both 'classical' reclaim and MGLRU and thus reflects this
in the reviewers from both, as well as those who have contributed
specifically on the memcg side of things.

Link: https://lkml.kernel.org/r/20250512143122.87740-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Qi Zheng <zhengqi.arch@bytedance.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index 89097a5580e8cea331e4032b2e678947606e3136..dc79f285573fbe861f70a8a0b9d399b652c09cab 100644 (file)
@@ -15581,6 +15581,19 @@ F:     mm/compaction.c
 F:     mm/page_alloc.c
 F:     mm/page_isolation.c
 
+MEMORY MANAGEMENT - RECLAIM
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     Johannes Weiner <hannes@cmpxchg.org>
+R:     David Hildenbrand <david@redhat.com>
+R:     Michal Hocko <mhocko@kernel.org>
+R:     Qi Zheng <zhengqi.arch@bytedance.com>
+R:     Shakeel Butt <shakeel.butt@linux.dev>
+R:     Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
+L:     linux-mm@kvack.org
+S:     Maintained
+F:     mm/pt_reclaim.c
+F:     mm/vmscan.c
+
 MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     David Hildenbrand <david@redhat.com>