diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-10 11:02:49 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-17 09:07:18 -0500 |
commit | e72df0b847adf064e64bcbd5141f0031524e723e (patch) | |
tree | e7e034e45591930918a6aee9aea5f50ba425fc63 /MAINTAINERS | |
parent | 7af4c0932437f97938eef67e553c8d211f9edf33 (diff) |
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 | |||
4602 | F: crypto/pcrypt.c | 4602 | F: crypto/pcrypt.c |
4603 | F: include/crypto/pcrypt.h | 4603 | F: include/crypto/pcrypt.h |
4604 | 4604 | ||
4605 | PER-CPU MEMORY ALLOCATOR | ||
4606 | M: Tejun Heo <tj@kernel.org> | ||
4607 | M: Christoph Lameter <cl@linux-foundation.org> | ||
4608 | L: linux-kernel@vger.kernel.org | ||
4609 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git | ||
4610 | S: Maintained | ||
4611 | F: include/linux/percpu*.h | ||
4612 | F: mm/percpu*.c | ||
4613 | F: arch/*/include/asm/percpu.h | ||
4614 | |||
4605 | PER-TASK DELAY ACCOUNTING | 4615 | PER-TASK DELAY ACCOUNTING |
4606 | M: Balbir Singh <balbir@linux.vnet.ibm.com> | 4616 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
4607 | S: Maintained | 4617 | S: Maintained |