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: 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: 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>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
bdc3f7e9 62bec60b

+20
+20
MAINTAINERS
··· 15577 15577 F: include/trace/events/ksm.h 15578 15578 F: mm/ksm.c 15579 15579 15580 + MEMORY MANAGEMENT - MEMORY POLICY AND MIGRATION 15581 + M: Andrew Morton <akpm@linux-foundation.org> 15582 + M: David Hildenbrand <david@redhat.com> 15583 + R: Zi Yan <ziy@nvidia.com> 15584 + R: Matthew Brost <matthew.brost@intel.com> 15585 + R: Joshua Hahn <joshua.hahnjy@gmail.com> 15586 + R: Rakie Kim <rakie.kim@sk.com> 15587 + R: Byungchul Park <byungchul@sk.com> 15588 + R: Gregory Price <gourry@gourry.net> 15589 + R: Ying Huang <ying.huang@linux.alibaba.com> 15590 + L: linux-mm@kvack.org 15591 + S: Maintained 15592 + W: http://www.linux-mm.org 15593 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15594 + F: include/linux/mempolicy.h 15595 + F: include/linux/migrate.h 15596 + F: mm/mempolicy.c 15597 + F: mm/migrate.c 15598 + F: mm/migrate_device.c 15599 + 15580 15600 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION 15581 15601 M: Andrew Morton <akpm@linux-foundation.org> 15582 15602 M: Mike Rapoport <rppt@kernel.org>