Skip to content

Commit a47694e

Browse files
lorenzo-stoakesakpm00
authored andcommitted
MAINTAINERS: add core mm 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 '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/[email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Acked-by: Michal Hocko <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Acked-by: Mike Rapoport (Microsoft) <[email protected]> Acked-by: Liam R. Howlett <[email protected]> Acked-by: David Hildenbrand <[email protected]> Cc: Lorenzo Stoakes <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 31d4cd4 commit a47694e

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

MAINTAINERS

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15494,14 +15494,11 @@ F: Documentation/mm/
1549415494
F: include/linux/gfp.h
1549515495
F: include/linux/gfp_types.h
1549615496
F: include/linux/memfd.h
15497-
F: include/linux/memory.h
1549815497
F: include/linux/memory_hotplug.h
1549915498
F: include/linux/memory-tiers.h
1550015499
F: include/linux/mempolicy.h
1550115500
F: include/linux/mempool.h
1550215501
F: include/linux/memremap.h
15503-
F: include/linux/mm.h
15504-
F: include/linux/mm_*.h
1550515502
F: include/linux/mmzone.h
1550615503
F: include/linux/mmu_notifier.h
1550715504
F: include/linux/pagewalk.h
@@ -15511,6 +15508,31 @@ F: tools/mm/
1551115508
F: tools/testing/selftests/mm/
1551215509
N: include/linux/page[-_]*
1551315510

15511+
MEMORY MANAGEMENT - CORE
15512+
M: Andrew Morton <[email protected]>
15513+
M: David Hildenbrand <[email protected]>
15514+
R: Lorenzo Stoakes <[email protected]>
15515+
R: Liam R. Howlett <[email protected]>
15516+
R: Vlastimil Babka <[email protected]>
15517+
R: Mike Rapoport <[email protected]>
15518+
R: Suren Baghdasaryan <[email protected]>
15519+
R: Michal Hocko <[email protected]>
15520+
15521+
S: Maintained
15522+
W: http://www.linux-mm.org
15523+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15524+
F: include/linux/memory.h
15525+
F: include/linux/mm.h
15526+
F: include/linux/mm_*.h
15527+
F: include/linux/mmdebug.h
15528+
F: include/linux/pagewalk.h
15529+
F: mm/Kconfig
15530+
F: mm/debug.c
15531+
F: mm/init-mm.c
15532+
F: mm/memory.c
15533+
F: mm/pagewalk.c
15534+
F: mm/util.c
15535+
1551415536
MEMORY MANAGEMENT - EXECMEM
1551515537
M: Andrew Morton <[email protected]>
1551615538
M: Mike Rapoport <[email protected]>

0 commit comments

Comments
 (0)