summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-06 14:18:22 +0100
committerMark Brown <broonie@kernel.org>2026-07-06 14:18:22 +0100
commit823174b80a65698154bc3ebc825ee7f84bad2e3f (patch)
treea7fe8084276fcf6cfa2b1f54d64fb91956307a1a /MAINTAINERS
parenta9010f55adaae8cd7b206414a0fcc82b2ae1c79e (diff)
parentd148260a31fddf6d59cc0ea4980bd78ebe301a91 (diff)
downloadlinux-next-823174b80a65698154bc3ebc825ee7f84bad2e3f.tar.gz
linux-next-823174b80a65698154bc3ebc825ee7f84bad2e3f.zip
Merge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS21
1 files changed, 10 insertions, 11 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 937172fe347d..c9a5a37ac0ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16885,17 +16885,6 @@ F: mm/mm_init.c
F: mm/rodata_test.c
F: tools/testing/memblock/
-MEMORY ALLOCATION PROFILING
-M: Suren Baghdasaryan <surenb@google.com>
-M: Kent Overstreet <kent.overstreet@linux.dev>
-R: Hao Ge <hao.ge@linux.dev>
-L: linux-mm@kvack.org
-S: Maintained
-F: Documentation/mm/allocation-profiling.rst
-F: include/linux/alloc_tag.h
-F: include/linux/pgalloc_tag.h
-F: lib/alloc_tag.c
-
MEMORY CONTROLLER DRIVERS
M: Krzysztof Kozlowski <krzk@kernel.org>
L: linux-kernel@vger.kernel.org
@@ -16940,6 +16929,16 @@ T: quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
F: mm/
F: tools/mm/
+MEMORY MANAGEMENT - ALLOCATION PROFILING (ALLOC TAG)
+M: Suren Baghdasaryan <surenb@google.com>
+R: Hao Ge <hao.ge@linux.dev>
+L: linux-mm@kvack.org
+S: Maintained
+F: Documentation/mm/allocation-profiling.rst
+F: include/linux/alloc_tag.h
+F: include/linux/pgalloc_tag.h
+F: mm/alloc_tag.c
+
MEMORY MANAGEMENT - BALLOON
M: Andrew Morton <akpm@linux-foundation.org>
M: David Hildenbrand <david@kernel.org>