forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Cc: Paul McKenney <[email protected]> Cc: Dipankar Sarma <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Josh Triplett
authored and
Linus Torvalds
committed
Oct 4, 2006
1 parent
20e9751
commit 595182b
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2240,6 +2240,12 @@ D: tc: HFSC scheduler | |
S: Freiburg | ||
S: Germany | ||
|
||
N: Paul E. McKenney | ||
E: [email protected] | ||
W: http://www.rdrop.com/users/paulmck/ | ||
D: RCU and variants | ||
D: rcutorture module | ||
|
||
N: Mike McLagan | ||
E: [email protected] | ||
W: http://www.invlogic.com/~mmclagan | ||
|
@@ -2981,6 +2987,10 @@ S: 69 rue Dunois | |
S: 75013 Paris | ||
S: France | ||
|
||
N: Dipankar Sarma | ||
E: [email protected] | ||
D: RCU | ||
|
||
N: Hannu Savolainen | ||
E: [email protected] | ||
D: Maintainer of the sound drivers until 2.1.x days. | ||
|
@@ -3293,6 +3303,12 @@ S: 3 Ballow Crescent | |
S: MacGregor A.C.T 2615 | ||
S: Australia | ||
|
||
N: Josh Triplett | ||
E: [email protected] | ||
P: 1024D/D0FE7AFB B24A 65C9 1D71 2AC2 DE87 CA26 189B 9946 D0FE 7AFB | ||
D: rcutorture maintainer | ||
D: lock annotations, finding and fixing lock bugs | ||
|
||
N: Winfried Tr�mper | ||
E: [email protected] | ||
W: http://www.shop.de/~winni/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2441,6 +2441,19 @@ M: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
READ-COPY UPDATE (RCU) | ||
P: Dipankar Sarma | ||
M: [email protected] | ||
W: http://www.rdrop.com/users/paulmck/rclock/ | ||
L: [email protected] | ||
S: Supported | ||
|
||
RCUTORTURE MODULE | ||
P: Josh Triplett | ||
M: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
||
REAL TIME CLOCK DRIVER | ||
P: Paul Gortmaker | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* | ||
* Author: Dipankar Sarma <[email protected]> | ||
* | ||
* Based on the original work by Paul McKenney <paul.mckenney@us.ibm.com> | ||
* Based on the original work by Paul McKenney <paulmck@us.ibm.com> | ||
* and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen. | ||
* Papers: | ||
* http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf | ||
|