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

In furtherance of ongoing efforts to ensure people are aware of who
de-facto maintains/has an interest in specific parts of mm, as well trying
to avoid get_maintainers.pl listing only Andrew and the mailing list for
mm files - establish a reclaim memory management section and add relevant
maintainers/reviewers.

This is a key part of memory management so sensibly deserves its own
section.

This encompasses both 'classical' reclaim and MGLRU and thus reflects this
in the reviewers from both, as well as those who have contributed
specifically on the memcg side of things.

Link: https://lkml.kernel.org/r/20250512143122.87740-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Qi Zheng <zhengqi.arch@bytedance.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lorenzo Stoakes and committed by
Andrew Morton
41f36b39 e27126e0

+13
+13
MAINTAINERS
··· 15581 15581 F: mm/page_alloc.c 15582 15582 F: mm/page_isolation.c 15583 15583 15584 + MEMORY MANAGEMENT - RECLAIM 15585 + M: Andrew Morton <akpm@linux-foundation.org> 15586 + M: Johannes Weiner <hannes@cmpxchg.org> 15587 + R: David Hildenbrand <david@redhat.com> 15588 + R: Michal Hocko <mhocko@kernel.org> 15589 + R: Qi Zheng <zhengqi.arch@bytedance.com> 15590 + R: Shakeel Butt <shakeel.butt@linux.dev> 15591 + R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> 15592 + L: linux-mm@kvack.org 15593 + S: Maintained 15594 + F: mm/pt_reclaim.c 15595 + F: mm/vmscan.c 15596 + 15584 15597 MEMORY MANAGEMENT - RMAP (REVERSE MAPPING) 15585 15598 M: Andrew Morton <akpm@linux-foundation.org> 15586 15599 M: David Hildenbrand <david@redhat.com>