From: Lorenzo Stoakes Date: Mon, 12 May 2025 14:31:22 +0000 (+0100) Subject: MAINTAINERS: add mm reclaim section X-Git-Tag: v6.15~2^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41f36b3912a60804603a23709181f599ec69dc8f;p=thirdparty%2Flinux.git MAINTAINERS: add mm reclaim section 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 Acked-by: Qi Zheng Acked-by: Michal Hocko Acked-by: Shakeel Butt Acked-by: Johannes Weiner Acked-by: David Hildenbrand Cc: Yu Zhao Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 89097a5580e8c..dc79f285573fb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15581,6 +15581,19 @@ F: mm/compaction.c F: mm/page_alloc.c F: mm/page_isolation.c +MEMORY MANAGEMENT - RECLAIM +M: Andrew Morton +M: Johannes Weiner +R: David Hildenbrand +R: Michal Hocko +R: Qi Zheng +R: Shakeel Butt +R: Lorenzo Stoakes +L: linux-mm@kvack.org +S: Maintained +F: mm/pt_reclaim.c +F: mm/vmscan.c + MEMORY MANAGEMENT - RMAP (REVERSE MAPPING) M: Andrew Morton M: David Hildenbrand