aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/locking/index.rst
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-03-21 12:25:57 +0100
committerPeter Zijlstra <peterz@infradead.org>2020-03-21 16:00:23 +0100
commit919e9e6395cfac23b7e71ed88930367459055daf (patch)
tree778449c70ad3cb63e80887e4d71991e16d00f0cc /Documentation/locking/index.rst
parentpowerpc/ps3: Convert half completion to rcuwait (diff)
downloadwireguard-linux-919e9e6395cfac23b7e71ed88930367459055daf.tar.xz
wireguard-linux-919e9e6395cfac23b7e71ed88930367459055daf.zip
Documentation: Add lock ordering and nesting documentation
The kernel provides a variety of locking primitives. The nesting of these lock types and the implications of them on RT enabled kernels is nowhere documented. Add initial documentation. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200321113242.026561244@linutronix.de
Diffstat (limited to 'Documentation/locking/index.rst')
-rw-r--r--Documentation/locking/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/locking/index.rst b/Documentation/locking/index.rst
index 626a463f7e42..5d6800a723dc 100644
--- a/Documentation/locking/index.rst
+++ b/Documentation/locking/index.rst
@@ -7,6 +7,7 @@ locking
.. toctree::
:maxdepth: 1
+ locktypes
lockdep-design
lockstat
locktorture