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 ksm section

As part of the ongoing efforts to sub-divide memory management
maintainership and reviewership, establish a section for Kernel Samepage
Merging (KSM) and add appropriate maintainers and reviewers.

Link: https://lkml.kernel.org/r/20250515190404.203596-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Chengming Zhou <chengming.zhou@linux.dev>
Acked-by: Xu Xin <xu.xin16@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
62bec60b b6ea95a3

+15
+15
MAINTAINERS
··· 15562 15562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15563 15563 F: mm/gup.c 15564 15564 15565 + MEMORY MANAGEMENT - KSM (Kernel Samepage Merging) 15566 + M: Andrew Morton <akpm@linux-foundation.org> 15567 + M: David Hildenbrand <david@redhat.com> 15568 + R: Xu Xin <xu.xin16@zte.com.cn> 15569 + R: Chengming Zhou <chengming.zhou@linux.dev> 15570 + L: linux-mm@kvack.org 15571 + S: Maintained 15572 + W: http://www.linux-mm.org 15573 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15574 + F: Documentation/admin-guide/mm/ksm.rst 15575 + F: Documentation/mm/ksm.rst 15576 + F: include/linux/ksm.h 15577 + F: include/trace/events/ksm.h 15578 + F: mm/ksm.c 15579 + 15565 15580 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION 15566 15581 M: Andrew Morton <akpm@linux-foundation.org> 15567 15582 M: Mike Rapoport <rppt@kernel.org>