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

As part of the ongoing efforts to sub-divide memory management
maintainership and reviewership, establish a section for GUP (Get User
Pages) support and add appropriate maintainers and reviewers.

Link: https://lkml.kernel.org/r/20250506173601.97562-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
d55582d6 0ae0227f

+12
+12
MAINTAINERS
··· 15542 15542 F: include/linux/execmem.h 15543 15543 F: mm/execmem.c 15544 15544 15545 + MEMORY MANAGEMENT - GUP (GET USER PAGES) 15546 + M: Andrew Morton <akpm@linux-foundation.org> 15547 + M: David Hildenbrand <david@redhat.com> 15548 + R: Jason Gunthorpe <jgg@nvidia.com> 15549 + R: John Hubbard <jhubbard@nvidia.com> 15550 + R: Peter Xu <peterx@redhat.com> 15551 + L: linux-mm@kvack.org 15552 + S: Maintained 15553 + W: http://www.linux-mm.org 15554 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 15555 + F: mm/gup.c 15556 + 15545 15557 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION 15546 15558 M: Andrew Morton <akpm@linux-foundation.org> 15547 15559 M: Mike Rapoport <rppt@kernel.org>