blob: f7923a42e76910c1f7a4961262bb72a2b3e96710 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2This is a brief list of all the files in ./linux/Documentation and what
3they contain. If you add a documentation file, please list it here in
4alphabetical order as well, or risk being hunted down like a rabid dog.
5Please try and keep the descriptions small enough to fit on one line.
6 Thanks -- Paul G.
7
8Following 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
1300-INDEX
14 - this file.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070015ABI/
16 - info on kernel <-> userspace ABI and relative interface stability.
Len Brownb4d27302007-11-14 19:53:21 -050017
Linus Torvalds1da177e2005-04-16 15:20:36 -070018BUG-HUNTING
19 - brute force method of doing binary search of patches to find bug.
20Changes
21 - list of changes that break older software packages.
22CodingStyle
23 - how the boss likes the C code in the kernel to look.
24DMA-API.txt
25 - DMA API, pci_ API & extensions for non-consistent memory machines.
Rob Landley5ef43562007-10-16 23:31:25 -070026DMA-ISA-LPC.txt
27 - How to do DMA with ISA (and LPC) devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -070028DMA-mapping.txt
29 - info for PCI drivers using DMA portably across all platforms.
30DocBook/
31 - directory with DocBook templates etc. for kernel documentation.
Greg Kroah-Hartmand36cc9d2005-11-18 09:31:11 -080032HOWTO
Jesper Juhlf6b07d32007-07-15 23:41:41 -070033 - the process and procedures of how to do Linux kernel development.
Linus Torvalds1da177e2005-04-16 15:20:36 -070034IO-mapping.txt
35 - how to access I/O mapped memory from within device drivers.
36IPMI.txt
37 - info on Linux Intelligent Platform Management Interface (IPMI) Driver.
38IRQ-affinity.txt
39 - how to select which CPU(s) handle which interrupt events on SMP.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070040IRQ.txt
41 - description of what an IRQ is.
Linus Torvalds1da177e2005-04-16 15:20:36 -070042ManagementStyle
43 - how to (attempt to) manage kernel hackers.
44MSI-HOWTO.txt
45 - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070046PCIEBUS-HOWTO.txt
47 - a guide describing the PCI Express Port Bus driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070048RCU/
49 - directory with info on RCU (read-copy update).
50README.DAC960
51 - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070052README.cycladesZ
53 - info on Cyclades-Z firmware loading.
Linus Torvalds1da177e2005-04-16 15:20:36 -070054SAK.txt
55 - info on Secure Attention Keys.
Rob Landley5ef43562007-10-16 23:31:25 -070056SM501.txt
57 - Silicon Motion SM501 multimedia companion chip
Jesper Juhlf6b07d32007-07-15 23:41:41 -070058SecurityBugs
59 - procedure for reporting security bugs found in the kernel.
60SubmitChecklist
61 - Linux kernel patch submission checklist.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062SubmittingDrivers
63 - procedure to get a new driver source included into the kernel tree.
64SubmittingPatches
65 - procedure to get a source patch included into the kernel tree.
66VGA-softcursor.txt
67 - how to change your VGA cursor from a blinking underscore.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070068accounting/
69 - documentation on accounting and taskstats.
Len Brownb4d27302007-11-14 19:53:21 -050070acpi/
71 - info on ACPI-specific hooks in the kernel.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070072aoe/
73 - description of AoE (ATA over Ethernet) along with config examples.
Jesper Juhl754c7972005-09-09 13:10:12 -070074applying-patches.txt
75 - description of various trees and how to apply their patches.
Linus Torvalds1da177e2005-04-16 15:20:36 -070076arm/
77 - directory with info about Linux on the ARM architecture.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070078atomic_ops.txt
79 - semantics and behavior of atomic and bitmask operations.
80auxdisplay/
81 - misc. LCD driver documentation (cfag12864b, ks0108).
Linus Torvalds1da177e2005-04-16 15:20:36 -070082basic_profiling.txt
83 - basic instructions for those who wants to profile Linux kernel.
84binfmt_misc.txt
85 - info on the kernel support for extra binary formats.
Jesper Juhlf6b07d32007-07-15 23:41:41 -070086blackfin/
87 - directory with documentation for the Blackfin arch.
Linus Torvalds1da177e2005-04-16 15:20:36 -070088block/
89 - info on the Block I/O (BIO) layer.
90cachetlb.txt
91 - describes the cache/TLB flushing interfaces Linux uses.
92cciss.txt
93 - info, major/minor #'s for Compaq's SMART Array Controllers.
94cdrom/
95 - directory with information on the CD-ROM drivers that Linux has.
96cli-sti-removal.txt
97 - cli()/sti() removal guide.
98computone.txt
99 - info on Computone Intelliport II/Plus Multiport Serial Driver.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700100connector/
101 - docs on the netlink based userspace<->kernel space communication mod.
102console/
103 - documentation on Linux console drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104cpqarray.txt
105 - info on using Compaq's SMART2 Intelligent Disk Array Controllers.
106cpu-freq/
107 - info on CPU frequency and voltage scaling.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700108cpu-hotplug.txt
109 - document describing CPU hotplug support in the Linux kernel.
110cpu-load.txt
111 - document describing how CPU load statistics are collected.
Venkatesh Pallipadife8e2882008-02-14 00:16:13 -0500112cpuidle/
113 - info on CPU_IDLE, CPU idle state management subsystem.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700114cpusets.txt
115 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
116cputopology.txt
117 - documentation on how CPU topology info is exported via sysfs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118cris/
119 - directory with info about Linux on CRIS architecture.
120crypto/
121 - directory with info on the Crypto API.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700122dcdbas.txt
123 - information on the Dell Systems Management Base Driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124debugging-modules.txt
125 - some notes on debugging modules after Linux 2.6.3.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700126dell_rbu.txt
127 - document demonstrating the use of the Dell Remote BIOS Update driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128device-mapper/
129 - directory with info on Device Mapper.
130devices.txt
131 - plain ASCII listing of all the nodes in /dev/ with major minor #'s.
132digiepca.txt
133 - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700134dontdiff
135 - file containing a list of files that should never be diff'ed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136driver-model/
137 - directory with info about Linux driver model.
138dvb/
139 - info on Linux Digital Video Broadcast (DVB) subsystem.
140early-userspace/
141 - info about initramfs, klibc, and userspace early during boot.
Adrian Bunk4a6b88c2008-02-07 00:13:33 -0800142edac.txt
143 - information on EDAC - Error Detection And Correction
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144eisa.txt
145 - info on EISA bus support.
146exception.txt
147 - how Linux v2.2 handles exceptions without verify_area etc.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700148fault-injection/
149 - dir with docs about the fault injection capabilities infrastructure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150fb/
151 - directory with info on the frame buffer graphics abstraction layer.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700152feature-removal-schedule.txt
153 - list of files and features that are going to be removed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154filesystems/
J. Bruce Fields4f3b19c2007-09-24 18:52:09 -0400155 - info on the vfs and the various filesystems that Linux supports.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156firmware_class/
157 - request_firmware() hotplug interface info.
158floppy.txt
159 - notes and driver options for the floppy disk driver.
Adrian Bunk0868ff72008-02-03 15:54:28 +0200160frv/
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700161 - Fujitsu FR-V Linux documentation.
162gpio.txt
163 - overview of GPIO (General Purpose Input/Output) access conventions.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164hayes-esp.txt
165 - info on using the Hayes ESP serial driver.
166highuid.txt
167 - notes on the change from 16 bit to 32 bit user/group IDs.
168hpet.txt
169 - High Precision Event Timer Driver for Linux.
Thomas Gleixner3833eec2008-03-05 18:28:15 +0100170timers/
171 - info on the timer related topics
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172hw_random.txt
173 - info on Linux support for random number generator in i8xx chipsets.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700174hwmon/
175 - directory with docs on various hardware monitoring drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176i2c/
177 - directory with info about the I2C bus/protocol (2 wire, kHz speed).
178i2o/
179 - directory with info about the Linux I2O subsystem.
180i386/
181 - directory with info about Linux on Intel 32 bit architecture.
182ia64/
183 - directory with info about Linux on Intel 64 bit architecture.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700184infiniband/
185 - directory with documents concerning Linux InfiniBand support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186initrd.txt
187 - how to use the RAM disk as an initial/temporary root filesystem.
188input/
189 - info on Linux input device support.
190io_ordering.txt
191 - info on ordering I/O writes to memory-mapped addresses.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700192ioctl/
193 - directory with documents describing various IOCTL calls.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194ioctl-number.txt
195 - how to implement and register device/driver ioctl calls.
196iostats.txt
197 - info on I/O statistics Linux kernel provides.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700198irqflags-tracing.txt
199 - how to use the irq-flags tracing feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200isapnp.txt
201 - info on Linux ISA Plug & Play support.
202isdn/
203 - directory with info on the Linux ISDN support, and supported cards.
204java.txt
205 - info on the in-kernel binary support for Java(tm).
206kbuild/
207 - directory with info about the kernel build process.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700208kdump/
209 - directory with mini HowTo on getting the crash dump code to work.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210kernel-doc-nano-HOWTO.txt
211 - mini HowTo on generation and location of kernel documentation files.
212kernel-docs.txt
213 - listing of various WWW + books that document kernel internals.
214kernel-parameters.txt
215 - summary listing of command line / boot prompt args for the kernel.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700216keys-request-key.txt
217 - description of the kernel key request service.
218keys.txt
219 - description of the kernel key retention service.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220kobject.txt
221 - info of the kobject infrastructure of the Linux kernel.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700222kprobes.txt
223 - documents the kernel probes debugging feature.
224kref.txt
225 - docs on adding reference counters (krefs) to kernel objects.
Carlos Corbachod6ff3652008-02-09 01:32:03 +0000226laptops/
227 - directory with laptop related info and laptop driver documentation.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228ldm.txt
229 - a brief description of LDM (Windows Dynamic Disks).
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700230leds-class.txt
231 - documents LED handling under Linux.
232local_ops.txt
233 - semantics and behavior of local atomic operations.
234lockdep-design.txt
235 - documentation on the runtime locking correctness validator.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236logo.gif
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700237 - full colour GIF image of Linux logo (penguin - Tux).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238logo.txt
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700239 - info on creator of above logo & site to get additional images from.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240m68k/
241 - directory with info about Linux on Motorola 68k architecture.
242magic-number.txt
243 - list of magic numbers used to mark/protect kernel data structures.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244mca.txt
245 - info on supporting Micro Channel Architecture (e.g. PS/2) systems.
246md.txt
247 - info on boot arguments for the multiple devices driver.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700248memory-barriers.txt
249 - info on Linux kernel memory barriers.
Rob Landley5ef43562007-10-16 23:31:25 -0700250memory-hotplug.txt
251 - Hotpluggable memory support, how to use and current status.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252memory.txt
253 - info on typical Linux memory problems.
254mips/
255 - directory with info about Linux on MIPS architecture.
256mono.txt
257 - how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
258moxa-smartio
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700259 - file with info on installing/using Moxa multiport serial driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260mtrr.txt
261 - how to use PPro Memory Type Range Registers to increase performance.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700262mutex-design.txt
263 - info on the generic mutex subsystem.
Pavel Emelyanov2868f892007-11-28 16:21:39 -0800264namespaces/
265 - directory with various information about namespaces
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266nbd.txt
267 - info on a TCP implementation of a network block device.
Paul Moore8802f612006-08-03 16:45:49 -0700268netlabel/
269 - directory with information on the NetLabel subsystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270networking/
271 - directory with info on various aspects of networking with Linux.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272nmi_watchdog.txt
273 - info on NMI watchdog for SMP systems.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700274nommu-mmap.txt
275 - documentation about no-mmu memory mapping support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276numastat.txt
277 - info on how to read Numa policy hit/miss statistics in sysfs.
278oops-tracing.txt
279 - how to decode those nasty internal kernel error dump messages.
280paride.txt
281 - information about the parallel port IDE subsystem.
282parisc/
283 - directory with info on using Linux on PA-RISC architecture.
284parport.txt
285 - how to use the parallel-port driver.
286parport-lowlevel.txt
287 - description and usage of the low level parallel port functions.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700288pci-error-recovery.txt
289 - info on PCI error recovery.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290pci.txt
291 - info on the PCI subsystem for device driver authors.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700292pcieaer-howto.txt
293 - the PCI Express Advanced Error Reporting Driver Guide HOWTO.
294pcmcia/
295 - info on the Linux PCMCIA driver.
296pi-futex.txt
297 - documentation on lightweight PI-futexes.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298pnp.txt
299 - Linux Plug and Play documentation.
300power/
301 - directory with info on Linux PCI power management.
302powerpc/
303 - directory with info on using Linux with the PowerPC.
304preempt-locking.txt
305 - info on locking under a preemptive kernel.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700306prio_tree.txt
307 - info on radix-priority-search-tree use for indexing vmas.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308ramdisk.txt
309 - short guide on how to set up and use the RAM disk.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700310rbtree.txt
311 - info on what red-black trees are and what they are for.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312riscom8.txt
313 - notes on using the RISCom/8 multi-port serial driver.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700314robust-futex-ABI.txt
315 - documentation of the robust futex ABI.
316robust-futexes.txt
317 - a description of what robust futexes are.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318rocket.txt
319 - info on the Comtrol RocketPort multiport serial driver.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700320rt-mutex-design.txt
321 - description of the RealTime mutex implementation design.
322rt-mutex.txt
323 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324rtc.txt
325 - notes on how to use the Real Time Clock (aka CMOS clock) driver.
326s390/
327 - directory with info on using Linux on the IBM S390.
J. Bruce Fields9b8eae72008-02-07 00:13:37 -0800328scheduler/
329 - directory with info on the scheduler.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330scsi/
331 - directory with info on Linux scsi support.
332serial/
333 - directory with info on the low level serial API.
334serial-console.txt
335 - how to set up Linux with a serial line console as the default.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700336sgi-ioc4.txt
337 - description of the SGI IOC4 PCI (multi function) device.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338sgi-visws.txt
339 - short blurb on the SGI Visual Workstations.
340sh/
341 - directory with info on porting Linux to a new architecture.
342smart-config.txt
343 - description of the Smart Config makefile feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344sound/
345 - directory with info on sound card support.
346sparc/
347 - directory with info on using Linux on Sparc architecture.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700348sparse.txt
349 - info on how to obtain and use the sparse tool for typechecking.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350specialix.txt
351 - info on hardware/driver for specialix IO8+ multiport serial card.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700352spi/
353 - overview of Linux kernel Serial Peripheral Interface (SPI) support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354spinlocks.txt
355 - info on using spinlocks to provide exclusive access in kernel.
Greg Kroah-Hartman8907e942005-11-18 09:31:15 -0800356stable_api_nonsense.txt
357 - info on why the kernel does not have a stable in-kernel api or abi.
358stable_kernel_rules.txt
359 - rules and procedures for the -stable kernel releases.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360stallion.txt
361 - info on using the Stallion multiport serial driver.
362svga.txt
363 - short guide on selecting video modes at boot via VGA BIOS.
Rob Landley5ef43562007-10-16 23:31:25 -0700364sysfs-rules.txt
365 - How not to use sysfs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366sx.txt
367 - info on the Specialix SX/SI multiport serial driver.
368sysctl/
369 - directory with info on the /proc/sys/* files.
370sysrq.txt
371 - info on the magic SysRq key.
372telephony/
373 - directory with info on telephony (e.g. voice over IP) support.
374time_interpolators.txt
375 - info on time interpolators.
376tipar.txt
377 - information about Parallel link cable for Texas Instruments handhelds.
378tty.txt
379 - guide to the locking policies of the tty layer.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380uml/
Tobias Klauserd533f672005-09-10 00:26:46 -0700381 - directory with information about User Mode Linux.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700382unicode.txt
383 - info on the Unicode character/font mapping used in Linux.
384unshare.txt
385 - description of the Linux unshare system call.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386usb/
387 - directory with info regarding the Universal Serial Bus.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700388video-output.txt
389 - sysfs class driver interface to enable/disable a video output device.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390video4linux/
391 - directory with info regarding video/TV/radio cards and linux.
392vm/
393 - directory with info on the Linux vm code.
Rob Landley5ef43562007-10-16 23:31:25 -0700394volatile-considered-harmful.txt
395 - Why the "volatile" type class should not be used
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396voyager.txt
397 - guide to running Linux on the Voyager architecture.
Jesper Juhlf6b07d32007-07-15 23:41:41 -0700398w1/
399 - directory with documents regarding the 1-wire (w1) subsystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400watchdog/
401 - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
402x86_64/
403 - directory with info on Linux support for AMD x86-64 (Hammer) machines.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404zorro.txt
405 - info on writing drivers for Zorro bus devices found on Amigas.