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: update page allocator section

Make Vlastimil maintainer of this section (with thanks to Vlastimil for
agreeing to this!) and add page isolation files for which this section
seem most appropriate.

We may wish to, in future, refactor/rename some of these files to more
logically fit what is actually being performed, but for the time being
this seems the most sensible place.

Additionally, fix the alphabetical ordering of files.

Link: https://lkml.kernel.org/r/20250512144603.90379-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Zi Yan <ziy@nvidia.com>
Cc: Brendan Jackman <jackmanb@google.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
e27126e0 0f518255

+5 -3
+5 -3
MAINTAINERS
··· 15566 15566 15567 15567 MEMORY MANAGEMENT - PAGE ALLOCATOR 15568 15568 M: Andrew Morton <akpm@linux-foundation.org> 15569 - R: Vlastimil Babka <vbabka@suse.cz> 15569 + M: Vlastimil Babka <vbabka@suse.cz> 15570 15570 R: Suren Baghdasaryan <surenb@google.com> 15571 15571 R: Michal Hocko <mhocko@suse.com> 15572 15572 R: Brendan Jackman <jackmanb@google.com> ··· 15574 15574 R: Zi Yan <ziy@nvidia.com> 15575 15575 L: linux-mm@kvack.org 15576 15576 S: Maintained 15577 + F: include/linux/compaction.h 15578 + F: include/linux/gfp.h 15579 + F: include/linux/page-isolation.h 15577 15580 F: mm/compaction.c 15578 15581 F: mm/page_alloc.c 15579 - F: include/linux/gfp.h 15580 - F: include/linux/compaction.h 15582 + F: mm/page_isolation.c 15581 15583 15582 15584 MEMORY MANAGEMENT - RMAP (REVERSE MAPPING) 15583 15585 M: Andrew Morton <akpm@linux-foundation.org>