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