Update of Documentation/00-INDEX
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>
This commit is contained in:
parent
b7392d2247
commit
8ea8f3eb9c
|
@ -209,6 +209,8 @@ hid/
|
||||||
- directory with information on human interface devices
|
- directory with information on human interface devices
|
||||||
highuid.txt
|
highuid.txt
|
||||||
- notes on the change from 16 bit to 32 bit user/group IDs.
|
- notes on the change from 16 bit to 32 bit user/group IDs.
|
||||||
|
hsi.txt
|
||||||
|
- HSI subsystem overview.
|
||||||
hwspinlock.txt
|
hwspinlock.txt
|
||||||
- hardware spinlock provides hardware assistance for synchronization
|
- hardware spinlock provides hardware assistance for synchronization
|
||||||
timers/
|
timers/
|
||||||
|
@ -277,6 +279,8 @@ kprobes.txt
|
||||||
- documents the kernel probes debugging feature.
|
- documents the kernel probes debugging feature.
|
||||||
kref.txt
|
kref.txt
|
||||||
- docs on adding reference counters (krefs) to kernel objects.
|
- docs on adding reference counters (krefs) to kernel objects.
|
||||||
|
kselftest.txt
|
||||||
|
- small unittests for (some) individual codepaths in the kernel.
|
||||||
laptops/
|
laptops/
|
||||||
- directory with laptop related info and laptop driver documentation.
|
- directory with laptop related info and laptop driver documentation.
|
||||||
ldm.txt
|
ldm.txt
|
||||||
|
@ -285,22 +289,22 @@ leds/
|
||||||
- directory with info about LED handling under Linux.
|
- directory with info about LED handling under Linux.
|
||||||
local_ops.txt
|
local_ops.txt
|
||||||
- semantics and behavior of local atomic operations.
|
- semantics and behavior of local atomic operations.
|
||||||
lockdep-design.txt
|
|
||||||
- documentation on the runtime locking correctness validator.
|
|
||||||
locking/
|
locking/
|
||||||
- directory with info about kernel locking primitives
|
- directory with info about kernel locking primitives
|
||||||
lockstat.txt
|
|
||||||
- info on collecting statistics on locks (and contention).
|
|
||||||
lockup-watchdogs.txt
|
lockup-watchdogs.txt
|
||||||
- info on soft and hard lockup detectors (aka nmi_watchdog).
|
- info on soft and hard lockup detectors (aka nmi_watchdog).
|
||||||
logo.gif
|
logo.gif
|
||||||
- full colour GIF image of Linux logo (penguin - Tux).
|
- full colour GIF image of Linux logo (penguin - Tux).
|
||||||
logo.txt
|
logo.txt
|
||||||
- info on creator of above logo & site to get additional images from.
|
- info on creator of above logo & site to get additional images from.
|
||||||
|
lzo.txt
|
||||||
|
- kernel LZO decompressor input formats
|
||||||
m68k/
|
m68k/
|
||||||
- directory with info about Linux on Motorola 68k architecture.
|
- directory with info about Linux on Motorola 68k architecture.
|
||||||
magic-number.txt
|
magic-number.txt
|
||||||
- list of magic numbers used to mark/protect kernel data structures.
|
- list of magic numbers used to mark/protect kernel data structures.
|
||||||
|
mailbox.txt
|
||||||
|
- How to write drivers for the common mailbox framework (IPC).
|
||||||
md.txt
|
md.txt
|
||||||
- info on boot arguments for the multiple devices driver.
|
- info on boot arguments for the multiple devices driver.
|
||||||
media-framework.txt
|
media-framework.txt
|
||||||
|
@ -327,8 +331,6 @@ mtd/
|
||||||
- directory with info about memory technology devices (flash)
|
- directory with info about memory technology devices (flash)
|
||||||
mono.txt
|
mono.txt
|
||||||
- how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
|
- how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
|
||||||
mutex-design.txt
|
|
||||||
- info on the generic mutex subsystem.
|
|
||||||
namespaces/
|
namespaces/
|
||||||
- directory with various information about namespaces
|
- directory with various information about namespaces
|
||||||
netlabel/
|
netlabel/
|
||||||
|
@ -395,10 +397,6 @@ robust-futexes.txt
|
||||||
- a description of what robust futexes are.
|
- a description of what robust futexes are.
|
||||||
rpmsg.txt
|
rpmsg.txt
|
||||||
- info on the Remote Processor Messaging (rpmsg) Framework
|
- info on the Remote Processor Messaging (rpmsg) Framework
|
||||||
rt-mutex-design.txt
|
|
||||||
- description of the RealTime mutex implementation design.
|
|
||||||
rt-mutex.txt
|
|
||||||
- desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
|
|
||||||
rtc.txt
|
rtc.txt
|
||||||
- notes on how to use the Real Time Clock (aka CMOS clock) driver.
|
- notes on how to use the Real Time Clock (aka CMOS clock) driver.
|
||||||
s390/
|
s390/
|
||||||
|
@ -425,8 +423,6 @@ sparse.txt
|
||||||
- info on how to obtain and use the sparse tool for typechecking.
|
- info on how to obtain and use the sparse tool for typechecking.
|
||||||
spi/
|
spi/
|
||||||
- overview of Linux kernel Serial Peripheral Interface (SPI) support.
|
- overview of Linux kernel Serial Peripheral Interface (SPI) support.
|
||||||
spinlocks.txt
|
|
||||||
- info on using spinlocks to provide exclusive access in kernel.
|
|
||||||
stable_api_nonsense.txt
|
stable_api_nonsense.txt
|
||||||
- info on why the kernel does not have a stable in-kernel api or abi.
|
- info on why the kernel does not have a stable in-kernel api or abi.
|
||||||
stable_kernel_rules.txt
|
stable_kernel_rules.txt
|
||||||
|
@ -483,10 +479,10 @@ wimax/
|
||||||
- directory with info about Intel Wireless Wimax Connections
|
- directory with info about Intel Wireless Wimax Connections
|
||||||
workqueue.txt
|
workqueue.txt
|
||||||
- information on the Concurrency Managed Workqueue implementation
|
- information on the Concurrency Managed Workqueue implementation
|
||||||
ww-mutex-design.txt
|
|
||||||
- Intro to Mutex wait/would deadlock handling.s
|
|
||||||
x86/x86_64/
|
x86/x86_64/
|
||||||
- directory with info on Linux support for AMD x86-64 (Hammer) machines.
|
- directory with info on Linux support for AMD x86-64 (Hammer) machines.
|
||||||
|
xillybus.txt
|
||||||
|
- Overview and basic ui of xillybus driver
|
||||||
xtensa/
|
xtensa/
|
||||||
- directory with documents relating to arch/xtensa port/implementation
|
- directory with documents relating to arch/xtensa port/implementation
|
||||||
xz.txt
|
xz.txt
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
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
|
Loading…
Reference in New Issue