diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-03-21 14:25:57 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-03-21 18:00:23 +0300 |
commit | 919e9e6395cfac23b7e71ed88930367459055daf (patch) | |
tree | 778449c70ad3cb63e80887e4d71991e16d00f0cc /Documentation/locking/index.rst | |
parent | e21fee5368f46e211bc1f3cf118f2b122d644132 (diff) | |
download | linux-919e9e6395cfac23b7e71ed88930367459055daf.tar.xz |
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.rst | 1 |
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 |