]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add mm ksm section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Thu, 15 May 2025 19:04:04 +0000 (20:04 +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 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>
MAINTAINERS

index bbe92bbf6c1a904e4a7d951ebdd0c55feb04e05f..b3e5db58c6b73c25ba1ce0fcb22c6d131f821912 100644 (file)
@@ -15562,6 +15562,21 @@ W:     http://www.linux-mm.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 F:     mm/gup.c
 
+MEMORY MANAGEMENT - KSM (Kernel Samepage Merging)
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     David Hildenbrand <david@redhat.com>
+R:     Xu Xin <xu.xin16@zte.com.cn>
+R:     Chengming Zhou <chengming.zhou@linux.dev>
+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:     Documentation/admin-guide/mm/ksm.rst
+F:     Documentation/mm/ksm.rst
+F:     include/linux/ksm.h
+F:     include/trace/events/ksm.h
+F:     mm/ksm.c
+
 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     Mike Rapoport <rppt@kernel.org>