aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJosh Triplett <josht@us.ibm.com>2006-10-04 05:17:21 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 10:55:31 -0400
commit595182bcdf64fbfd7ae22c67ea6081b7d387d246 (patch)
tree941bd55b72fb8536b69eca816d207dac7a639b0a /MAINTAINERS
parent20e9751bd9dd6b832fd84ada27840360f7e877f1 (diff)
[PATCH] RCU: CREDITS and MAINTAINERS
Add MAINTAINERS entry for Read-Copy Update (RCU), listing Dipankar Sarma as maintainer, and giving the URL for Paul McKenney's RCU site. Add MAINTAINERS entry for rcutorture, listing myself as maintainer. Add CREDITS entries for developers of RCU, RCU variants, and rcutorture. Use Paul McKenney's preferred email address in include/linux/rcupdate.h . Signed-off-by: Josh Triplett <josh@freedesktop.org> Cc: Paul McKenney <paulmck@us.ibm.com> Cc: Dipankar Sarma <dipankar@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 129511c0c27e..fb10f71b8b64 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2441,6 +2441,19 @@ M: mporter@kernel.crashing.org
2441L: linux-kernel@vger.kernel.org 2441L: linux-kernel@vger.kernel.org
2442S: Maintained 2442S: Maintained
2443 2443
2444READ-COPY UPDATE (RCU)
2445P: Dipankar Sarma
2446M: dipankar@in.ibm.com
2447W: http://www.rdrop.com/users/paulmck/rclock/
2448L: linux-kernel@vger.kernel.org
2449S: Supported
2450
2451RCUTORTURE MODULE
2452P: Josh Triplett
2453M: josh@freedesktop.org
2454L: linux-kernel@vger.kernel.org
2455S: Maintained
2456
2444REAL TIME CLOCK DRIVER 2457REAL TIME CLOCK DRIVER
2445P: Paul Gortmaker 2458P: Paul Gortmaker
2446M: p_gortmaker@yahoo.com 2459M: p_gortmaker@yahoo.com