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: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

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>

authored by

David Hildenbrand (Red Hat) and committed by
Andrew Morton
c0f609f7 14217580

+11 -2
+11 -2
MAINTAINERS
··· 16458 16458 F: mm/ 16459 16459 F: tools/mm/ 16460 16460 16461 + MEMORY MANAGEMENT - BALLOON 16462 + M: Andrew Morton <akpm@linux-foundation.org> 16463 + M: David Hildenbrand <david@kernel.org> 16464 + L: linux-mm@kvack.org 16465 + L: virtualization@lists.linux.dev 16466 + S: Maintained 16467 + W: http://www.linux-mm.org 16468 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 16469 + F: include/linux/balloon.h 16470 + F: mm/balloon.c 16471 + 16461 16472 MEMORY MANAGEMENT - CORE 16462 16473 M: Andrew Morton <akpm@linux-foundation.org> 16463 16474 M: David Hildenbrand <david@kernel.org> ··· 27557 27546 L: virtualization@lists.linux.dev 27558 27547 S: Maintained 27559 27548 F: drivers/virtio/virtio_balloon.c 27560 - F: include/linux/balloon.h 27561 27549 F: include/uapi/linux/virtio_balloon.h 27562 - F: mm/balloon.c 27563 27550 27564 27551 VIRTIO BLOCK AND SCSI DRIVERS 27565 27552 M: "Michael S. Tsirkin" <mst@redhat.com>