]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: add MM MISC section, add missing files to MISC and CORE
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Thu, 24 Jul 2025 13:33:56 +0000 (14:33 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 26 Jul 2025 22:08:24 +0000 (15:08 -0700)
Add a MEMORY MANAGEMENT - MISC section to contain files that are not
described by other sections, moving all but the catch-all mm/ and
tools/mm/ from MEMORY MANAGEMENT to MEMORY MANAGEMENT - CORE and MEMORY
MANAGEMENT - MISC as appropriate.

In both sections add remaining missing files.  At this point, with the
other recent MAINTAINERS changes, this should now mean that every memory
management-related file has a section and assigned maintainers/reviewers.

Finally, we copy across the maintainers/reviewers from MEMORY MANAGEMENT -
CORE to MEMORY MANAGEMENT - MISC, as it seems the two are sufficiently
related for this to be sensible.

Link: https://lkml.kernel.org/r/20250724133356.49487-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: David Hildenbrand <david@redhat.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Alistair Popple <apopple@nvidia.com>
Cc: Christoph Lameter (Ampere) <cl@gentwo.org>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Dev Jain <dev.jain@arm.com>
Cc: Jann Horn <jannh@google.com>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Nico Pache <npache@redhat.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Pedro Falcato <pfalcato@suse.de>
Cc: Qi Zheng <zhengqi.arch@bytedance.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Shakeel Butt <shakeel.butt@linux.dev>
Cc: Tejun Heo <tj@kernel.org>
Cc: Zi Yan <ziy@nvidia.com>
Cc: Joshua Hahn <joshua.hahnjy@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index e593d5af0a807f0bab0e7e469a94340451e03222..f17cc8d8f8e829943598c1bcc7747102b926f107 100644 (file)
@@ -15740,22 +15740,8 @@ S:     Maintained
 W:     http://www.linux-mm.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 T:     quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
-F:     Documentation/admin-guide/mm/
-F:     Documentation/mm/
-F:     include/linux/gfp.h
-F:     include/linux/gfp_types.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/mmzone.h
-F:     include/linux/mmu_notifier.h
-F:     include/linux/pagewalk.h
-F:     include/trace/events/ksm.h
 F:     mm/
 F:     tools/mm/
-F:     tools/testing/selftests/mm/
-N:     include/linux/page[-_]*
 
 MEMORY MANAGEMENT - CORE
 M:     Andrew Morton <akpm@linux-foundation.org>
@@ -15770,18 +15756,40 @@ 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/gfp.h
+F:     include/linux/gfp_types.h
+F:     include/linux/highmem.h
 F:     include/linux/memory.h
 F:     include/linux/mm.h
 F:     include/linux/mm_*.h
+F:     include/linux/mmzone.h
 F:     include/linux/mmdebug.h
+F:     include/linux/mmu_notifier.h
 F:     include/linux/pagewalk.h
+F:     include/linux/pgtable.h
+F:     include/linux/ptdump.h
+F:     include/linux/vmpressure.h
+F:     include/linux/vmstat.h
 F:     kernel/fork.c
 F:     mm/Kconfig
 F:     mm/debug.c
+F:     mm/folio-compat.c
+F:     mm/highmem.c
 F:     mm/init-mm.c
+F:     mm/internal.h
+F:     mm/maccess.c
 F:     mm/memory.c
+F:     mm/mmu_notifier.c
+F:     mm/mmzone.c
 F:     mm/pagewalk.c
+F:     mm/pgtable-generic.c
+F:     mm/ptdump.c
+F:     mm/sparse-vmemmap.c
+F:     mm/sparse.c
 F:     mm/util.c
+F:     mm/vmpressure.c
+F:     mm/vmstat.c
+N:     include/linux/page[-_]*
 
 MEMORY MANAGEMENT - EXECMEM
 M:     Andrew Morton <akpm@linux-foundation.org>
@@ -15844,6 +15852,42 @@ F:     mm/mempolicy.c
 F:     mm/migrate.c
 F:     mm/migrate_device.c
 
+MEMORY MANAGEMENT - MISC
+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:     Documentation/admin-guide/mm/
+F:     Documentation/mm/
+F:     include/linux/cma.h
+F:     include/linux/dmapool.h
+F:     include/linux/ioremap.h
+F:     include/linux/memory-tiers.h
+F:     include/linux/page_idle.h
+F:     mm/backing-dev.c
+F:     mm/cma.c
+F:     mm/cma_debug.c
+F:     mm/cma_sysfs.c
+F:     mm/dmapool.c
+F:     mm/dmapool_test.c
+F:     mm/early_ioremap.c
+F:     mm/fadvise.c
+F:     mm/ioremap.c
+F:     mm/mapping_dirty_helpers.c
+F:     mm/memory-tiers.c
+F:     mm/page_idle.c
+F:     mm/pgalloc-track.h
+F:     mm/process_vm_access.c
+F:     tools/testing/selftests/mm/
+
 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     Mike Rapoport <rppt@kernel.org>