Skip to content

Commit 5e610c8

Browse files
tehcasterakpm00
authored andcommitted
MAINTAINERS: add MM subsection for the page allocator
Add a subsection for the page allocator, including compaction as it's crucial for high-order allocations and works together with the anti-fragmentation features. Add reviewers (including myself) who voluteered. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Vlastimil Babka <[email protected]> Acked-by: Michal Hocko <[email protected]> Acked-by: Zi Yan <[email protected]> Acked-by: Brendan Jackman <[email protected]> Acked-by: Johannes Weiner <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Christoph Lameter (Ampere) <[email protected]> Cc: David Rientjes <[email protected]> Cc: Harry Yoo <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Roman Gushchin <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8ad5ac8 commit 5e610c8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

MAINTAINERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15516,6 +15516,21 @@ F: mm/numa.c
1551615516
F: mm/numa_emulation.c
1551715517
F: mm/numa_memblks.c
1551815518

15519+
MEMORY MANAGEMENT - PAGE ALLOCATOR
15520+
M: Andrew Morton <[email protected]>
15521+
R: Vlastimil Babka <[email protected]>
15522+
R: Suren Baghdasaryan <[email protected]>
15523+
R: Michal Hocko <[email protected]>
15524+
R: Brendan Jackman <[email protected]>
15525+
R: Johannes Weiner <[email protected]>
15526+
R: Zi Yan <[email protected]>
15527+
15528+
S: Maintained
15529+
F: mm/compaction.c
15530+
F: mm/page_alloc.c
15531+
F: include/linux/gfp.h
15532+
F: include/linux/compaction.h
15533+
1551915534
MEMORY MANAGEMENT - SECRETMEM
1552015535
M: Andrew Morton <[email protected]>
1552115536
M: Mike Rapoport <[email protected]>

0 commit comments

Comments
 (0)