aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-registry.svg (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04rcu: Remove references to rcu_migrate_callbacks() from diagramsFrederic Weisbecker1-9/+0
This function is gone since: 53b46303da84 (rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends) Reviewed-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
2017-10-09documentation: RCU grace-period memory ordering guaranteesPaul E. McKenney1-0/+655
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>