Hello! This series provides documentation updates: 1-2. Revert a pair of documentation updates conflicting with later ReST-ification, courtesy of Joel Fernandes. 3. Convert some RCU articles to ReST, courtesy of Mauro Carvalho Chehab. 4-5. ReST adjustments, courtesy of Joel Fernandes. 6-7. Reapply the reverted pair of updates, but in ReST form, courtesy of Joel Fernandes. 8. Update list_for_each_entry_rcu() documentation, courtesy of Joel Fernandes. 9. Rename rcu_node_context_switch() to rcu_note_context_switch(), courtesy of Sebastian Andrzej Siewior. Thanx, Paul ------------------------------------------------------------------------ /Documentation/RCU/Design/Requirements/Requirements.html | 3330 ---------- Documentation/RCU/Design/Data-Structures/Data-Structures.html | 1391 ---- Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html | 668 -- Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Diagram.html | 9 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html | 704 -- b/Documentation/RCU/Design/Data-Structures/Data-Structures.rst | 1163 +++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.rst | 521 + b/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst | 644 + b/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg | 2 b/Documentation/RCU/Design/Memory-Ordering/TreeRCU-qs.svg | 2 b/Documentation/RCU/Design/Requirements/Requirements.html | 73 b/Documentation/RCU/Design/Requirements/Requirements.rst | 2808 ++++++++ b/Documentation/RCU/index.rst | 7 b/Documentation/RCU/lockdep.txt | 18 b/Documentation/RCU/whatisRCU.txt | 14 15 files changed, 5108 insertions(+), 6246 deletions(-)