]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
MAINTAINERS: add missing files to mm page alloc section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Wed, 18 Jun 2025 10:59:53 +0000 (11:59 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 25 Jun 2025 22:55:03 +0000 (15:55 -0700)
There are a number of files within memory management which appear to be
most suitably placed within the page allocation section of MAINTAINERS and
are otherwise unassigned, so place these there.

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

index fc6cc0b2e9a38fd49a1e6659c65e04b4494bde39..4e131bb978940e4569a1f3e75b87f58980e19469 100644 (file)
@@ -15875,8 +15875,17 @@ F:     include/linux/compaction.h
 F:     include/linux/gfp.h
 F:     include/linux/page-isolation.h
 F:     mm/compaction.c
+F:     mm/debug_page_alloc.c
+F:     mm/fail_page_alloc.c
 F:     mm/page_alloc.c
+F:     mm/page_ext.c
+F:     mm/page_frag_cache.c
 F:     mm/page_isolation.c
+F:     mm/page_owner.c
+F:     mm/page_poison.c
+F:     mm/page_reporting.c
+F:     mm/show_mem.c
+F:     mm/shuffle.c
 
 MEMORY MANAGEMENT - RECLAIM
 M:     Andrew Morton <akpm@linux-foundation.org>