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/20250410090021.72296-4-vbabka@suse.cz Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Zi Yan <ziy@nvidia.com> Acked-by: Brendan Jackman <jackmanb@google.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Christoph Lameter (Ampere) <cl@linux.com> Cc: David Rientjes <rientjes@google.com> Cc: Harry Yoo <harry.yoo@oracle.com> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com> Cc: Pekka Enberg <penberg@kernel.org> Cc: Roman Gushchin <roman.gushchin@linux.dev> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 <akpm@linux-foundation.org>
15521+
R: Vlastimil Babka <vbabka@suse.cz>
15522+
R: Suren Baghdasaryan <surenb@google.com>
15523+
R: Michal Hocko <mhocko@suse.com>
15524+
R: Brendan Jackman <jackmanb@google.com>
15525+
R: Johannes Weiner <hannes@cmpxchg.org>
15526+
R: Zi Yan <ziy@nvidia.com>
15527+
L: linux-mm@kvack.org
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 <akpm@linux-foundation.org>
1552115536
M: Mike Rapoport <rppt@kernel.org>

0 commit comments

Comments
 (0)