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