summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-12-10 17:02:49 +0100
committerTejun Heo <tj@kernel.org>2010-12-17 15:07:18 +0100
commite72df0b847adf064e64bcbd5141f0031524e723e (patch)
treee7e034e45591930918a6aee9aea5f50ba425fc63 /MAINTAINERS
parent7af4c0932437f97938eef67e553c8d211f9edf33 (diff)
downloadlinux-0-day-e72df0b847adf064e64bcbd5141f0031524e723e.tar.gz
linux-0-day-e72df0b847adf064e64bcbd5141f0031524e723e.tar.xz
MAINTAINERS: Add percpu allocator entry
Add me and Christoph Lameter as maintainers for the percpu memory allocator. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Christoph Lameter <cl@linux-foundation.org> Acked-by: Christoph Lameter <cl@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1a1c27b9c557b..abcc9cae0100d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4602,6 +4602,16 @@ S: Maintained
F: crypto/pcrypt.c
F: include/crypto/pcrypt.h
+PER-CPU MEMORY ALLOCATOR
+M: Tejun Heo <tj@kernel.org>
+M: Christoph Lameter <cl@linux-foundation.org>
+L: linux-kernel@vger.kernel.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
+S: Maintained
+F: include/linux/percpu*.h
+F: mm/percpu*.c
+F: arch/*/include/asm/percpu.h
+
PER-TASK DELAY ACCOUNTING
M: Balbir Singh <balbir@linux.vnet.ibm.com>
S: Maintained