Skip to content

Commit

Permalink
documentation: RCU grace-period memory ordering guarantees
Browse files Browse the repository at this point in the history
This commit provides text and diagrams showing how Tree RCU implements
its grace-period memory ordering guarantees.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Paul E. McKenney committed Oct 9, 2017
1 parent 8a5776a commit bb7e5ce
Showing 14 changed files with 14,170 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>A Diagram of TREE_RCU's Grace-Period Memory Ordering</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<p><img src="TreeRCU-gp.svg" alt="TreeRCU-gp.svg">

</body></html>
707 changes: 707 additions & 0 deletions Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html

Large diffs are not rendered by default.

Loading

0 comments on commit bb7e5ce

Please sign in to comment.