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. |
| 5 | Please try and keep the descriptions small enough to fit on one line. |
| 6 | Thanks -- Paul G. |
| 7 | |
| 8 | Following translations are available on the WWW: |
| 9 | |
| 10 | - Japanese, maintained by the JF Project (JF@linux.or.jp), at |
| 11 | http://www.linux.or.jp/JF/ |
| 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 |
| 23 | - how the boss likes the C code in the kernel to look. |
| 24 | DMA-API.txt |
| 25 | - DMA API, pci_ API & extensions for non-consistent memory machines. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 26 | DMA-ISA-LPC.txt |
| 27 | - How to do DMA with ISA (and LPC) devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | DocBook/ |
| 29 | - directory with DocBook templates etc. for kernel documentation. |
Greg Kroah-Hartman | d36cc9d | 2005-11-18 09:31:11 -0800 | [diff] [blame] | 30 | HOWTO |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 31 | - the process and procedures of how to do Linux kernel development. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | IO-mapping.txt |
| 33 | - how to access I/O mapped memory from within device drivers. |
| 34 | IPMI.txt |
| 35 | - info on Linux Intelligent Platform Management Interface (IPMI) Driver. |
| 36 | IRQ-affinity.txt |
| 37 | - how to select which CPU(s) handle which interrupt events on SMP. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 38 | IRQ.txt |
| 39 | - description of what an IRQ is. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | ManagementStyle |
| 41 | - how to (attempt to) manage kernel hackers. |
| 42 | MSI-HOWTO.txt |
| 43 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. |
| 44 | RCU/ |
| 45 | - directory with info on RCU (read-copy update). |
| 46 | README.DAC960 |
| 47 | - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 48 | README.cycladesZ |
| 49 | - info on Cyclades-Z firmware loading. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | SAK.txt |
| 51 | - info on Secure Attention Keys. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 52 | SM501.txt |
| 53 | - Silicon Motion SM501 multimedia companion chip |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 54 | SecurityBugs |
| 55 | - procedure for reporting security bugs found in the kernel. |
| 56 | SubmitChecklist |
| 57 | - Linux kernel patch submission checklist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | SubmittingDrivers |
| 59 | - procedure to get a new driver source included into the kernel tree. |
| 60 | SubmittingPatches |
| 61 | - procedure to get a source patch included into the kernel tree. |
| 62 | VGA-softcursor.txt |
| 63 | - how to change your VGA cursor from a blinking underscore. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 64 | accounting/ |
| 65 | - documentation on accounting and taskstats. |
Len Brown | b4d2730 | 2007-11-14 19:53:21 -0500 | [diff] [blame] | 66 | acpi/ |
| 67 | - info on ACPI-specific hooks in the kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 68 | aoe/ |
| 69 | - description of AoE (ATA over Ethernet) along with config examples. |
Jesper Juhl | 754c797 | 2005-09-09 13:10:12 -0700 | [diff] [blame] | 70 | applying-patches.txt |
| 71 | - description of various trees and how to apply their patches. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | arm/ |
| 73 | - directory with info about Linux on the ARM architecture. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 74 | atomic_ops.txt |
| 75 | - semantics and behavior of atomic and bitmask operations. |
| 76 | auxdisplay/ |
| 77 | - misc. LCD driver documentation (cfag12864b, ks0108). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | basic_profiling.txt |
| 79 | - basic instructions for those who wants to profile Linux kernel. |
| 80 | binfmt_misc.txt |
| 81 | - info on the kernel support for extra binary formats. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 82 | blackfin/ |
| 83 | - directory with documentation for the Blackfin arch. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | block/ |
| 85 | - info on the Block I/O (BIO) layer. |
| 86 | cachetlb.txt |
| 87 | - describes the cache/TLB flushing interfaces Linux uses. |
| 88 | cciss.txt |
| 89 | - info, major/minor #'s for Compaq's SMART Array Controllers. |
| 90 | cdrom/ |
| 91 | - directory with information on the CD-ROM drivers that Linux has. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | computone.txt |
| 93 | - info on Computone Intelliport II/Plus Multiport Serial Driver. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 94 | connector/ |
| 95 | - docs on the netlink based userspace<->kernel space communication mod. |
| 96 | console/ |
| 97 | - documentation on Linux console drivers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | cpqarray.txt |
| 99 | - info on using Compaq's SMART2 Intelligent Disk Array Controllers. |
| 100 | cpu-freq/ |
| 101 | - info on CPU frequency and voltage scaling. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 102 | cpu-hotplug.txt |
| 103 | - document describing CPU hotplug support in the Linux kernel. |
| 104 | cpu-load.txt |
| 105 | - document describing how CPU load statistics are collected. |
Venkatesh Pallipadi | fe8e288 | 2008-02-14 00:16:13 -0500 | [diff] [blame] | 106 | cpuidle/ |
| 107 | - info on CPU_IDLE, CPU idle state management subsystem. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 108 | cpusets.txt |
| 109 | - documents the cpusets feature; assign CPUs and Mem to a set of tasks. |
| 110 | cputopology.txt |
| 111 | - documentation on how CPU topology info is exported via sysfs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | cris/ |
| 113 | - directory with info about Linux on CRIS architecture. |
| 114 | crypto/ |
| 115 | - directory with info on the Crypto API. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 116 | dcdbas.txt |
| 117 | - information on the Dell Systems Management Base Driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | debugging-modules.txt |
| 119 | - some notes on debugging modules after Linux 2.6.3. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 120 | dell_rbu.txt |
| 121 | - document demonstrating the use of the Dell Remote BIOS Update driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | device-mapper/ |
| 123 | - directory with info on Device Mapper. |
| 124 | devices.txt |
| 125 | - plain ASCII listing of all the nodes in /dev/ with major minor #'s. |
| 126 | digiepca.txt |
| 127 | - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 128 | dontdiff |
| 129 | - file containing a list of files that should never be diff'ed. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | driver-model/ |
| 131 | - directory with info about Linux driver model. |
| 132 | dvb/ |
| 133 | - info on Linux Digital Video Broadcast (DVB) subsystem. |
| 134 | early-userspace/ |
| 135 | - info about initramfs, klibc, and userspace early during boot. |
Adrian Bunk | 4a6b88c | 2008-02-07 00:13:33 -0800 | [diff] [blame] | 136 | edac.txt |
| 137 | - information on EDAC - Error Detection And Correction |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | eisa.txt |
| 139 | - info on EISA bus support. |
| 140 | exception.txt |
| 141 | - how Linux v2.2 handles exceptions without verify_area etc. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 142 | fault-injection/ |
| 143 | - dir with docs about the fault injection capabilities infrastructure. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | fb/ |
| 145 | - directory with info on the frame buffer graphics abstraction layer. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 146 | feature-removal-schedule.txt |
| 147 | - list of files and features that are going to be removed. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | filesystems/ |
J. Bruce Fields | 4f3b19c | 2007-09-24 18:52:09 -0400 | [diff] [blame] | 149 | - info on the vfs and the various filesystems that Linux supports. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | firmware_class/ |
| 151 | - request_firmware() hotplug interface info. |
| 152 | floppy.txt |
| 153 | - notes and driver options for the floppy disk driver. |
Adrian Bunk | 0868ff7 | 2008-02-03 15:54:28 +0200 | [diff] [blame] | 154 | frv/ |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 155 | - Fujitsu FR-V Linux documentation. |
| 156 | gpio.txt |
| 157 | - overview of GPIO (General Purpose Input/Output) access conventions. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | hayes-esp.txt |
| 159 | - info on using the Hayes ESP serial driver. |
| 160 | highuid.txt |
| 161 | - notes on the change from 16 bit to 32 bit user/group IDs. |
| 162 | hpet.txt |
| 163 | - High Precision Event Timer Driver for Linux. |
Thomas Gleixner | 3833eec | 2008-03-05 18:28:15 +0100 | [diff] [blame] | 164 | timers/ |
| 165 | - info on the timer related topics |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | hw_random.txt |
| 167 | - info on Linux support for random number generator in i8xx chipsets. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 168 | hwmon/ |
| 169 | - directory with docs on various hardware monitoring drivers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | i2c/ |
| 171 | - directory with info about the I2C bus/protocol (2 wire, kHz speed). |
| 172 | i2o/ |
| 173 | - directory with info about the Linux I2O subsystem. |
| 174 | i386/ |
| 175 | - directory with info about Linux on Intel 32 bit architecture. |
| 176 | ia64/ |
| 177 | - directory with info about Linux on Intel 64 bit architecture. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 178 | infiniband/ |
| 179 | - directory with documents concerning Linux InfiniBand support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | initrd.txt |
| 181 | - how to use the RAM disk as an initial/temporary root filesystem. |
| 182 | input/ |
| 183 | - info on Linux input device support. |
| 184 | io_ordering.txt |
| 185 | - info on ordering I/O writes to memory-mapped addresses. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 186 | ioctl/ |
| 187 | - directory with documents describing various IOCTL calls. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | ioctl-number.txt |
| 189 | - how to implement and register device/driver ioctl calls. |
| 190 | iostats.txt |
| 191 | - info on I/O statistics Linux kernel provides. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 192 | irqflags-tracing.txt |
| 193 | - how to use the irq-flags tracing feature. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | isapnp.txt |
| 195 | - info on Linux ISA Plug & Play support. |
| 196 | isdn/ |
| 197 | - directory with info on the Linux ISDN support, and supported cards. |
| 198 | java.txt |
| 199 | - info on the in-kernel binary support for Java(tm). |
| 200 | kbuild/ |
| 201 | - directory with info about the kernel build process. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 202 | kdump/ |
| 203 | - directory with mini HowTo on getting the crash dump code to work. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | kernel-doc-nano-HOWTO.txt |
| 205 | - mini HowTo on generation and location of kernel documentation files. |
| 206 | kernel-docs.txt |
| 207 | - listing of various WWW + books that document kernel internals. |
| 208 | kernel-parameters.txt |
| 209 | - summary listing of command line / boot prompt args for the kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 210 | keys-request-key.txt |
| 211 | - description of the kernel key request service. |
| 212 | keys.txt |
| 213 | - description of the kernel key retention service. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | kobject.txt |
| 215 | - info of the kobject infrastructure of the Linux kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 216 | kprobes.txt |
| 217 | - documents the kernel probes debugging feature. |
| 218 | kref.txt |
| 219 | - docs on adding reference counters (krefs) to kernel objects. |
Carlos Corbacho | d6ff365 | 2008-02-09 01:32:03 +0000 | [diff] [blame] | 220 | laptops/ |
| 221 | - directory with laptop related info and laptop driver documentation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | ldm.txt |
| 223 | - a brief description of LDM (Windows Dynamic Disks). |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 224 | leds-class.txt |
| 225 | - documents LED handling under Linux. |
| 226 | local_ops.txt |
| 227 | - semantics and behavior of local atomic operations. |
| 228 | lockdep-design.txt |
| 229 | - documentation on the runtime locking correctness validator. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | logo.gif |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 231 | - full colour GIF image of Linux logo (penguin - Tux). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | logo.txt |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 233 | - info on creator of above logo & site to get additional images from. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | m68k/ |
| 235 | - directory with info about Linux on Motorola 68k architecture. |
| 236 | magic-number.txt |
| 237 | - list of magic numbers used to mark/protect kernel data structures. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 238 | mca.txt |
| 239 | - info on supporting Micro Channel Architecture (e.g. PS/2) systems. |
| 240 | md.txt |
| 241 | - info on boot arguments for the multiple devices driver. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 242 | memory-barriers.txt |
| 243 | - info on Linux kernel memory barriers. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 244 | memory-hotplug.txt |
| 245 | - Hotpluggable memory support, how to use and current status. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | memory.txt |
| 247 | - info on typical Linux memory problems. |
| 248 | mips/ |
| 249 | - directory with info about Linux on MIPS architecture. |
| 250 | mono.txt |
| 251 | - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. |
| 252 | moxa-smartio |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 253 | - file with info on installing/using Moxa multiport serial driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | mtrr.txt |
| 255 | - how to use PPro Memory Type Range Registers to increase performance. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 256 | mutex-design.txt |
| 257 | - info on the generic mutex subsystem. |
Pavel Emelyanov | 2868f89 | 2007-11-28 16:21:39 -0800 | [diff] [blame] | 258 | namespaces/ |
| 259 | - directory with various information about namespaces |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 260 | nbd.txt |
| 261 | - info on a TCP implementation of a network block device. |
Paul Moore | 8802f61 | 2006-08-03 16:45:49 -0700 | [diff] [blame] | 262 | netlabel/ |
| 263 | - directory with information on the NetLabel subsystem. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | networking/ |
| 265 | - directory with info on various aspects of networking with Linux. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | nmi_watchdog.txt |
| 267 | - info on NMI watchdog for SMP systems. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 268 | nommu-mmap.txt |
| 269 | - documentation about no-mmu memory mapping support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | numastat.txt |
| 271 | - info on how to read Numa policy hit/miss statistics in sysfs. |
| 272 | oops-tracing.txt |
| 273 | - how to decode those nasty internal kernel error dump messages. |
| 274 | paride.txt |
| 275 | - information about the parallel port IDE subsystem. |
| 276 | parisc/ |
| 277 | - directory with info on using Linux on PA-RISC architecture. |
| 278 | parport.txt |
| 279 | - how to use the parallel-port driver. |
| 280 | parport-lowlevel.txt |
| 281 | - description and usage of the low level parallel port functions. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 282 | pcmcia/ |
| 283 | - info on the Linux PCMCIA driver. |
| 284 | pi-futex.txt |
| 285 | - documentation on lightweight PI-futexes. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | pnp.txt |
| 287 | - Linux Plug and Play documentation. |
| 288 | power/ |
| 289 | - directory with info on Linux PCI power management. |
| 290 | powerpc/ |
| 291 | - directory with info on using Linux with the PowerPC. |
| 292 | preempt-locking.txt |
| 293 | - info on locking under a preemptive kernel. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 294 | prio_tree.txt |
| 295 | - info on radix-priority-search-tree use for indexing vmas. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | ramdisk.txt |
| 297 | - short guide on how to set up and use the RAM disk. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 298 | rbtree.txt |
| 299 | - info on what red-black trees are and what they are for. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | riscom8.txt |
| 301 | - notes on using the RISCom/8 multi-port serial driver. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 302 | robust-futex-ABI.txt |
| 303 | - documentation of the robust futex ABI. |
| 304 | robust-futexes.txt |
| 305 | - a description of what robust futexes are. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | rocket.txt |
| 307 | - info on the Comtrol RocketPort multiport serial driver. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 308 | rt-mutex-design.txt |
| 309 | - description of the RealTime mutex implementation design. |
| 310 | rt-mutex.txt |
| 311 | - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | rtc.txt |
| 313 | - notes on how to use the Real Time Clock (aka CMOS clock) driver. |
| 314 | s390/ |
| 315 | - directory with info on using Linux on the IBM S390. |
J. Bruce Fields | 9b8eae7 | 2008-02-07 00:13:37 -0800 | [diff] [blame] | 316 | scheduler/ |
| 317 | - directory with info on the scheduler. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | scsi/ |
| 319 | - directory with info on Linux scsi support. |
| 320 | serial/ |
| 321 | - directory with info on the low level serial API. |
| 322 | serial-console.txt |
| 323 | - 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] | 324 | sgi-ioc4.txt |
| 325 | - description of the SGI IOC4 PCI (multi function) device. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | sgi-visws.txt |
| 327 | - short blurb on the SGI Visual Workstations. |
| 328 | sh/ |
| 329 | - directory with info on porting Linux to a new architecture. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | sound/ |
| 331 | - directory with info on sound card support. |
| 332 | sparc/ |
| 333 | - directory with info on using Linux on Sparc architecture. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 334 | sparse.txt |
| 335 | - info on how to obtain and use the sparse tool for typechecking. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | specialix.txt |
| 337 | - info on hardware/driver for specialix IO8+ multiport serial card. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 338 | spi/ |
| 339 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | spinlocks.txt |
| 341 | - info on using spinlocks to provide exclusive access in kernel. |
Greg Kroah-Hartman | 8907e94 | 2005-11-18 09:31:15 -0800 | [diff] [blame] | 342 | stable_api_nonsense.txt |
| 343 | - info on why the kernel does not have a stable in-kernel api or abi. |
| 344 | stable_kernel_rules.txt |
| 345 | - rules and procedures for the -stable kernel releases. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | stallion.txt |
| 347 | - info on using the Stallion multiport serial driver. |
| 348 | svga.txt |
| 349 | - short guide on selecting video modes at boot via VGA BIOS. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 350 | sysfs-rules.txt |
| 351 | - How not to use sysfs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | sx.txt |
| 353 | - info on the Specialix SX/SI multiport serial driver. |
| 354 | sysctl/ |
| 355 | - directory with info on the /proc/sys/* files. |
| 356 | sysrq.txt |
| 357 | - info on the magic SysRq key. |
| 358 | telephony/ |
| 359 | - directory with info on telephony (e.g. voice over IP) support. |
| 360 | time_interpolators.txt |
| 361 | - info on time interpolators. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | tty.txt |
| 363 | - guide to the locking policies of the tty layer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | uml/ |
Tobias Klauser | d533f67 | 2005-09-10 00:26:46 -0700 | [diff] [blame] | 365 | - directory with information about User Mode Linux. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 366 | unicode.txt |
| 367 | - info on the Unicode character/font mapping used in Linux. |
| 368 | unshare.txt |
| 369 | - description of the Linux unshare system call. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | usb/ |
| 371 | - directory with info regarding the Universal Serial Bus. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 372 | video-output.txt |
| 373 | - sysfs class driver interface to enable/disable a video output device. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 374 | video4linux/ |
| 375 | - directory with info regarding video/TV/radio cards and linux. |
| 376 | vm/ |
| 377 | - directory with info on the Linux vm code. |
Rob Landley | 5ef4356 | 2007-10-16 23:31:25 -0700 | [diff] [blame] | 378 | volatile-considered-harmful.txt |
| 379 | - Why the "volatile" type class should not be used |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | voyager.txt |
| 381 | - guide to running Linux on the Voyager architecture. |
Jesper Juhl | f6b07d3 | 2007-07-15 23:41:41 -0700 | [diff] [blame] | 382 | w1/ |
| 383 | - directory with documents regarding the 1-wire (w1) subsystem. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | watchdog/ |
| 385 | - how to auto-reboot Linux if it has "fallen and can't get up". ;-) |
| 386 | x86_64/ |
| 387 | - directory with info on Linux support for AMD x86-64 (Hammer) machines. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | zorro.txt |
| 389 | - info on writing drivers for Zorro bus devices found on Amigas. |