diff options
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 |