diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-10 17:02:49 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-17 15:07:18 +0100 |
commit | e72df0b847adf064e64bcbd5141f0031524e723e (patch) | |
tree | e7e034e45591930918a6aee9aea5f50ba425fc63 /MAINTAINERS | |
parent | 7af4c0932437f97938eef67e553c8d211f9edf33 (diff) | |
download | linux-e72df0b847adf064e64bcbd5141f0031524e723e.tar.gz linux-e72df0b847adf064e64bcbd5141f0031524e723e.tar.bz2 linux-e72df0b847adf064e64bcbd5141f0031524e723e.zip |
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-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a1c27b9c557..abcc9cae0100 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 |