Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | This is a brief list of all the files in ./linux/Documentation and what |
| 3 | they contain. If you add a documentation file, please list it here in |
| 4 | alphabetical order as well, or risk being hunted down like a rabid dog. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 5 | Please keep the descriptions small enough to fit on one line. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | Thanks -- Paul G. |
| 7 | |
| 8 | Following translations are available on the WWW: |
| 9 | |
Masanari Iida | 010f456 | 2012-02-14 23:19:07 +0900 | [diff] [blame] | 10 | - Japanese, maintained by the JF Project (jf@listserv.linux.or.jp), at |
| 11 | http://linuxjf.sourceforge.jp/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | 00-INDEX |
| 14 | - this file. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 15 | ABI/ |
| 16 | - info on kernel <-> userspace ABI and relative interface stability. |
Len Brown | b4d2730 | 2007-11-14 19:53:21 -0500 | [diff] [blame] | 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | BUG-HUNTING |
| 19 | - brute force method of doing binary search of patches to find bug. |
| 20 | Changes |
| 21 | - list of changes that break older software packages. |
| 22 | CodingStyle |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 23 | - how the maintainers expect the C code in the kernel to look. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | DMA-API.txt |
| 25 | - DMA API, pci_ API & extensions for non-consistent memory machines. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 26 | DMA-API-HOWTO.txt |
| 27 | - Dynamic DMA mapping Guide |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 28 | DMA-ISA-LPC.txt |
| 29 | - How to do DMA with ISA (and LPC) devices. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 30 | DMA-attributes.txt |
| 31 | - listing of the various possible attributes a DMA region can have |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | DocBook/ |
| 33 | - directory with DocBook templates etc. for kernel documentation. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 34 | EDID/ |
| 35 | - directory with info on customizing EDID for broken gfx/displays. |
Greg Kroah-Hartman | d36cc9d | 2005-11-18 09:31:11 -0800 | [diff] [blame] | 36 | HOWTO |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 37 | - the process and procedures of how to do Linux kernel development. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | IPMI.txt |
| 39 | - info on Linux Intelligent Platform Management Interface (IPMI) Driver. |
| 40 | IRQ-affinity.txt |
| 41 | - how to select which CPU(s) handle which interrupt events on SMP. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 42 | IRQ-domain.txt |
Murilo Opsfelder Araujo | 453f42d | 2013-08-20 20:48:39 -0300 | [diff] [blame] | 43 | - info on interrupt numbering and setting up IRQ domains. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 44 | IRQ.txt |
| 45 | - description of what an IRQ is. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 46 | Intel-IOMMU.txt |
| 47 | - basic info on the Intel IOMMU virtualization support. |
| 48 | Makefile |
Shuah Khan | f59c668 | 2016-10-06 16:12:29 -0600 | [diff] [blame] | 49 | - This file does nothing. Removing it breaks make htmldocs and |
| 50 | make distclean. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | ManagementStyle |
| 52 | - how to (attempt to) manage kernel hackers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | RCU/ |
| 54 | - directory with info on RCU (read-copy update). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | SAK.txt |
| 56 | - info on Secure Attention Keys. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 57 | SM501.txt |
| 58 | - Silicon Motion SM501 multimedia companion chip |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 59 | SecurityBugs |
| 60 | - procedure for reporting security bugs found in the kernel. |
| 61 | SubmitChecklist |
| 62 | - Linux kernel patch submission checklist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | SubmittingDrivers |
| 64 | - procedure to get a new driver source included into the kernel tree. |
| 65 | SubmittingPatches |
| 66 | - procedure to get a source patch included into the kernel tree. |
| 67 | VGA-softcursor.txt |
| 68 | - how to change your VGA cursor from a blinking underscore. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 69 | accounting/ |
| 70 | - documentation on accounting and taskstats. |
Len Brown | b4d2730 | 2007-11-14 19:53:21 -0500 | [diff] [blame] | 71 | acpi/ |
| 72 | - info on ACPI-specific hooks in the kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 73 | aoe/ |
| 74 | - description of AoE (ATA over Ethernet) along with config examples. |
Jesper Juhl | 754c797 | 2005-09-09 13:10:12 -0700 | [diff] [blame] | 75 | applying-patches.txt |
| 76 | - description of various trees and how to apply their patches. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | arm/ |
| 78 | - directory with info about Linux on the ARM architecture. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 79 | arm64/ |
| 80 | - directory with info about Linux on the 64 bit ARM architecture. |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 81 | assoc_array.txt |
| 82 | - generic associative array intro. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 83 | atomic_ops.txt |
| 84 | - semantics and behavior of atomic and bitmask operations. |
| 85 | auxdisplay/ |
| 86 | - misc. LCD driver documentation (cfag12864b, ks0108). |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 87 | backlight/ |
| 88 | - directory with info on controlling backlights in flat panel displays |
| 89 | bad_memory.txt |
| 90 | - how to use kernel parameters to exclude bad RAM regions. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | basic_profiling.txt |
| 92 | - basic instructions for those who wants to profile Linux kernel. |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 93 | bcache.txt |
| 94 | - Block-layer cache on fast SSDs to improve slow (raid) I/O performance. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | binfmt_misc.txt |
| 96 | - info on the kernel support for extra binary formats. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 97 | blackfin/ |
| 98 | - directory with documentation for the Blackfin arch. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | block/ |
| 100 | - info on the Block I/O (BIO) layer. |
Randy Dunlap | 31c00fc | 2008-11-13 21:33:24 +0000 | [diff] [blame] | 101 | blockdev/ |
| 102 | - info on block devices & drivers |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 103 | braille-console.txt |
| 104 | - info on how to use serial devices for Braille support. |
| 105 | bt8xxgpio.txt |
| 106 | - info on how to modify a bt8xx video card for GPIO usage. |
Bing Zhao | 196be0c | 2009-06-02 14:29:38 -0700 | [diff] [blame] | 107 | btmrvl.txt |
| 108 | - info on Marvell Bluetooth driver usage. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 109 | bus-devices/ |
| 110 | - directory with info on TI GPMC (General Purpose Memory Controller) |
Randy Dunlap | 9fe41e4 | 2010-07-19 22:20:27 +0000 | [diff] [blame] | 111 | bus-virt-phys-mapping.txt |
| 112 | - how to access I/O mapped memory from within device drivers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | cachetlb.txt |
| 114 | - describes the cache/TLB flushing interfaces Linux uses. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | cdrom/ |
| 116 | - directory with information on the CD-ROM drivers that Linux has. |
Thadeu Lima de Souza Cascardo | 21acb9c | 2009-02-04 10:12:08 +0100 | [diff] [blame] | 117 | cgroups/ |
| 118 | - cgroups features, including cpusets and memory controller. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 119 | circular-buffers.txt |
| 120 | - how to make use of the existing circular buffer infrastructure |
| 121 | clk.txt |
| 122 | - info on the common clock framework |
| 123 | coccinelle.txt |
| 124 | - info on how to get and use the Coccinelle code checking tool. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 125 | connector/ |
| 126 | - docs on the netlink based userspace<->kernel space communication mod. |
| 127 | console/ |
| 128 | - documentation on Linux console drivers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | cpu-freq/ |
| 130 | - info on CPU frequency and voltage scaling. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 131 | cpu-hotplug.txt |
| 132 | - document describing CPU hotplug support in the Linux kernel. |
| 133 | cpu-load.txt |
| 134 | - document describing how CPU load statistics are collected. |
Venkatesh Pallipadi | fe8e288 | 2008-02-14 00:16:13 -0500 | [diff] [blame] | 135 | cpuidle/ |
| 136 | - info on CPU_IDLE, CPU idle state management subsystem. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 137 | cputopology.txt |
| 138 | - documentation on how CPU topology info is exported via sysfs. |
Bob Pearson | fbedceb | 2012-03-23 15:02:22 -0700 | [diff] [blame] | 139 | crc32.txt |
| 140 | - brief tutorial on CRC computation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | cris/ |
| 142 | - directory with info about Linux on CRIS architecture. |
| 143 | crypto/ |
| 144 | - directory with info on the Crypto API. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 145 | dcdbas.txt |
| 146 | - information on the Dell Systems Management Base Driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | debugging-modules.txt |
| 148 | - some notes on debugging modules after Linux 2.6.3. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 149 | debugging-via-ohci1394.txt |
| 150 | - how to use firewire like a hardware debugger memory reader. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 151 | dell_rbu.txt |
| 152 | - document demonstrating the use of the Dell Remote BIOS Update driver. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 153 | development-process/ |
| 154 | - how to work with the mainline kernel development process. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | device-mapper/ |
| 156 | - directory with info on Device Mapper. |
| 157 | devices.txt |
| 158 | - plain ASCII listing of all the nodes in /dev/ with major minor #'s. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 159 | devicetree/ |
| 160 | - directory with info on device tree files used by OF/PowerPC/ARM |
| 161 | digsig.txt |
| 162 | -info on the Digital Signature Verification API |
| 163 | dma-buf-sharing.txt |
| 164 | - the DMA Buffer Sharing API Guide |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 165 | dontdiff |
| 166 | - file containing a list of files that should never be diff'ed. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | driver-model/ |
| 168 | - directory with info about Linux driver model. |
| 169 | dvb/ |
| 170 | - info on Linux Digital Video Broadcast (DVB) subsystem. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 171 | dynamic-debug-howto.txt |
| 172 | - how to use the dynamic debug (dyndbg) feature. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | early-userspace/ |
| 174 | - info about initramfs, klibc, and userspace early during boot. |
Adrian Bunk | 4a6b88c | 2008-02-07 00:13:33 -0800 | [diff] [blame] | 175 | edac.txt |
| 176 | - information on EDAC - Error Detection And Correction |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 177 | efi-stub.txt |
| 178 | - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | eisa.txt |
| 180 | - info on EISA bus support. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 181 | email-clients.txt |
| 182 | - info on how to use e-mail to send un-mangled (git) patches. |
| 183 | extcon/ |
| 184 | - directory with porting guide for Android kernel switch driver. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 185 | fault-injection/ |
| 186 | - dir with docs about the fault injection capabilities infrastructure. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | fb/ |
| 188 | - directory with info on the frame buffer graphics abstraction layer. |
| 189 | filesystems/ |
J. Bruce Fields | 4f3b19c | 2007-09-24 18:52:09 -0400 | [diff] [blame] | 190 | - info on the vfs and the various filesystems that Linux supports. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | firmware_class/ |
| 192 | - request_firmware() hotplug interface info. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 193 | flexible-arrays.txt |
| 194 | - how to make use of flexible sized arrays in linux |
Alessandro Rubini | 022c674 | 2013-06-18 23:47:24 +0200 | [diff] [blame] | 195 | fmc/ |
| 196 | - information about the FMC bus abstraction |
Adrian Bunk | 0868ff7 | 2008-02-03 15:54:28 +0200 | [diff] [blame] | 197 | frv/ |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 198 | - Fujitsu FR-V Linux documentation. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 199 | futex-requeue-pi.txt |
| 200 | - info on requeueing of tasks from a non-PI futex to a PI futex |
| 201 | gcov.txt |
| 202 | - use of GCC's coverage testing tool "gcov" with the Linux kernel |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 203 | gpio/ |
| 204 | - gpio related documentation |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 205 | hid/ |
| 206 | - directory with information on human interface devices |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | highuid.txt |
| 208 | - notes on the change from 16 bit to 32 bit user/group IDs. |
Henrik Austad | 8ea8f3e | 2014-12-26 09:26:22 +0100 | [diff] [blame] | 209 | hsi.txt |
| 210 | - HSI subsystem overview. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 211 | hwspinlock.txt |
| 212 | - hardware spinlock provides hardware assistance for synchronization |
Thomas Gleixner | 3833eec | 2008-03-05 18:28:15 +0100 | [diff] [blame] | 213 | timers/ |
| 214 | - info on the timer related topics |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | hw_random.txt |
| 216 | - info on Linux support for random number generator in i8xx chipsets. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 217 | hwmon/ |
| 218 | - directory with docs on various hardware monitoring drivers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | i2c/ |
| 220 | - directory with info about the I2C bus/protocol (2 wire, kHz speed). |
| 221 | i2o/ |
| 222 | - directory with info about the Linux I2O subsystem. |
Uwe Hermann | 71cced6 | 2008-10-20 09:32:21 -0700 | [diff] [blame] | 223 | x86/i386/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | - directory with info about Linux on Intel 32 bit architecture. |
| 225 | ia64/ |
| 226 | - directory with info about Linux on Intel 64 bit architecture. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 227 | infiniband/ |
| 228 | - directory with documents concerning Linux InfiniBand support. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 229 | init.txt |
| 230 | - what to do when the kernel can't find the 1st process to run. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | initrd.txt |
| 232 | - how to use the RAM disk as an initial/temporary root filesystem. |
| 233 | input/ |
| 234 | - info on Linux input device support. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 235 | intel_txt.txt |
| 236 | - info on intel Trusted Execution Technology (intel TXT). |
Randy Dunlap | 9fe41e4 | 2010-07-19 22:20:27 +0000 | [diff] [blame] | 237 | io-mapping.txt |
| 238 | - description of io_mapping functions in linux/io-mapping.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | io_ordering.txt |
| 240 | - info on ordering I/O writes to memory-mapped addresses. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 241 | ioctl/ |
| 242 | - directory with documents describing various IOCTL calls. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | iostats.txt |
| 244 | - info on I/O statistics Linux kernel provides. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 245 | irqflags-tracing.txt |
| 246 | - how to use the irq-flags tracing feature. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | isapnp.txt |
| 248 | - info on Linux ISA Plug & Play support. |
| 249 | isdn/ |
| 250 | - directory with info on the Linux ISDN support, and supported cards. |
| 251 | java.txt |
| 252 | - info on the in-kernel binary support for Java(tm). |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 253 | ja_JP/ |
| 254 | - directory with Japanese translations of various documents |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | kbuild/ |
| 256 | - directory with info about the kernel build process. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 257 | kdump/ |
| 258 | - directory with mini HowTo on getting the crash dump code to work. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | kernel-docs.txt |
| 260 | - listing of various WWW + books that document kernel internals. |
Jonathan Corbet | 8ed292f | 2016-07-20 16:43:41 -0600 | [diff] [blame] | 261 | kernel-documentation.rst |
| 262 | - how to write and format reStructuredText kernel documentation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | kernel-parameters.txt |
| 264 | - summary listing of command line / boot prompt args for the kernel. |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 265 | kernel-per-CPU-kthreads.txt |
| 266 | - List of all per-CPU kthreads and how they introduce jitter. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 267 | kmemcheck.txt |
| 268 | - info on dynamic checker that detects uses of uninitialized memory. |
| 269 | kmemleak.txt |
| 270 | - info on how to make use of the kernel memory leak detection system |
| 271 | ko_KR/ |
| 272 | - directory with Korean translations of various documents |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | kobject.txt |
| 274 | - info of the kobject infrastructure of the Linux kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 275 | kprobes.txt |
| 276 | - documents the kernel probes debugging feature. |
| 277 | kref.txt |
| 278 | - docs on adding reference counters (krefs) to kernel objects. |
Henrik Austad | 8ea8f3e | 2014-12-26 09:26:22 +0100 | [diff] [blame] | 279 | kselftest.txt |
| 280 | - small unittests for (some) individual codepaths in the kernel. |
Carlos Corbacho | d6ff365 | 2008-02-09 01:32:03 +0000 | [diff] [blame] | 281 | laptops/ |
| 282 | - directory with laptop related info and laptop driver documentation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | ldm.txt |
| 284 | - a brief description of LDM (Windows Dynamic Disks). |
Antonio Ospite | 9a684e1 | 2011-04-04 15:08:46 -0700 | [diff] [blame] | 285 | leds/ |
| 286 | - directory with info about LED handling under Linux. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 287 | local_ops.txt |
| 288 | - semantics and behavior of local atomic operations. |
Davidlohr Bueso | 214e0ae | 2014-07-30 13:41:55 -0700 | [diff] [blame] | 289 | locking/ |
| 290 | - directory with info about kernel locking primitives |
Jean Delvare | fd05873 | 2012-10-21 12:05:51 +0200 | [diff] [blame] | 291 | lockup-watchdogs.txt |
| 292 | - info on soft and hard lockup detectors (aka nmi_watchdog). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | logo.gif |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 294 | - full colour GIF image of Linux logo (penguin - Tux). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | logo.txt |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 296 | - info on creator of above logo & site to get additional images from. |
Henrik Austad | 8ea8f3e | 2014-12-26 09:26:22 +0100 | [diff] [blame] | 297 | lzo.txt |
| 298 | - kernel LZO decompressor input formats |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | m68k/ |
| 300 | - directory with info about Linux on Motorola 68k architecture. |
| 301 | magic-number.txt |
| 302 | - list of magic numbers used to mark/protect kernel data structures. |
Henrik Austad | 8ea8f3e | 2014-12-26 09:26:22 +0100 | [diff] [blame] | 303 | mailbox.txt |
| 304 | - How to write drivers for the common mailbox framework (IPC). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | md.txt |
| 306 | - info on boot arguments for the multiple devices driver. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 307 | media-framework.txt |
| 308 | - info on media framework, its data structures, functions and usage. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 309 | memory-barriers.txt |
| 310 | - info on Linux kernel memory barriers. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 311 | memory-devices/ |
| 312 | - directory with info on parts like the Texas Instruments EMIF driver |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 313 | memory-hotplug.txt |
| 314 | - Hotpluggable memory support, how to use and current status. |
James Hogan | fdabf52 | 2012-10-09 11:00:27 +0100 | [diff] [blame] | 315 | metag/ |
| 316 | - directory with info about Linux on Meta architecture. |
Nitesh Gupta | 35b8ea6 | 2019-10-31 10:45:54 +0530 | [diff] [blame] | 317 | mhi.txt |
| 318 | - Modem Host Interface |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | mips/ |
| 320 | - directory with info about Linux on MIPS architecture. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 321 | misc-devices/ |
| 322 | - directory with info about devices using the misc dev subsystem |
Adrian Hunter | dfe86cb | 2010-08-11 14:17:46 -0700 | [diff] [blame] | 323 | mmc/ |
| 324 | - directory with info about the MMC subsystem |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 325 | mn10300/ |
| 326 | - directory with info about the mn10300 architecture port |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 327 | module-signing.txt |
| 328 | - Kernel module signing for increased security when loading modules. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 329 | mtd/ |
| 330 | - directory with info about memory technology devices (flash) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | mono.txt |
| 332 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. |
Pavel Emelyanov | 2868f89 | 2007-11-28 16:21:39 -0800 | [diff] [blame] | 333 | namespaces/ |
| 334 | - directory with various information about namespaces |
Paul Moore | 8802f61 | 2006-08-03 16:45:49 -0700 | [diff] [blame] | 335 | netlabel/ |
| 336 | - directory with information on the NetLabel subsystem. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | networking/ |
| 338 | - directory with info on various aspects of networking with Linux. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 339 | nfc/ |
| 340 | - directory relating info about Near Field Communications support. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 341 | nommu-mmap.txt |
| 342 | - documentation about no-mmu memory mapping support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | numastat.txt |
| 344 | - info on how to read Numa policy hit/miss statistics in sysfs. |
| 345 | oops-tracing.txt |
| 346 | - how to decode those nasty internal kernel error dump messages. |
Jonathan Corbet | 4047f8b | 2010-05-12 14:23:48 -0600 | [diff] [blame] | 347 | padata.txt |
| 348 | - An introduction to the "padata" parallel execution API |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | parisc/ |
| 350 | - directory with info on using Linux on PA-RISC architecture. |
| 351 | parport.txt |
| 352 | - how to use the parallel-port driver. |
| 353 | parport-lowlevel.txt |
| 354 | - description and usage of the low level parallel port functions. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 355 | pcmcia/ |
| 356 | - info on the Linux PCMCIA driver. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 357 | percpu-rw-semaphore.txt |
| 358 | - RCU based read-write semaphore optimized for locking for reading |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 359 | phy.txt |
| 360 | - Description of the generic PHY framework. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 361 | pi-futex.txt |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 362 | - documentation on lightweight priority inheritance futexes. |
| 363 | pinctrl.txt |
| 364 | - info on pinctrl subsystem and the PINMUX/PINCONF and drivers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | pnp.txt |
| 366 | - Linux Plug and Play documentation. |
| 367 | power/ |
| 368 | - directory with info on Linux PCI power management. |
| 369 | powerpc/ |
| 370 | - directory with info on using Linux with the PowerPC. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 371 | prctl/ |
| 372 | - directory with info on the priveledge control subsystem |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 373 | preempt-locking.txt |
| 374 | - info on locking under a preemptive kernel. |
Randy Dunlap | b67ad18 | 2008-11-12 13:26:55 -0800 | [diff] [blame] | 375 | printk-formats.txt |
| 376 | - how to get printk format specifiers right |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 377 | pps/ |
| 378 | - directory with information on the pulse-per-second support |
| 379 | ptp/ |
| 380 | - directory with info on support for IEEE 1588 PTP clocks in Linux. |
| 381 | pwm.txt |
| 382 | - info on the pulse width modulation driver subsystem |
Sergiu Iordache | 4126dac | 2011-08-13 12:34:56 -0700 | [diff] [blame] | 383 | ramoops.txt |
| 384 | - documentation of the ramoops oops/panic logging module. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 385 | rapidio/ |
| 386 | - directory with info on RapidIO packet-based fabric interconnect |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 387 | rbtree.txt |
| 388 | - info on what red-black trees are and what they are for. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 389 | remoteproc.txt |
| 390 | - info on how to handle remote processor (e.g. AMP) offloads/usage. |
| 391 | rfkill.txt |
| 392 | - info on the radio frequency kill switch subsystem/support. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 393 | robust-futex-ABI.txt |
| 394 | - documentation of the robust futex ABI. |
| 395 | robust-futexes.txt |
| 396 | - a description of what robust futexes are. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 397 | rpmsg.txt |
| 398 | - info on the Remote Processor Messaging (rpmsg) Framework |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | rtc.txt |
| 400 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. |
| 401 | s390/ |
| 402 | - directory with info on using Linux on the IBM S390. |
J. Bruce Fields | 9b8eae7 | 2008-02-07 00:13:37 -0800 | [diff] [blame] | 403 | scheduler/ |
| 404 | - directory with info on the scheduler. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 405 | scsi/ |
| 406 | - directory with info on Linux scsi support. |
Randy Dunlap | d410fa4 | 2011-05-19 15:59:38 -0700 | [diff] [blame] | 407 | security/ |
| 408 | - directory that contains security-related info |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | serial/ |
| 410 | - directory with info on the low level serial API. |
| 411 | serial-console.txt |
| 412 | - how to set up Linux with a serial line console as the default. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 413 | sgi-ioc4.txt |
| 414 | - description of the SGI IOC4 PCI (multi function) device. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 415 | sh/ |
| 416 | - directory with info on porting Linux to a new architecture. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 417 | smsc_ece1099.txt |
| 418 | -info on the smsc Keyboard Scan Expansion/GPIO Expansion device. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | sound/ |
| 420 | - directory with info on sound card support. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 421 | sparse.txt |
| 422 | - info on how to obtain and use the sparse tool for typechecking. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 423 | spi/ |
| 424 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. |
Greg Kroah-Hartman | 8907e94 | 2005-11-18 09:31:15 -0800 | [diff] [blame] | 425 | stable_api_nonsense.txt |
| 426 | - info on why the kernel does not have a stable in-kernel api or abi. |
| 427 | stable_kernel_rules.txt |
| 428 | - rules and procedures for the -stable kernel releases. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 429 | static-keys.txt |
| 430 | - info on how static keys allow debug code in hotpaths via patching |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | svga.txt |
| 432 | - short guide on selecting video modes at boot via VGA BIOS. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 433 | sysfs-rules.txt |
| 434 | - How not to use sysfs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | sysctl/ |
| 436 | - directory with info on the /proc/sys/* files. |
| 437 | sysrq.txt |
| 438 | - info on the magic SysRq key. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 439 | target/ |
| 440 | - directory with info on generating TCM v4 fabric .ko modules |
Jens Wiklander | ca3e4eb | 2015-06-01 16:15:25 +0200 | [diff] [blame] | 441 | tee.txt |
| 442 | - info on the TEE subsystem and drivers |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 443 | this_cpu_ops.txt |
| 444 | - List rationale behind and the way to use this_cpu operations. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 445 | thermal/ |
| 446 | - directory with information on managing thermal issues (CPU/temp) |
| 447 | trace/ |
| 448 | - directory with info on tracing technologies within linux |
| 449 | unaligned-memory-access.txt |
| 450 | - info on how to avoid arch breaking unaligned memory access in code. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 451 | unicode.txt |
| 452 | - info on the Unicode character/font mapping used in Linux. |
| 453 | unshare.txt |
| 454 | - description of the Linux unshare system call. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | usb/ |
| 456 | - directory with info regarding the Universal Serial Bus. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 457 | vDSO/ |
| 458 | - directory with info regarding virtual dynamic shared objects |
| 459 | vfio.txt |
| 460 | - info on Virtual Function I/O used in guest/hypervisor instances. |
| 461 | vgaarbiter.txt |
| 462 | - info on enable/disable the legacy decoding on different VGA devices |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 463 | video-output.txt |
| 464 | - sysfs class driver interface to enable/disable a video output device. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 465 | video4linux/ |
| 466 | - directory with info regarding video/TV/radio cards and linux. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 467 | virtual/ |
| 468 | - directory with information on the various linux virtualizations. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | vm/ |
| 470 | - directory with info on the Linux vm code. |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 471 | vme_api.txt |
| 472 | - file relating info on the VME bus API in linux |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 473 | volatile-considered-harmful.txt |
| 474 | - Why the "volatile" type class should not be used |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 475 | w1/ |
| 476 | - directory with documents regarding the 1-wire (w1) subsystem. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | watchdog/ |
| 478 | - how to auto-reboot Linux if it has "fallen and can't get up". ;-) |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 479 | wimax/ |
| 480 | - directory with info about Intel Wireless Wimax Connections |
| 481 | workqueue.txt |
| 482 | - information on the Concurrency Managed Workqueue implementation |
Uwe Hermann | 71cced6 | 2008-10-20 09:32:21 -0700 | [diff] [blame] | 483 | x86/x86_64/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | - directory with info on Linux support for AMD x86-64 (Hammer) machines. |
Henrik Austad | 8ea8f3e | 2014-12-26 09:26:22 +0100 | [diff] [blame] | 485 | xillybus.txt |
| 486 | - Overview and basic ui of xillybus driver |
Paul Gortmaker | 449e3a7 | 2013-02-14 15:20:54 -0500 | [diff] [blame] | 487 | xtensa/ |
| 488 | - directory with documents relating to arch/xtensa port/implementation |
| 489 | xz.txt |
| 490 | - how to make use of the XZ data compression within linux kernel |
| 491 | zh_CN/ |
| 492 | - directory with Chinese translations of various documents |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | zorro.txt |
| 494 | - info on writing drivers for Zorro bus devices found on Amigas. |