Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[deliverable/linux.git] / Documentation / 00-INDEX
CommitLineData
1da177e4
LT
1
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.
f6b07d39
JJ
15ABI/
16 - info on kernel <-> userspace ABI and relative interface stability.
b4d2730a 17
1da177e4
LT
18BUG-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.
5ef43567
RL
26DMA-ISA-LPC.txt
27 - How to do DMA with ISA (and LPC) devices.
1da177e4
LT
28DMA-mapping.txt
29 - info for PCI drivers using DMA portably across all platforms.
30DocBook/
31 - directory with DocBook templates etc. for kernel documentation.
d36cc9d0 32HOWTO
f6b07d39 33 - the process and procedures of how to do Linux kernel development.
1da177e4
LT
34IO-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.
f6b07d39
JJ
40IRQ.txt
41 - description of what an IRQ is.
1da177e4
LT
42ManagementStyle
43 - how to (attempt to) manage kernel hackers.
44MSI-HOWTO.txt
45 - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
f6b07d39
JJ
46PCIEBUS-HOWTO.txt
47 - a guide describing the PCI Express Port Bus driver.
1da177e4
LT
48RCU/
49 - directory with info on RCU (read-copy update).
50README.DAC960
51 - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux.
f6b07d39
JJ
52README.cycladesZ
53 - info on Cyclades-Z firmware loading.
1da177e4
LT
54SAK.txt
55 - info on Secure Attention Keys.
5ef43567
RL
56SM501.txt
57 - Silicon Motion SM501 multimedia companion chip
f6b07d39
JJ
58SecurityBugs
59 - procedure for reporting security bugs found in the kernel.
60SubmitChecklist
61 - Linux kernel patch submission checklist.
1da177e4
LT
62SubmittingDrivers
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.
f6b07d39
JJ
68accounting/
69 - documentation on accounting and taskstats.
b4d2730a
LB
70acpi/
71 - info on ACPI-specific hooks in the kernel.
f6b07d39
JJ
72aoe/
73 - description of AoE (ATA over Ethernet) along with config examples.
754c7976
JJ
74applying-patches.txt
75 - description of various trees and how to apply their patches.
1da177e4
LT
76arm/
77 - directory with info about Linux on the ARM architecture.
f6b07d39
JJ
78atomic_ops.txt
79 - semantics and behavior of atomic and bitmask operations.
80auxdisplay/
81 - misc. LCD driver documentation (cfag12864b, ks0108).
1da177e4
LT
82basic_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.
f6b07d39
JJ
86blackfin/
87 - directory with documentation for the Blackfin arch.
1da177e4
LT
88block/
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.
f6b07d39
JJ
100connector/
101 - docs on the netlink based userspace<->kernel space communication mod.
102console/
103 - documentation on Linux console drivers.
1da177e4
LT
104cpqarray.txt
105 - info on using Compaq's SMART2 Intelligent Disk Array Controllers.
106cpu-freq/
107 - info on CPU frequency and voltage scaling.
f6b07d39
JJ
108cpu-hotplug.txt
109 - document describing CPU hotplug support in the Linux kernel.
110cpu-load.txt
111 - document describing how CPU load statistics are collected.
fe8e288a
VP
112cpuidle/
113 - info on CPU_IDLE, CPU idle state management subsystem.
f6b07d39
JJ
114cpusets.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.
1da177e4
LT
118cris/
119 - directory with info about Linux on CRIS architecture.
120crypto/
121 - directory with info on the Crypto API.
f6b07d39
JJ
122dcdbas.txt
123 - information on the Dell Systems Management Base Driver.
1da177e4
LT
124debugging-modules.txt
125 - some notes on debugging modules after Linux 2.6.3.
f6b07d39
JJ
126dell_rbu.txt
127 - document demonstrating the use of the Dell Remote BIOS Update driver.
1da177e4
LT
128device-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.
f6b07d39
JJ
134dontdiff
135 - file containing a list of files that should never be diff'ed.
1da177e4
LT
136driver-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.
4a6b88ca
AB
142edac.txt
143 - information on EDAC - Error Detection And Correction
1da177e4
LT
144eisa.txt
145 - info on EISA bus support.
146exception.txt
147 - how Linux v2.2 handles exceptions without verify_area etc.
f6b07d39
JJ
148fault-injection/
149 - dir with docs about the fault injection capabilities infrastructure.
1da177e4
LT
150fb/
151 - directory with info on the frame buffer graphics abstraction layer.
f6b07d39
JJ
152feature-removal-schedule.txt
153 - list of files and features that are going to be removed.
1da177e4 154filesystems/
4f3b19ca 155 - info on the vfs and the various filesystems that Linux supports.
1da177e4
LT
156firmware_class/
157 - request_firmware() hotplug interface info.
158floppy.txt
159 - notes and driver options for the floppy disk driver.
0868ff7a 160frv/
f6b07d39
JJ
161 - Fujitsu FR-V Linux documentation.
162gpio.txt
163 - overview of GPIO (General Purpose Input/Output) access conventions.
1da177e4
LT
164hayes-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.
f6b07d39
JJ
170hrtimer/
171 - info on the timer_stats debugging facility for timer (ab)use.
172hrtimers/
173 - info on the hrtimers subsystem for high-resolution kernel timers.
1da177e4
LT
174hw_random.txt
175 - info on Linux support for random number generator in i8xx chipsets.
f6b07d39
JJ
176hwmon/
177 - directory with docs on various hardware monitoring drivers.
1da177e4
LT
178i2c/
179 - directory with info about the I2C bus/protocol (2 wire, kHz speed).
180i2o/
181 - directory with info about the Linux I2O subsystem.
182i386/
183 - directory with info about Linux on Intel 32 bit architecture.
184ia64/
185 - directory with info about Linux on Intel 64 bit architecture.
f6b07d39
JJ
186infiniband/
187 - directory with documents concerning Linux InfiniBand support.
1da177e4
LT
188initrd.txt
189 - how to use the RAM disk as an initial/temporary root filesystem.
190input/
191 - info on Linux input device support.
192io_ordering.txt
193 - info on ordering I/O writes to memory-mapped addresses.
f6b07d39
JJ
194ioctl/
195 - directory with documents describing various IOCTL calls.
1da177e4
LT
196ioctl-number.txt
197 - how to implement and register device/driver ioctl calls.
198iostats.txt
199 - info on I/O statistics Linux kernel provides.
f6b07d39
JJ
200irqflags-tracing.txt
201 - how to use the irq-flags tracing feature.
1da177e4
LT
202isapnp.txt
203 - info on Linux ISA Plug & Play support.
204isdn/
205 - directory with info on the Linux ISDN support, and supported cards.
206java.txt
207 - info on the in-kernel binary support for Java(tm).
208kbuild/
209 - directory with info about the kernel build process.
f6b07d39
JJ
210kdump/
211 - directory with mini HowTo on getting the crash dump code to work.
1da177e4
LT
212kernel-doc-nano-HOWTO.txt
213 - mini HowTo on generation and location of kernel documentation files.
214kernel-docs.txt
215 - listing of various WWW + books that document kernel internals.
216kernel-parameters.txt
217 - summary listing of command line / boot prompt args for the kernel.
f6b07d39
JJ
218keys-request-key.txt
219 - description of the kernel key request service.
220keys.txt
221 - description of the kernel key retention service.
1da177e4
LT
222kobject.txt
223 - info of the kobject infrastructure of the Linux kernel.
f6b07d39
JJ
224kprobes.txt
225 - documents the kernel probes debugging feature.
226kref.txt
227 - docs on adding reference counters (krefs) to kernel objects.
d6ff3655
CC
228laptops/
229 - directory with laptop related info and laptop driver documentation.
1da177e4
LT
230ldm.txt
231 - a brief description of LDM (Windows Dynamic Disks).
f6b07d39
JJ
232leds-class.txt
233 - documents LED handling under Linux.
234local_ops.txt
235 - semantics and behavior of local atomic operations.
236lockdep-design.txt
237 - documentation on the runtime locking correctness validator.
1da177e4 238logo.gif
f6b07d39 239 - full colour GIF image of Linux logo (penguin - Tux).
1da177e4 240logo.txt
f6b07d39 241 - info on creator of above logo & site to get additional images from.
1da177e4
LT
242m68k/
243 - directory with info about Linux on Motorola 68k architecture.
244magic-number.txt
245 - list of magic numbers used to mark/protect kernel data structures.
1da177e4
LT
246mca.txt
247 - info on supporting Micro Channel Architecture (e.g. PS/2) systems.
248md.txt
249 - info on boot arguments for the multiple devices driver.
f6b07d39
JJ
250memory-barriers.txt
251 - info on Linux kernel memory barriers.
5ef43567
RL
252memory-hotplug.txt
253 - Hotpluggable memory support, how to use and current status.
1da177e4
LT
254memory.txt
255 - info on typical Linux memory problems.
256mips/
257 - directory with info about Linux on MIPS architecture.
258mono.txt
259 - how to execute Mono-based .NET binaries with the help of BINFMT_MISC.
260moxa-smartio
f6b07d39 261 - file with info on installing/using Moxa multiport serial driver.
1da177e4
LT
262mtrr.txt
263 - how to use PPro Memory Type Range Registers to increase performance.
f6b07d39
JJ
264mutex-design.txt
265 - info on the generic mutex subsystem.
2868f89f
PE
266namespaces/
267 - directory with various information about namespaces
1da177e4
LT
268nbd.txt
269 - info on a TCP implementation of a network block device.
8802f616
PM
270netlabel/
271 - directory with information on the NetLabel subsystem.
1da177e4
LT
272networking/
273 - directory with info on various aspects of networking with Linux.
274nfsroot.txt
275 - short guide on setting up a diskless box with NFS root filesystem.
276nmi_watchdog.txt
277 - info on NMI watchdog for SMP systems.
f6b07d39
JJ
278nommu-mmap.txt
279 - documentation about no-mmu memory mapping support.
1da177e4
LT
280numastat.txt
281 - info on how to read Numa policy hit/miss statistics in sysfs.
282oops-tracing.txt
283 - how to decode those nasty internal kernel error dump messages.
284paride.txt
285 - information about the parallel port IDE subsystem.
286parisc/
287 - directory with info on using Linux on PA-RISC architecture.
288parport.txt
289 - how to use the parallel-port driver.
290parport-lowlevel.txt
291 - description and usage of the low level parallel port functions.
f6b07d39
JJ
292pci-error-recovery.txt
293 - info on PCI error recovery.
1da177e4
LT
294pci.txt
295 - info on the PCI subsystem for device driver authors.
f6b07d39
JJ
296pcieaer-howto.txt
297 - the PCI Express Advanced Error Reporting Driver Guide HOWTO.
298pcmcia/
299 - info on the Linux PCMCIA driver.
300pi-futex.txt
301 - documentation on lightweight PI-futexes.
1da177e4
LT
302pnp.txt
303 - Linux Plug and Play documentation.
304power/
305 - directory with info on Linux PCI power management.
306powerpc/
307 - directory with info on using Linux with the PowerPC.
308preempt-locking.txt
309 - info on locking under a preemptive kernel.
f6b07d39
JJ
310prio_tree.txt
311 - info on radix-priority-search-tree use for indexing vmas.
1da177e4
LT
312ramdisk.txt
313 - short guide on how to set up and use the RAM disk.
f6b07d39
JJ
314rbtree.txt
315 - info on what red-black trees are and what they are for.
1da177e4
LT
316riscom8.txt
317 - notes on using the RISCom/8 multi-port serial driver.
f6b07d39
JJ
318robust-futex-ABI.txt
319 - documentation of the robust futex ABI.
320robust-futexes.txt
321 - a description of what robust futexes are.
1da177e4
LT
322rocket.txt
323 - info on the Comtrol RocketPort multiport serial driver.
324rpc-cache.txt
325 - introduction to the caching mechanisms in the sunrpc layer.
f6b07d39
JJ
326rt-mutex-design.txt
327 - description of the RealTime mutex implementation design.
328rt-mutex.txt
329 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
1da177e4
LT
330rtc.txt
331 - notes on how to use the Real Time Clock (aka CMOS clock) driver.
332s390/
333 - directory with info on using Linux on the IBM S390.
9b8eae72
BF
334scheduler/
335 - directory with info on the scheduler.
1da177e4
LT
336scsi/
337 - directory with info on Linux scsi support.
338serial/
339 - directory with info on the low level serial API.
340serial-console.txt
341 - how to set up Linux with a serial line console as the default.
f6b07d39
JJ
342sgi-ioc4.txt
343 - description of the SGI IOC4 PCI (multi function) device.
1da177e4
LT
344sgi-visws.txt
345 - short blurb on the SGI Visual Workstations.
346sh/
347 - directory with info on porting Linux to a new architecture.
348smart-config.txt
349 - description of the Smart Config makefile feature.
1da177e4
LT
350sound/
351 - directory with info on sound card support.
352sparc/
353 - directory with info on using Linux on Sparc architecture.
f6b07d39
JJ
354sparse.txt
355 - info on how to obtain and use the sparse tool for typechecking.
1da177e4
LT
356specialix.txt
357 - info on hardware/driver for specialix IO8+ multiport serial card.
f6b07d39
JJ
358spi/
359 - overview of Linux kernel Serial Peripheral Interface (SPI) support.
1da177e4
LT
360spinlocks.txt
361 - info on using spinlocks to provide exclusive access in kernel.
8907e94b
GKH
362stable_api_nonsense.txt
363 - info on why the kernel does not have a stable in-kernel api or abi.
364stable_kernel_rules.txt
365 - rules and procedures for the -stable kernel releases.
1da177e4
LT
366stallion.txt
367 - info on using the Stallion multiport serial driver.
368svga.txt
369 - short guide on selecting video modes at boot via VGA BIOS.
5ef43567
RL
370sysfs-rules.txt
371 - How not to use sysfs.
1da177e4
LT
372sx.txt
373 - info on the Specialix SX/SI multiport serial driver.
374sysctl/
375 - directory with info on the /proc/sys/* files.
376sysrq.txt
377 - info on the magic SysRq key.
378telephony/
379 - directory with info on telephony (e.g. voice over IP) support.
380time_interpolators.txt
381 - info on time interpolators.
382tipar.txt
383 - information about Parallel link cable for Texas Instruments handhelds.
384tty.txt
385 - guide to the locking policies of the tty layer.
1da177e4 386uml/
d533f671 387 - directory with information about User Mode Linux.
f6b07d39
JJ
388unicode.txt
389 - info on the Unicode character/font mapping used in Linux.
390unshare.txt
391 - description of the Linux unshare system call.
1da177e4
LT
392usb/
393 - directory with info regarding the Universal Serial Bus.
f6b07d39
JJ
394video-output.txt
395 - sysfs class driver interface to enable/disable a video output device.
1da177e4
LT
396video4linux/
397 - directory with info regarding video/TV/radio cards and linux.
398vm/
399 - directory with info on the Linux vm code.
5ef43567
RL
400volatile-considered-harmful.txt
401 - Why the "volatile" type class should not be used
1da177e4
LT
402voyager.txt
403 - guide to running Linux on the Voyager architecture.
f6b07d39
JJ
404w1/
405 - directory with documents regarding the 1-wire (w1) subsystem.
1da177e4
LT
406watchdog/
407 - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
408x86_64/
409 - directory with info on Linux support for AMD x86-64 (Hammer) machines.
1da177e4
LT
410zorro.txt
411 - info on writing drivers for Zorro bus devices found on Amigas.
This page took 0.441968 seconds and 5 git commands to generate.