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