diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-09 00:52:13 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-09 00:52:13 +0100 |
commit | 1df2d017fe9d22a49bad157b4f5aa19212f29557 (patch) | |
tree | 8907fd08c5c367067768e79b3d98af2772cfa680 /Documentation/RCU/00-INDEX | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... (diff) | |
parent | Fix a typo in the development process document. (diff) | |
download | linux-1df2d017fe9d22a49bad157b4f5aa19212f29557.tar.xz linux-1df2d017fe9d22a49bad157b4f5aa19212f29557.zip |
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
* 'docs-next' of git://git.lwn.net/linux-2.6:
Fix a typo in the development process document.
Document handling of bad memory
Document RCU and unloadable modules
Diffstat (limited to 'Documentation/RCU/00-INDEX')
-rw-r--r-- | Documentation/RCU/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/RCU/00-INDEX b/Documentation/RCU/00-INDEX index 7dc0695a8f90..9bb62f7b89c3 100644 --- a/Documentation/RCU/00-INDEX +++ b/Documentation/RCU/00-INDEX @@ -12,6 +12,8 @@ rcuref.txt - Reference-count design for elements of lists/arrays protected by RCU rcu.txt - RCU Concepts +rcubarrier.txt + - Unloading modules that use RCU callbacks RTFP.txt - List of RCU papers (bibliography) going back to 1980. torture.txt |