Add Documentation/RCU/00-Index
authorRob Landley <rob@landley.net>
Wed, 17 Oct 2007 06:31:30 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:07 +0000 (08:43 -0700)
Add Documentation/RCU/00-INDEX

Signed-off-by: Rob Landley <rob@landley.net>
Acked-by: Paul E. McKenney <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/RCU/00-INDEX [new file with mode: 0644]

diff --git a/Documentation/RCU/00-INDEX b/Documentation/RCU/00-INDEX
new file mode 100644 (file)
index 0000000..461481d
--- /dev/null
@@ -0,0 +1,22 @@
+00-INDEX
+       - This file
+arrayRCU.txt
+       - Using RCU to Protect Read-Mostly Arrays
+checklist.txt
+       - Review Checklist for RCU Patches
+listRCU.txt
+       - Using RCU to Protect Read-Mostly Linked Lists
+NMI-RCU.txt
+       - Using RCU to Protect Dynamic NMI Handlers
+rcuref.txt
+       - Reference-count design for elements of lists/arrays protected by RCU
+rcu.txt
+       - RCU Concepts
+RTFP.txt
+       - List of RCU papers (bibliography) going back to 1980.
+torture.txt
+       - RCU Torture Test Operation (CONFIG_RCU_TORTURE_TEST)
+UP.txt
+       - RCU on Uniprocessor Systems
+whatisRCU.txt
+       - What is RCU?