diff options
author | Henrik Austad <henrik@austad.us> | 2014-12-26 03:26:22 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-12-29 17:27:54 -0500 |
commit | 8ea8f3eb9c6aee87e23907fc263108a0f9091c71 (patch) | |
tree | f2dcc8f985e0e9ca073bcaf2b19cc18452b5687f /Documentation/00-INDEX | |
parent | b7392d2247cfe6771f95d256374f1a8e6a6f48d6 (diff) |
Update of Documentation/00-INDEX
Added files
- hsi.txt was added by 3a8ab8af (HSI: Add some general description for
the HSI subsystem)
- lzo.txt was added by d98a0526 (lzo: document part of the encoding)
- xillybus.txt was added by 7051924f (xillybus: Move out of staging)
- mailbox.txt was added by 15320fbc (add documentation for mailbox
framework)
Moved files
- xommit 214e0aed (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 by 3c415707 (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>
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r-- | Documentation/00-INDEX | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 1750fcef1ab4..0fb40ac894fe 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -209,6 +209,8 @@ hid/ | |||
209 | - directory with information on human interface devices | 209 | - directory with information on human interface devices |
210 | highuid.txt | 210 | highuid.txt |
211 | - notes on the change from 16 bit to 32 bit user/group IDs. | 211 | - notes on the change from 16 bit to 32 bit user/group IDs. |
212 | hsi.txt | ||
213 | - HSI subsystem overview. | ||
212 | hwspinlock.txt | 214 | hwspinlock.txt |
213 | - hardware spinlock provides hardware assistance for synchronization | 215 | - hardware spinlock provides hardware assistance for synchronization |
214 | timers/ | 216 | timers/ |
@@ -277,6 +279,8 @@ kprobes.txt | |||
277 | - documents the kernel probes debugging feature. | 279 | - documents the kernel probes debugging feature. |
278 | kref.txt | 280 | kref.txt |
279 | - docs on adding reference counters (krefs) to kernel objects. | 281 | - docs on adding reference counters (krefs) to kernel objects. |
282 | kselftest.txt | ||
283 | - small unittests for (some) individual codepaths in the kernel. | ||
280 | laptops/ | 284 | laptops/ |
281 | - directory with laptop related info and laptop driver documentation. | 285 | - directory with laptop related info and laptop driver documentation. |
282 | ldm.txt | 286 | ldm.txt |
@@ -285,22 +289,22 @@ leds/ | |||
285 | - directory with info about LED handling under Linux. | 289 | - directory with info about LED handling under Linux. |
286 | local_ops.txt | 290 | local_ops.txt |
287 | - semantics and behavior of local atomic operations. | 291 | - semantics and behavior of local atomic operations. |
288 | lockdep-design.txt | ||
289 | - documentation on the runtime locking correctness validator. | ||
290 | locking/ | 292 | locking/ |
291 | - directory with info about kernel locking primitives | 293 | - directory with info about kernel locking primitives |
292 | lockstat.txt | ||
293 | - info on collecting statistics on locks (and contention). | ||
294 | lockup-watchdogs.txt | 294 | lockup-watchdogs.txt |
295 | - info on soft and hard lockup detectors (aka nmi_watchdog). | 295 | - info on soft and hard lockup detectors (aka nmi_watchdog). |
296 | logo.gif | 296 | logo.gif |
297 | - full colour GIF image of Linux logo (penguin - Tux). | 297 | - full colour GIF image of Linux logo (penguin - Tux). |
298 | logo.txt | 298 | logo.txt |
299 | - info on creator of above logo & site to get additional images from. | 299 | - info on creator of above logo & site to get additional images from. |
300 | lzo.txt | ||
301 | - kernel LZO decompressor input formats | ||
300 | m68k/ | 302 | m68k/ |
301 | - directory with info about Linux on Motorola 68k architecture. | 303 | - directory with info about Linux on Motorola 68k architecture. |
302 | magic-number.txt | 304 | magic-number.txt |
303 | - list of magic numbers used to mark/protect kernel data structures. | 305 | - list of magic numbers used to mark/protect kernel data structures. |
306 | mailbox.txt | ||
307 | - How to write drivers for the common mailbox framework (IPC). | ||
304 | md.txt | 308 | md.txt |
305 | - info on boot arguments for the multiple devices driver. | 309 | - info on boot arguments for the multiple devices driver. |
306 | media-framework.txt | 310 | media-framework.txt |
@@ -327,8 +331,6 @@ mtd/ | |||
327 | - directory with info about memory technology devices (flash) | 331 | - directory with info about memory technology devices (flash) |
328 | mono.txt | 332 | mono.txt |
329 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. | 333 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. |
330 | mutex-design.txt | ||
331 | - info on the generic mutex subsystem. | ||
332 | namespaces/ | 334 | namespaces/ |
333 | - directory with various information about namespaces | 335 | - directory with various information about namespaces |
334 | netlabel/ | 336 | netlabel/ |
@@ -395,10 +397,6 @@ robust-futexes.txt | |||
395 | - a description of what robust futexes are. | 397 | - a description of what robust futexes are. |
396 | rpmsg.txt | 398 | rpmsg.txt |
397 | - info on the Remote Processor Messaging (rpmsg) Framework | 399 | - info on the Remote Processor Messaging (rpmsg) Framework |
398 | rt-mutex-design.txt | ||
399 | - description of the RealTime mutex implementation design. | ||
400 | rt-mutex.txt | ||
401 | - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. | ||
402 | rtc.txt | 400 | rtc.txt |
403 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. | 401 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. |
404 | s390/ | 402 | s390/ |
@@ -425,8 +423,6 @@ sparse.txt | |||
425 | - info on how to obtain and use the sparse tool for typechecking. | 423 | - info on how to obtain and use the sparse tool for typechecking. |
426 | spi/ | 424 | spi/ |
427 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. | 425 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. |
428 | spinlocks.txt | ||
429 | - info on using spinlocks to provide exclusive access in kernel. | ||
430 | stable_api_nonsense.txt | 426 | stable_api_nonsense.txt |
431 | - info on why the kernel does not have a stable in-kernel api or abi. | 427 | - info on why the kernel does not have a stable in-kernel api or abi. |
432 | stable_kernel_rules.txt | 428 | stable_kernel_rules.txt |
@@ -483,10 +479,10 @@ wimax/ | |||
483 | - directory with info about Intel Wireless Wimax Connections | 479 | - directory with info about Intel Wireless Wimax Connections |
484 | workqueue.txt | 480 | workqueue.txt |
485 | - information on the Concurrency Managed Workqueue implementation | 481 | - information on the Concurrency Managed Workqueue implementation |
486 | ww-mutex-design.txt | ||
487 | - Intro to Mutex wait/would deadlock handling.s | ||
488 | x86/x86_64/ | 482 | x86/x86_64/ |
489 | - directory with info on Linux support for AMD x86-64 (Hammer) machines. | 483 | - directory with info on Linux support for AMD x86-64 (Hammer) machines. |
484 | xillybus.txt | ||
485 | - Overview and basic ui of xillybus driver | ||
490 | xtensa/ | 486 | xtensa/ |
491 | - directory with documents relating to arch/xtensa port/implementation | 487 | - directory with documents relating to arch/xtensa port/implementation |
492 | xz.txt | 488 | xz.txt |