Commit bdc3f7e9 authored by Lorenzo Stoakes's avatar Lorenzo Stoakes Committed by Andrew Morton
Browse files

MAINTAINERS: add mm memory policy section

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: default avatarLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: default avatarRakie Kim <rakie.kim@sk.com>
Acked-by: default avatarMatthew Brost <matthew.brost@intel.com>
Reviewed-by: default avatarJoshua Hahn <joshua.hahnjy@gmail.com>
Acked-by: default avatarDavid Hildenbrand <david@redhat.com>
Acked-by: default avatarZi Yan <ziy@nvidia.com>
Acked-by: default avatarHuang Ying <ying.huang@linux.alibaba.com>
Acked-by: default avatarByungchul 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: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 62bec60b
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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>