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