]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: add core mm section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Wed, 23 Apr 2025 12:30:42 +0000 (13:30 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 8 May 2025 06:39:38 +0000 (23:39 -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 'core' memory management section establishing David
as co-maintainer alongside Andrew (thanks David for volunteering!) along
with a number of relevant reviewers.

We try to keep things as fine-grained as possible, so we place only
obviously 'general' mm things here.  For files which are specific to a
particular part of mm, we prefer new entries.

Link: https://lkml.kernel.org/r/20250423123042.59082-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index c90842b4239e87c00dc345a467452e77e9d74b7c..5b5d07abdf329cb5e0294964b6d3e2b5e0d9271c 100644 (file)
@@ -15494,14 +15494,11 @@ F:    Documentation/mm/
 F:     include/linux/gfp.h
 F:     include/linux/gfp_types.h
 F:     include/linux/memfd.h
-F:     include/linux/memory.h
 F:     include/linux/memory_hotplug.h
 F:     include/linux/memory-tiers.h
 F:     include/linux/mempolicy.h
 F:     include/linux/mempool.h
 F:     include/linux/memremap.h
-F:     include/linux/mm.h
-F:     include/linux/mm_*.h
 F:     include/linux/mmzone.h
 F:     include/linux/mmu_notifier.h
 F:     include/linux/pagewalk.h
@@ -15511,6 +15508,31 @@ F:     tools/mm/
 F:     tools/testing/selftests/mm/
 N:     include/linux/page[-_]*
 
+MEMORY MANAGEMENT - CORE
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     David Hildenbrand <david@redhat.com>
+R:     Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
+R:     Liam R. Howlett <Liam.Howlett@oracle.com>
+R:     Vlastimil Babka <vbabka@suse.cz>
+R:     Mike Rapoport <rppt@kernel.org>
+R:     Suren Baghdasaryan <surenb@google.com>
+R:     Michal Hocko <mhocko@suse.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:     include/linux/memory.h
+F:     include/linux/mm.h
+F:     include/linux/mm_*.h
+F:     include/linux/mmdebug.h
+F:     include/linux/pagewalk.h
+F:     mm/Kconfig
+F:     mm/debug.c
+F:     mm/init-mm.c
+F:     mm/memory.c
+F:     mm/pagewalk.c
+F:     mm/util.c
+
 MEMORY MANAGEMENT - EXECMEM
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     Mike Rapoport <rppt@kernel.org>