Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: add MM MISC section, add missing files to MISC and CORE

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>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
e2321042 a5c9fcb1

+58 -14
+58 -14
MAINTAINERS
··· 15740 15740 W: http://www.linux-mm.org 15741 15741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15742 15742 T: quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new 15743 - F: Documentation/admin-guide/mm/ 15744 - F: Documentation/mm/ 15745 - F: include/linux/gfp.h 15746 - F: include/linux/gfp_types.h 15747 - F: include/linux/memory_hotplug.h 15748 - F: include/linux/memory-tiers.h 15749 - F: include/linux/mempolicy.h 15750 - F: include/linux/mempool.h 15751 - F: include/linux/mmzone.h 15752 - F: include/linux/mmu_notifier.h 15753 - F: include/linux/pagewalk.h 15754 - F: include/trace/events/ksm.h 15755 15743 F: mm/ 15756 15744 F: tools/mm/ 15757 - F: tools/testing/selftests/mm/ 15758 - N: include/linux/page[-_]* 15759 15745 15760 15746 MEMORY MANAGEMENT - CORE 15761 15747 M: Andrew Morton <akpm@linux-foundation.org> ··· 15756 15770 S: Maintained 15757 15771 W: http://www.linux-mm.org 15758 15772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15773 + F: include/linux/gfp.h 15774 + F: include/linux/gfp_types.h 15775 + F: include/linux/highmem.h 15759 15776 F: include/linux/memory.h 15760 15777 F: include/linux/mm.h 15761 15778 F: include/linux/mm_*.h 15779 + F: include/linux/mmzone.h 15762 15780 F: include/linux/mmdebug.h 15781 + F: include/linux/mmu_notifier.h 15763 15782 F: include/linux/pagewalk.h 15783 + F: include/linux/pgtable.h 15784 + F: include/linux/ptdump.h 15785 + F: include/linux/vmpressure.h 15786 + F: include/linux/vmstat.h 15764 15787 F: kernel/fork.c 15765 15788 F: mm/Kconfig 15766 15789 F: mm/debug.c 15790 + F: mm/folio-compat.c 15791 + F: mm/highmem.c 15767 15792 F: mm/init-mm.c 15793 + F: mm/internal.h 15794 + F: mm/maccess.c 15768 15795 F: mm/memory.c 15796 + F: mm/mmu_notifier.c 15797 + F: mm/mmzone.c 15769 15798 F: mm/pagewalk.c 15799 + F: mm/pgtable-generic.c 15800 + F: mm/ptdump.c 15801 + F: mm/sparse-vmemmap.c 15802 + F: mm/sparse.c 15770 15803 F: mm/util.c 15804 + F: mm/vmpressure.c 15805 + F: mm/vmstat.c 15806 + N: include/linux/page[-_]* 15771 15807 15772 15808 MEMORY MANAGEMENT - EXECMEM 15773 15809 M: Andrew Morton <akpm@linux-foundation.org> ··· 15851 15843 F: mm/mempolicy.c 15852 15844 F: mm/migrate.c 15853 15845 F: mm/migrate_device.c 15846 + 15847 + MEMORY MANAGEMENT - MISC 15848 + M: Andrew Morton <akpm@linux-foundation.org> 15849 + M: David Hildenbrand <david@redhat.com> 15850 + R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> 15851 + R: Liam R. Howlett <Liam.Howlett@oracle.com> 15852 + R: Vlastimil Babka <vbabka@suse.cz> 15853 + R: Mike Rapoport <rppt@kernel.org> 15854 + R: Suren Baghdasaryan <surenb@google.com> 15855 + R: Michal Hocko <mhocko@suse.com> 15856 + L: linux-mm@kvack.org 15857 + S: Maintained 15858 + W: http://www.linux-mm.org 15859 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15860 + F: Documentation/admin-guide/mm/ 15861 + F: Documentation/mm/ 15862 + F: include/linux/cma.h 15863 + F: include/linux/dmapool.h 15864 + F: include/linux/ioremap.h 15865 + F: include/linux/memory-tiers.h 15866 + F: include/linux/page_idle.h 15867 + F: mm/backing-dev.c 15868 + F: mm/cma.c 15869 + F: mm/cma_debug.c 15870 + F: mm/cma_sysfs.c 15871 + F: mm/dmapool.c 15872 + F: mm/dmapool_test.c 15873 + F: mm/early_ioremap.c 15874 + F: mm/fadvise.c 15875 + F: mm/ioremap.c 15876 + F: mm/mapping_dirty_helpers.c 15877 + F: mm/memory-tiers.c 15878 + F: mm/page_idle.c 15879 + F: mm/pgalloc-track.h 15880 + F: mm/process_vm_access.c 15881 + F: tools/testing/selftests/mm/ 15854 15882 15855 15883 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION 15856 15884 M: Andrew Morton <akpm@linux-foundation.org>