mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
8ea8f3eb9c
Added files - hsi.txt was added by3a8ab8af
(HSI: Add some general description for the HSI subsystem) - lzo.txt was added byd98a0526
(lzo: document part of the encoding) - xillybus.txt was added by7051924f
(xillybus: Move out of staging) - mailbox.txt was added by15320fbc
(add documentation for mailbox framework) Moved files - xommit214e0aed
(Move locking related docs into Documentation/locking/): * lockdep-design.txt * lockstat.txt * mutex-design.txt * rt-mutex-design.txt * rt-mutex.txt * spinlocks.txt * ww-mutex-design.txt - kselftest.txt was moved by3c415707
(kselftest: Move the docs to the Documentation dir) CC: Davidlohr Bueso <davidlohr@hp.com> CC: Willy Tarreau <w@1wt.eu> CC: Randy Dunlap <rdunlap@infradead.org> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> CC: Sebastian Reichel <sre@kernel.org> CC: Eli Billauer <eli.billauer@gmail.com> CC: Jonathan Corbet <corbet@lwn.net> CC: Jiri Kosina <trivial@kernel.org> CC: linux-doc@vger.kernel.org CC: linux-kernel@vger.kernel.org Cc: Tim Bird <tim.bird@sonymobile.com> Cc: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Henrik Austad <henrik@austad.us> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 lines
548 B
Text
16 lines
548 B
Text
00-INDEX
|
|
- this file.
|
|
lockdep-design.txt
|
|
- documentation on the runtime locking correctness validator.
|
|
lockstat.txt
|
|
- info on collecting statistics on locks (and contention).
|
|
mutex-design.txt
|
|
- info on the generic mutex subsystem.
|
|
rt-mutex-design.txt
|
|
- description of the RealTime mutex implementation design.
|
|
rt-mutex.txt
|
|
- desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
|
|
spinlocks.txt
|
|
- info on using spinlocks to provide exclusive access in kernel.
|
|
ww-mutex-design.txt
|
|
- Intro to Mutex wait/would deadlock handling.s
|