Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Henrik Austad and committed by
Jonathan Corbet
8ea8f3eb b7392d22

+26 -14
+10 -14
Documentation/00-INDEX
··· 209 209 - directory with information on human interface devices 210 210 highuid.txt 211 211 - notes on the change from 16 bit to 32 bit user/group IDs. 212 + hsi.txt 213 + - HSI subsystem overview. 212 214 hwspinlock.txt 213 215 - hardware spinlock provides hardware assistance for synchronization 214 216 timers/ ··· 279 277 - documents the kernel probes debugging feature. 280 278 kref.txt 281 279 - docs on adding reference counters (krefs) to kernel objects. 280 + kselftest.txt 281 + - small unittests for (some) individual codepaths in the kernel. 282 282 laptops/ 283 283 - directory with laptop related info and laptop driver documentation. 284 284 ldm.txt ··· 289 285 - directory with info about LED handling under Linux. 290 286 local_ops.txt 291 287 - semantics and behavior of local atomic operations. 292 - lockdep-design.txt 293 - - documentation on the runtime locking correctness validator. 294 288 locking/ 295 289 - directory with info about kernel locking primitives 296 - lockstat.txt 297 - - info on collecting statistics on locks (and contention). 298 290 lockup-watchdogs.txt 299 291 - info on soft and hard lockup detectors (aka nmi_watchdog). 300 292 logo.gif 301 293 - full colour GIF image of Linux logo (penguin - Tux). 302 294 logo.txt 303 295 - info on creator of above logo & site to get additional images from. 296 + lzo.txt 297 + - kernel LZO decompressor input formats 304 298 m68k/ 305 299 - directory with info about Linux on Motorola 68k architecture. 306 300 magic-number.txt 307 301 - list of magic numbers used to mark/protect kernel data structures. 302 + mailbox.txt 303 + - How to write drivers for the common mailbox framework (IPC). 308 304 md.txt 309 305 - info on boot arguments for the multiple devices driver. 310 306 media-framework.txt ··· 331 327 - directory with info about memory technology devices (flash) 332 328 mono.txt 333 329 - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. 334 - mutex-design.txt 335 - - info on the generic mutex subsystem. 336 330 namespaces/ 337 331 - directory with various information about namespaces 338 332 netlabel/ ··· 397 395 - a description of what robust futexes are. 398 396 rpmsg.txt 399 397 - info on the Remote Processor Messaging (rpmsg) Framework 400 - rt-mutex-design.txt 401 - - description of the RealTime mutex implementation design. 402 - rt-mutex.txt 403 - - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. 404 398 rtc.txt 405 399 - notes on how to use the Real Time Clock (aka CMOS clock) driver. 406 400 s390/ ··· 423 425 - info on how to obtain and use the sparse tool for typechecking. 424 426 spi/ 425 427 - overview of Linux kernel Serial Peripheral Interface (SPI) support. 426 - spinlocks.txt 427 - - info on using spinlocks to provide exclusive access in kernel. 428 428 stable_api_nonsense.txt 429 429 - info on why the kernel does not have a stable in-kernel api or abi. 430 430 stable_kernel_rules.txt ··· 479 483 - directory with info about Intel Wireless Wimax Connections 480 484 workqueue.txt 481 485 - information on the Concurrency Managed Workqueue implementation 482 - ww-mutex-design.txt 483 - - Intro to Mutex wait/would deadlock handling.s 484 486 x86/x86_64/ 485 487 - directory with info on Linux support for AMD x86-64 (Hammer) machines. 488 + xillybus.txt 489 + - Overview and basic ui of xillybus driver 486 490 xtensa/ 487 491 - directory with documents relating to arch/xtensa port/implementation 488 492 xz.txt
+16
Documentation/locking/00-INDEX
··· 1 + 00-INDEX 2 + - this file. 3 + lockdep-design.txt 4 + - documentation on the runtime locking correctness validator. 5 + lockstat.txt 6 + - info on collecting statistics on locks (and contention). 7 + mutex-design.txt 8 + - info on the generic mutex subsystem. 9 + rt-mutex-design.txt 10 + - description of the RealTime mutex implementation design. 11 + rt-mutex.txt 12 + - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. 13 + spinlocks.txt 14 + - info on using spinlocks to provide exclusive access in kernel. 15 + ww-mutex-design.txt 16 + - Intro to Mutex wait/would deadlock handling.s