projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4968c30
)
docs: Additional LWN links to RCU API
author
Kees Cook
<keescook@chromium.org>
Wed, 7 Dec 2011 23:11:23 +0000
(15:11 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:32:23 +0000
(10:32 -0800)
Tyler Hicks pointed me at an additional article on RCU and I figured
it should probably be mentioned with the others.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/whatisRCU.txt
patch
|
blob
|
history
diff --git
a/Documentation/RCU/whatisRCU.txt
b/Documentation/RCU/whatisRCU.txt
index
8e8cdc2
..
6bbe8dc
100644
(file)
--- a/
Documentation/RCU/whatisRCU.txt
+++ b/
Documentation/RCU/whatisRCU.txt
@@
-4,6
+4,7
@@
to start learning about RCU:
1. What is RCU, Fundamentally? http://lwn.net/Articles/262464/
2. What is RCU? Part 2: Usage http://lwn.net/Articles/263130/
3. RCU part 3: the RCU API http://lwn.net/Articles/264090/
+4. The RCU API, 2010 Edition http://lwn.net/Articles/418853/
What is RCU?