MAINTAINERS: add mm memory policy section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Thu, 15 May 2025 19:13:58 +0000 (20:13 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 21 May 2025 05:49:40 +0000 (22:49 -0700)
As part of the ongoing efforts to sub-divide memory management
maintainership and reviewership, establish a section for memory policy and
migration and add appropriate maintainers and reviewers.

[lorenzo.stoakes@oracle.com: add Ying as reviewer]
Link: https://lkml.kernel.org/r/ed6f0fc2-5608-4eea-b1be-07e3e19be263@lucifer.local
Link: https://lkml.kernel.org/r/20250515191358.205684-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Rakie Kim <rakie.kim@sk.com>
Acked-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Zi Yan <ziy@nvidia.com>
Acked-by: Huang Ying <ying.huang@linux.alibaba.com>
Acked-by: Byungchul Park <byungchul@sk.com>
Cc: Alistair Popple <apopple@nvidia.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Gregory Price <gourry@gourry.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index b3e5db58c6b73c25ba1ce0fcb22c6d131f821912..698d5fdd51eb04b2399db06747c76fe0cb393269 100644 (file)
@@ -15577,6 +15577,26 @@ F:     include/linux/ksm.h
 F:     include/trace/events/ksm.h
 F:     mm/ksm.c
 
+MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     David Hildenbrand <david@redhat.com>
+R:     Zi Yan <ziy@nvidia.com>
+R:     Matthew Brost <matthew.brost@intel.com>
+R:     Joshua Hahn <joshua.hahnjy@gmail.com>
+R:     Rakie Kim <rakie.kim@sk.com>
+R:     Byungchul Park <byungchul@sk.com>
+R:     Gregory Price <gourry@gourry.net>
+R:     Ying Huang <ying.huang@linux.alibaba.com>
+L:     linux-mm@kvack.org
+S:     Maintained
+W:     http://www.linux-mm.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:     include/linux/mempolicy.h
+F:     include/linux/migrate.h
+F:     mm/mempolicy.c
+F:     mm/migrate.c
+F:     mm/migrate_device.c
+
 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     Mike Rapoport <rppt@kernel.org>