aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/rcu_dereference.rst (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-02doc: Present the role of READ_ONCE()Paul E. McKenney1-0/+6
This commit adds an explanation of the special cases where READ_ONCE() may be used in place of a member of the rcu_dereference() family. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2019-12-10doc: Convert to rcu_dereference.txt to rcu_dereference.rstAmol Grover1-0/+463
This patch converts rcu_dereference.txt to rcu_dereference.rst and adds it to index.rst Signed-off-by: Amol Grover <frextrite@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>