diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2010-01-14 19:10:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-01-16 04:25:22 -0500 |
commit | 4c54005ca438a8b46dd542b497d4f0dc2ca375e8 (patch) | |
tree | 4274fb9dcbd94480b93fecefcf83969db53461ba /Documentation/RCU/00-INDEX | |
parent | b6407e863934965cdc66cbc244d811ceeb6f4d77 (diff) |
rcu: 1Q2010 update for RCU documentation
Add expedited functions. Review documentation and update
obsolete verbiage. Also fix the advice for the RCU CPU-stall
kernel configuration parameter, and document RCU CPU-stall
warnings.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: josh@joshtriplett.org
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
LKML-Reference: <12635142581866-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/RCU/00-INDEX')
-rw-r--r-- | Documentation/RCU/00-INDEX | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/RCU/00-INDEX b/Documentation/RCU/00-INDEX index 9bb62f7b89c3..0a27ea9621fa 100644 --- a/Documentation/RCU/00-INDEX +++ b/Documentation/RCU/00-INDEX | |||
@@ -8,14 +8,18 @@ listRCU.txt | |||
8 | - Using RCU to Protect Read-Mostly Linked Lists | 8 | - Using RCU to Protect Read-Mostly Linked Lists |
9 | NMI-RCU.txt | 9 | NMI-RCU.txt |
10 | - Using RCU to Protect Dynamic NMI Handlers | 10 | - Using RCU to Protect Dynamic NMI Handlers |
11 | rcubarrier.txt | ||
12 | - RCU and Unloadable Modules | ||
13 | rculist_nulls.txt | ||
14 | - RCU list primitives for use with SLAB_DESTROY_BY_RCU | ||
11 | rcuref.txt | 15 | rcuref.txt |
12 | - Reference-count design for elements of lists/arrays protected by RCU | 16 | - Reference-count design for elements of lists/arrays protected by RCU |
13 | rcu.txt | 17 | rcu.txt |
14 | - RCU Concepts | 18 | - RCU Concepts |
15 | rcubarrier.txt | ||
16 | - Unloading modules that use RCU callbacks | ||
17 | RTFP.txt | 19 | RTFP.txt |
18 | - List of RCU papers (bibliography) going back to 1980. | 20 | - List of RCU papers (bibliography) going back to 1980. |
21 | stallwarn.txt | ||
22 | - RCU CPU stall warnings (CONFIG_RCU_CPU_STALL_DETECTOR) | ||
19 | torture.txt | 23 | torture.txt |
20 | - RCU Torture Test Operation (CONFIG_RCU_TORTURE_TEST) | 24 | - RCU Torture Test Operation (CONFIG_RCU_TORTURE_TEST) |
21 | trace.txt | 25 | trace.txt |