]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"
authorDavid Hildenbrand (Red Hat) <david@kernel.org>
Mon, 19 Jan 2026 23:01:32 +0000 (00:01 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 31 Jan 2026 22:22:36 +0000 (14:22 -0800)
Nowadays, there is nothing virtio-balloon specific anymore about these
files, the basic infrastructure is used by multiple memory balloon
drivers.

For now we'll route it through Andrew's tree, maybe in some future it
makes sense to route this through a separate tree.

Link: https://lkml.kernel.org/r/20260119230133.3551867-25-david@kernel.org
Signed-off-by: David Hildenbrand (Red Hat) <david@kernel.org>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Eugenio Pérez <eperezma@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Jerrin Shaji George <jerrin.shaji-george@broadcom.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: SeongJae Park <sj@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index a4535ec654dcec3b113e697f191c161cd4f9c6ca..b4088f7290be0f2e5ea67c1119f2b8b4b46cac76 100644 (file)
@@ -16458,6 +16458,17 @@ T:     quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
 F:     mm/
 F:     tools/mm/
 
+MEMORY MANAGEMENT - BALLOON
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     David Hildenbrand <david@kernel.org>
+L:     linux-mm@kvack.org
+L:     virtualization@lists.linux.dev
+S:     Maintained
+W:     http://www.linux-mm.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:     include/linux/balloon.h
+F:     mm/balloon.c
+
 MEMORY MANAGEMENT - CORE
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     David Hildenbrand <david@kernel.org>
@@ -27546,9 +27557,7 @@ M:      David Hildenbrand <david@kernel.org>
 L:     virtualization@lists.linux.dev
 S:     Maintained
 F:     drivers/virtio/virtio_balloon.c
-F:     include/linux/balloon.h
 F:     include/uapi/linux/virtio_balloon.h
-F:     mm/balloon.c
 
 VIRTIO BLOCK AND SCSI DRIVERS
 M:     "Michael S. Tsirkin" <mst@redhat.com>