@@ -29,6 +29,8 @@ DMA-ISA-LPC.txt
2929 - How to do DMA with ISA (and LPC) devices.
3030DMA-attributes.txt
3131 - listing of the various possible attributes a DMA region can have
32+ dmatest.txt
33+ - how to compile, configure and use the dmatest system.
3234DocBook/
3335 - directory with DocBook templates etc. for kernel documentation.
3436EDID/
7779 - directory with info about Linux on the ARM architecture.
7880arm64/
7981 - directory with info about Linux on the 64 bit ARM architecture.
82+ assoc_array.txt
83+ - generic associative array intro.
8084atomic_ops.txt
8185 - semantics and behavior of atomic and bitmask operations.
8286auxdisplay/
@@ -87,6 +91,8 @@ bad_memory.txt
8791 - how to use kernel parameters to exclude bad RAM regions.
8892basic_profiling.txt
8993 - basic instructions for those who wants to profile Linux kernel.
94+ bcache.txt
95+ - Block-layer cache on fast SSDs to improve slow (raid) I/O performance.
9096binfmt_misc.txt
9197 - info on the kernel support for extra binary formats.
9298blackfin/
@@ -171,6 +177,8 @@ early-userspace/
171177 - info about initramfs, klibc, and userspace early during boot.
172178edac.txt
173179 - information on EDAC - Error Detection And Correction
180+ efi-stub.txt
181+ - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.
174182eisa.txt
175183 - info on EISA bus support.
176184email-clients.txt
@@ -195,8 +203,8 @@ futex-requeue-pi.txt
195203 - info on requeueing of tasks from a non-PI futex to a PI futex
196204gcov.txt
197205 - use of GCC's coverage testing tool "gcov" with the Linux kernel
198- gpio.txt
199- - overview of GPIO (General Purpose Input/Output) access conventions.
206+ gpio/
207+ - gpio related documentation
200208hid/
201209 - directory with information on human interface devices
202210highuid.txt
@@ -255,6 +263,8 @@ kernel-docs.txt
255263 - listing of various WWW + books that document kernel internals.
256264kernel-parameters.txt
257265 - summary listing of command line / boot prompt args for the kernel.
266+ kernel-per-CPU-kthreads.txt
267+ - List of all per-CPU kthreads and how they introduce jitter.
258268kmemcheck.txt
259269 - info on dynamic checker that detects uses of uninitialized memory.
260270kmemleak.txt
@@ -299,8 +309,6 @@ memory-devices/
299309 - directory with info on parts like the Texas Instruments EMIF driver
300310memory-hotplug.txt
301311 - Hotpluggable memory support, how to use and current status.
302- memory.txt
303- - info on typical Linux memory problems.
304312metag/
305313 - directory with info about Linux on Meta architecture.
306314mips/
311319 - directory with info about the MMC subsystem
312320mn10300/
313321 - directory with info about the mn10300 architecture port
322+ module-signing.txt
323+ - Kernel module signing for increased security when loading modules.
314324mtd/
315325 - directory with info about memory technology devices (flash)
316326mono.txt
@@ -343,6 +353,8 @@ pcmcia/
343353 - info on the Linux PCMCIA driver.
344354percpu-rw-semaphore.txt
345355 - RCU based read-write semaphore optimized for locking for reading
356+ phy.txt
357+ - Description of the generic PHY framework.
346358pi-futex.txt
347359 - documentation on lightweight priority inheritance futexes.
348360pinctrl.txt
@@ -431,6 +443,8 @@ sysrq.txt
431443 - info on the magic SysRq key.
432444target/
433445 - directory with info on generating TCM v4 fabric .ko modules
446+ this_cpu_ops.txt
447+ - List rationale behind and the way to use this_cpu operations.
434448thermal/
435449 - directory with information on managing thermal issues (CPU/temp)
436450trace/
@@ -469,6 +483,8 @@ wimax/
469483 - directory with info about Intel Wireless Wimax Connections
470484workqueue.txt
471485 - information on the Concurrency Managed Workqueue implementation
486+ ww-mutex-design.txt
487+ - Intro to Mutex wait/would deadlock handling.s
472488x86/x86_64/
473489 - directory with info on Linux support for AMD x86-64 (Hammer) machines.
474490xtensa/
0 commit comments