diff options
Diffstat (limited to 'Documentation/00-INDEX')
| -rw-r--r-- | Documentation/00-INDEX | 26 | 
1 files changed, 20 insertions, 6 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 38f8444bdd0..27e67a98b7b 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -29,6 +29,8 @@ DMA-ISA-LPC.txt  	- How to do DMA with ISA (and LPC) devices.  DMA-attributes.txt  	- listing of the various possible attributes a DMA region can have +dmatest.txt +	- how to compile, configure and use the dmatest system.  DocBook/  	- directory with DocBook templates etc. for kernel documentation.  EDID/ @@ -77,6 +79,8 @@ arm/  	- directory with info about Linux on the ARM architecture.  arm64/  	- directory with info about Linux on the 64 bit ARM architecture. +assoc_array.txt +	- generic associative array intro.  atomic_ops.txt  	- semantics and behavior of atomic and bitmask operations.  auxdisplay/ @@ -87,6 +91,8 @@ bad_memory.txt  	- how to use kernel parameters to exclude bad RAM regions.  basic_profiling.txt  	- basic instructions for those who wants to profile Linux kernel. +bcache.txt +	- Block-layer cache on fast SSDs to improve slow (raid) I/O performance.  binfmt_misc.txt  	- info on the kernel support for extra binary formats.  blackfin/ @@ -171,6 +177,8 @@ early-userspace/  	- info about initramfs, klibc, and userspace early during boot.  edac.txt  	- information on EDAC - Error Detection And Correction +efi-stub.txt +	- How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.  eisa.txt  	- info on EISA bus support.  email-clients.txt @@ -195,8 +203,8 @@ futex-requeue-pi.txt  	- info on requeueing of tasks from a non-PI futex to a PI futex  gcov.txt  	- use of GCC's coverage testing tool "gcov" with the Linux kernel -gpio.txt -	- overview of GPIO (General Purpose Input/Output) access conventions. +gpio/ +	- gpio related documentation  hid/  	- directory with information on human interface devices  highuid.txt @@ -255,6 +263,8 @@ kernel-docs.txt  	- listing of various WWW + books that document kernel internals.  kernel-parameters.txt  	- summary listing of command line / boot prompt args for the kernel. +kernel-per-CPU-kthreads.txt +	- List of all per-CPU kthreads and how they introduce jitter.  kmemcheck.txt  	- info on dynamic checker that detects uses of uninitialized memory.  kmemleak.txt @@ -299,8 +309,6 @@ memory-devices/  	- directory with info on parts like the Texas Instruments EMIF driver  memory-hotplug.txt  	- Hotpluggable memory support, how to use and current status. -memory.txt -	- info on typical Linux memory problems.  metag/  	- directory with info about Linux on Meta architecture.  mips/ @@ -311,6 +319,8 @@ mmc/  	- directory with info about the MMC subsystem  mn10300/  	- directory with info about the mn10300 architecture port +module-signing.txt +	- Kernel module signing for increased security when loading modules.  mtd/  	- directory with info about memory technology devices (flash)  mono.txt @@ -343,6 +353,8 @@ pcmcia/  	- info on the Linux PCMCIA driver.  percpu-rw-semaphore.txt  	- RCU based read-write semaphore optimized for locking for reading +phy.txt +	- Description of the generic PHY framework.  pi-futex.txt  	- documentation on lightweight priority inheritance futexes.  pinctrl.txt @@ -401,8 +413,6 @@ serial-console.txt  	- how to set up Linux with a serial line console as the default.  sgi-ioc4.txt  	- description of the SGI IOC4 PCI (multi function) device. -sgi-visws.txt -	- short blurb on the SGI Visual Workstations.  sh/  	- directory with info on porting Linux to a new architecture.  smsc_ece1099.txt @@ -431,6 +441,8 @@ sysrq.txt  	- info on the magic SysRq key.  target/  	- directory with info on generating TCM v4 fabric .ko modules +this_cpu_ops.txt +	- List rationale behind and the way to use this_cpu operations.  thermal/  	- directory with information on managing thermal issues (CPU/temp)  trace/ @@ -469,6 +481,8 @@ wimax/  	- directory with info about Intel Wireless Wimax Connections  workqueue.txt  	- information on the Concurrency Managed Workqueue implementation +ww-mutex-design.txt +	- Intro to Mutex wait/would deadlock handling.s  x86/x86_64/  	- directory with info on Linux support for AMD x86-64 (Hammer) machines.  xtensa/  | 
