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