public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/16] Documentation updates for v4.15
@ 2017-10-04 21:20 Paul E. McKenney
  2017-10-04 21:21 ` [PATCH tip/core/rcu 01/16] documentation: RCU grace-period memory ordering guarantees Paul E. McKenney
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Paul E. McKenney @ 2017-10-04 21:20 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, jiangshanlai, dipankar, akpm, mathieu.desnoyers, josh,
	tglx, peterz, rostedt, dhowells, edumazet, fweisbec, oleg

Hello!

This series contains documentation updates, including some updates to
docbook header comments:

1.	Design documentation illustrating RCU's grace-period memory
	ordering guarantees.

2.	Add verbiage stating that long-running irq handlers can stall
	RCU grace periods.

3.	Add verbiage stating that slow systems can stall RCU grace periods.

4.	Update description of RCU CPU stall warning messages.

5.	Replace uses of "transitive" in memory-barriers.txt.

6.	Rework multicopy-atomicity section of memory-barriers.txt,
	courtesy of Alan Stern.

7.	Fix RCU's docbook options.

8.	Add parameters to rcupdate.h docbook comments.

9.	Remove extra docbook comment in rculist.h.

10.	Fix docbook comments for rcu_sync functions.

11.	Fix list and emphasis in rcupdate.h docbook comments.

12.	Flag code segment in rcu_pointer_handoff()'s docbook comment.

13.	Fix code display in rcu_pointer_handoff()'s docbook comment.

14.	Fix tree.c bulleted lists in docbook comments.

15.	Fix typo in pairing example in memory-barriers.txt, courtesy
	of Scott Tsai.

16.	Rewrite confusing statement about memory barriers in
	memory-barriers.txt, courtesy of Guilherme G. Piccoli.

							Thanx, Paul

------------------------------------------------------------------------

 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Diagram.html           |    9 
 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html   |  707 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg |  486 
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-registry.svg   |  655 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-dyntick.svg             |  700 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-cleanup.svg          | 1126 ++
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg              | 1309 ++
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-1.svg           |  656 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-2.svg           |  656 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-3.svg           |  632 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg                  | 5135 ++++++++++
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-hotplug.svg             |  775 +
 Documentation/RCU/Design/Memory-Ordering/TreeRCU-qs.svg                  | 1095 ++
 Documentation/RCU/Design/Memory-Ordering/rcu_node-lock.svg               |  229 
 Documentation/RCU/stallwarn.txt                                          |  200 
 Documentation/core-api/kernel-api.rst                                    |   14 
 Documentation/memory-barriers.txt                                        |  249 
 include/linux/rculist.h                                                  |    2 
 include/linux/rcupdate.h                                                 |   26 
 kernel/rcu/sync.c                                                        |    9 
 kernel/rcu/tree.c                                                        |   18 
 21 files changed, 14449 insertions(+), 239 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-10-04 21:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 21:20 [PATCH tip/core/rcu 0/16] Documentation updates for v4.15 Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 01/16] documentation: RCU grace-period memory ordering guarantees Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 02/16] documentation: Long-running irq handlers can stall RCU grace periods Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 03/16] documentation: Slow systems " Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 04/16] documentation: Update RCU CPU stall warning messages Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 05/16] memory-barriers: Replace uses of "transitive" Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 06/16] memory-barriers: Rework multicopy-atomicity section Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 07/16] doc: Fix options for RCU options Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 08/16] doc: Add parameters to rcupdate.h docbook comments Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 09/16] rcu: Remove extra docbook comment in rculist.h Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 10/16] rcu: Fix docbook comments for rcu_sync functions Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 11/16] doc: Fix list and emphasis in rcupdate.h Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 12/16] doc: Flag code segment in rcu_pointer_handoff()'s docbook header Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 13/16] doc: Fix code display in rcu_pointer_handoff()'s docbook comment Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 14/16] doc: Fix tree.c bulleted lists in docbook comment headers Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 15/16] memory-barriers.txt: Fix typo in pairing example Paul E. McKenney
2017-10-04 21:21 ` [PATCH tip/core/rcu 16/16] Documentation: rewrite confusing statement about memory barriers Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox