diff options
-rw-r--r-- | CREDITS | 16 | ||||
-rw-r--r-- | MAINTAINERS | 13 | ||||
-rw-r--r-- | include/linux/rcupdate.h | 2 |
3 files changed, 30 insertions, 1 deletions
@@ -2240,6 +2240,12 @@ D: tc: HFSC scheduler | |||
2240 | S: Freiburg | 2240 | S: Freiburg |
2241 | S: Germany | 2241 | S: Germany |
2242 | 2242 | ||
2243 | N: Paul E. McKenney | ||
2244 | E: paulmck@us.ibm.com | ||
2245 | W: http://www.rdrop.com/users/paulmck/ | ||
2246 | D: RCU and variants | ||
2247 | D: rcutorture module | ||
2248 | |||
2243 | N: Mike McLagan | 2249 | N: Mike McLagan |
2244 | E: mike.mclagan@linux.org | 2250 | E: mike.mclagan@linux.org |
2245 | W: http://www.invlogic.com/~mmclagan | 2251 | W: http://www.invlogic.com/~mmclagan |
@@ -2981,6 +2987,10 @@ S: 69 rue Dunois | |||
2981 | S: 75013 Paris | 2987 | S: 75013 Paris |
2982 | S: France | 2988 | S: France |
2983 | 2989 | ||
2990 | N: Dipankar Sarma | ||
2991 | E: dipankar@in.ibm.com | ||
2992 | D: RCU | ||
2993 | |||
2984 | N: Hannu Savolainen | 2994 | N: Hannu Savolainen |
2985 | E: hannu@opensound.com | 2995 | E: hannu@opensound.com |
2986 | D: Maintainer of the sound drivers until 2.1.x days. | 2996 | D: Maintainer of the sound drivers until 2.1.x days. |
@@ -3293,6 +3303,12 @@ S: 3 Ballow Crescent | |||
3293 | S: MacGregor A.C.T 2615 | 3303 | S: MacGregor A.C.T 2615 |
3294 | S: Australia | 3304 | S: Australia |
3295 | 3305 | ||
3306 | N: Josh Triplett | ||
3307 | E: josh@freedesktop.org | ||
3308 | P: 1024D/D0FE7AFB B24A 65C9 1D71 2AC2 DE87 CA26 189B 9946 D0FE 7AFB | ||
3309 | D: rcutorture maintainer | ||
3310 | D: lock annotations, finding and fixing lock bugs | ||
3311 | |||
3296 | N: Winfried Trümper | 3312 | N: Winfried Trümper |
3297 | E: winni@xpilot.org | 3313 | E: winni@xpilot.org |
3298 | W: http://www.shop.de/~winni/ | 3314 | W: http://www.shop.de/~winni/ |
diff --git a/MAINTAINERS b/MAINTAINERS index 129511c0c27e..fb10f71b8b64 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2441,6 +2441,19 @@ M: mporter@kernel.crashing.org | |||
2441 | L: linux-kernel@vger.kernel.org | 2441 | L: linux-kernel@vger.kernel.org |
2442 | S: Maintained | 2442 | S: Maintained |
2443 | 2443 | ||
2444 | READ-COPY UPDATE (RCU) | ||
2445 | P: Dipankar Sarma | ||
2446 | M: dipankar@in.ibm.com | ||
2447 | W: http://www.rdrop.com/users/paulmck/rclock/ | ||
2448 | L: linux-kernel@vger.kernel.org | ||
2449 | S: Supported | ||
2450 | |||
2451 | RCUTORTURE MODULE | ||
2452 | P: Josh Triplett | ||
2453 | M: josh@freedesktop.org | ||
2454 | L: linux-kernel@vger.kernel.org | ||
2455 | S: Maintained | ||
2456 | |||
2444 | REAL TIME CLOCK DRIVER | 2457 | REAL TIME CLOCK DRIVER |
2445 | P: Paul Gortmaker | 2458 | P: Paul Gortmaker |
2446 | M: p_gortmaker@yahoo.com | 2459 | M: p_gortmaker@yahoo.com |
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index f6dd71bf8a4b..c6b7485eac7c 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -19,7 +19,7 @@ | |||
19 | * | 19 | * |
20 | * Author: Dipankar Sarma <dipankar@in.ibm.com> | 20 | * Author: Dipankar Sarma <dipankar@in.ibm.com> |
21 | * | 21 | * |
22 | * Based on the original work by Paul McKenney <paul.mckenney@us.ibm.com> | 22 | * Based on the original work by Paul McKenney <paulmck@us.ibm.com> |
23 | * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen. | 23 | * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen. |
24 | * Papers: | 24 | * Papers: |
25 | * http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf | 25 | * http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf |