Skip to content

Commit e232104

Browse files
lorenzo-stoakesakpm00
authored andcommitted
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/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Acked-by: Mike Rapoport (Microsoft) <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Liam Howlett <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Alistair Popple <[email protected]> Cc: Christoph Lameter (Ampere) <[email protected]> Cc: Dave Chinner <[email protected]> Cc: Dennis Zhou <[email protected]> Cc: Dev Jain <[email protected]> Cc: Jann Horn <[email protected]> Cc: Muchun Song <[email protected]> Cc: Nico Pache <[email protected]> Cc: Oscar Salvador <[email protected]> Cc: Pedro Falcato <[email protected]> Cc: Qi Zheng <[email protected]> Cc: Roman Gushchin <[email protected]> Cc: Shakeel Butt <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Zi Yan <[email protected]> Cc: Joshua Hahn <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent a5c9fcb commit e232104

File tree

1 file changed

+58
-14
lines changed

1 file changed

+58
-14
lines changed

MAINTAINERS

Lines changed: 58 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15740,22 +15740,8 @@ S: Maintained
1574015740
W: http://www.linux-mm.org
1574115741
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
1574215742
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
1575515743
F: mm/
1575615744
F: tools/mm/
15757-
F: tools/testing/selftests/mm/
15758-
N: include/linux/page[-_]*
1575915745

1576015746
MEMORY MANAGEMENT - CORE
1576115747
M: Andrew Morton <[email protected]>
@@ -15770,18 +15756,40 @@ L: [email protected]
1577015756
S: Maintained
1577115757
W: http://www.linux-mm.org
1577215758
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15759+
F: include/linux/gfp.h
15760+
F: include/linux/gfp_types.h
15761+
F: include/linux/highmem.h
1577315762
F: include/linux/memory.h
1577415763
F: include/linux/mm.h
1577515764
F: include/linux/mm_*.h
15765+
F: include/linux/mmzone.h
1577615766
F: include/linux/mmdebug.h
15767+
F: include/linux/mmu_notifier.h
1577715768
F: include/linux/pagewalk.h
15769+
F: include/linux/pgtable.h
15770+
F: include/linux/ptdump.h
15771+
F: include/linux/vmpressure.h
15772+
F: include/linux/vmstat.h
1577815773
F: kernel/fork.c
1577915774
F: mm/Kconfig
1578015775
F: mm/debug.c
15776+
F: mm/folio-compat.c
15777+
F: mm/highmem.c
1578115778
F: mm/init-mm.c
15779+
F: mm/internal.h
15780+
F: mm/maccess.c
1578215781
F: mm/memory.c
15782+
F: mm/mmu_notifier.c
15783+
F: mm/mmzone.c
1578315784
F: mm/pagewalk.c
15785+
F: mm/pgtable-generic.c
15786+
F: mm/ptdump.c
15787+
F: mm/sparse-vmemmap.c
15788+
F: mm/sparse.c
1578415789
F: mm/util.c
15790+
F: mm/vmpressure.c
15791+
F: mm/vmstat.c
15792+
N: include/linux/page[-_]*
1578515793

1578615794
MEMORY MANAGEMENT - EXECMEM
1578715795
M: Andrew Morton <[email protected]>
@@ -15844,6 +15852,42 @@ F: mm/mempolicy.c
1584415852
F: mm/migrate.c
1584515853
F: mm/migrate_device.c
1584615854

15855+
MEMORY MANAGEMENT - MISC
15856+
M: Andrew Morton <[email protected]>
15857+
M: David Hildenbrand <[email protected]>
15858+
R: Lorenzo Stoakes <[email protected]>
15859+
R: Liam R. Howlett <[email protected]>
15860+
R: Vlastimil Babka <[email protected]>
15861+
R: Mike Rapoport <[email protected]>
15862+
R: Suren Baghdasaryan <[email protected]>
15863+
R: Michal Hocko <[email protected]>
15864+
15865+
S: Maintained
15866+
W: http://www.linux-mm.org
15867+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15868+
F: Documentation/admin-guide/mm/
15869+
F: Documentation/mm/
15870+
F: include/linux/cma.h
15871+
F: include/linux/dmapool.h
15872+
F: include/linux/ioremap.h
15873+
F: include/linux/memory-tiers.h
15874+
F: include/linux/page_idle.h
15875+
F: mm/backing-dev.c
15876+
F: mm/cma.c
15877+
F: mm/cma_debug.c
15878+
F: mm/cma_sysfs.c
15879+
F: mm/dmapool.c
15880+
F: mm/dmapool_test.c
15881+
F: mm/early_ioremap.c
15882+
F: mm/fadvise.c
15883+
F: mm/ioremap.c
15884+
F: mm/mapping_dirty_helpers.c
15885+
F: mm/memory-tiers.c
15886+
F: mm/page_idle.c
15887+
F: mm/pgalloc-track.h
15888+
F: mm/process_vm_access.c
15889+
F: tools/testing/selftests/mm/
15890+
1584715891
MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
1584815892
M: Andrew Morton <[email protected]>
1584915893
M: Mike Rapoport <[email protected]>

0 commit comments

Comments
 (0)