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