RHEL4/Documentation/00-INDEX
<<
>>
Prefs
   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.
  15BK-usage/
  16        - directory with info on BitKeeper.
  17BUG-HUNTING
  18        - brute force method of doing binary search of patches to find bug.
  19Changes
  20        - list of changes that break older software packages.
  21CodingStyle
  22        - how the boss likes the C code in the kernel to look.
  23DMA-mapping.txt
  24        - info for PCI drivers using DMA portably across all platforms.
  25DocBook/
  26        - directory with DocBook templates etc. for kernel documentation.
  27IO-mapping.txt
  28        - how to access I/O mapped memory from within device drivers.
  29IPMI.txt
  30        - info on Linux Intelligent Platform Management Interface (IPMI) Driver.
  31IRQ-affinity.txt
  32        - how to select which CPU(s) handle which interrupt events on SMP.
  33MSI-HOWTO.txt
  34        - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
  35README.DAC960
  36        - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux.
  37README.moxa
  38        - release notes for Moxa mutiport serial card.
  39SAK.txt
  40        - info on Secure Attention Keys.
  41SubmittingDrivers
  42        - procedure to get a new driver source included into the kernel tree.
  43SubmittingPatches
  44        - procedure to get a source patch included into the kernel tree.
  45VGA-softcursor.txt
  46        - how to change your VGA cursor from a blinking underscore.
  47arm/
  48        - directory with info about Linux on the ARM architecture.
  49as-iosched.txt
  50        - info on anticipatory IO scheduler.
  51basic_profiling.txt
  52        - basic instructions for those who wants to profile Linux kernel.
  53binfmt_misc.txt
  54        - info on the kernel support for extra binary formats.
  55block/
  56        - info on the Block I/O (BIO) layer.
  57cachetlb.txt
  58        - describes the cache/TLB flushing interfaces Linux uses.
  59cciss.txt
  60        - info, major/minor #'s for Compaq's SMART Array Controllers.
  61cdrom/
  62        - directory with information on the CD-ROM drivers that Linux has.
  63computone.txt
  64        - info on Computone Intelliport II/Plus Multiport Serial Driver.
  65cpqarray.txt
  66        - info on using Compaq's SMART2 Intelligent Disk Array Controllers.
  67cpufreq/
  68        - info on CPU frequency and voltage scaling.
  69cris/
  70        - directory with info about Linux on CRIS architecture.
  71debugging-modules.txt
  72        - some notes on debugging modules after Linux 2.6.3.
  73devices.txt
  74        - plain ASCII listing of all the nodes in /dev/ with major minor #'s.
  75digiboard.txt
  76        - info on the Digiboard PC/X{i,e,eve} multiport boards.
  77digiepca.txt
  78        - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards.
  79dnotify.txt
  80        - info about directory notification in Linux.
  81driver-model/
  82        - directory with info about Linux driver model.
  83dvb/
  84        - info on Linux Digital Video Broadcast (DVB) subsystem.
  85early-userspace/
  86        - info about initramfs, klibc, and userspace early during boot.
  87eisa.txt
  88        - info on EISA bus support.
  89exception.txt
  90        - how Linux v2.2 handles exceptions without verify_area etc.
  91fb/
  92        - directory with info on the frame buffer graphics abstraction layer.
  93filesystems/
  94        - directory with info on the various filesystems that Linux supports.
  95floppy.txt
  96        - notes and driver options for the floppy disk driver.
  97ftape.txt
  98        - notes about the floppy tape device driver.
  99hayes-esp.txt
 100        - info on using the Hayes ESP serial driver.
 101highuid.txt
 102        - notes on the change from 16 bit to 32 bit user/group IDs.
 103hw_random.txt
 104        - info on Linux support for random number generator in i8xx chipsets.
 105i2c/
 106        - directory with info about the I2C bus/protocol (2 wire, kHz speed).
 107i386/
 108        - directory with info about Linux on Intel 32 bit architecture.
 109ia64/
 110        - directory with info about Linux on Intel 64 bit architecture.
 111ide.txt
 112        - important info for users of ATA devices (IDE/EIDE disks and CD-ROMS).
 113initrd.txt
 114        - how to use the RAM disk as an initial/temporary root filesystem.
 115input/
 116        - info on Linux input device support.
 117ioctl-number.txt
 118        - how to implement and register device/driver ioctl calls.
 119iostats.txt
 120        - info on I/O statistics Linux kernel provides.
 121isapnp.txt
 122        - info on Linux ISA Plug & Play support.
 123isdn/
 124        - directory with info on the Linux ISDN support, and supported cards.
 125java.txt
 126        - info on the in-kernel binary support for Java(tm).
 127kbuild/
 128        - directory with info about the kernel build process.
 129kernel-doc-nano-HOWTO.txt
 130        - mini HowTo on generation and location of kernel documentation files.
 131kernel-docs.txt
 132        - listing of various WWW + books that document kernel internals.
 133kernel-parameters.txt
 134        - summary listing of command line / boot prompt args for the kernel.
 135kobject.txt
 136        - info of the kobject infrastructure of the Linux kernel.
 137ldm.txt
 138        - a brief description of LDM (Windows Dynamic Disks).
 139locks.txt
 140        - info on file locking implementations, flock() vs. fcntl(), etc.
 141logo.gif
 142        - Full colour GIF image of Linux logo (penguin).
 143logo.txt
 144        - Info on creator of above logo & site to get additional images from.
 145m68k/
 146        - directory with info about Linux on Motorola 68k architecture.
 147magic-number.txt
 148        - list of magic numbers used to mark/protect kernel data structures.
 149mandatory.txt
 150        - info on the Linux implementation of Sys V mandatory file locking.
 151mca.txt
 152        - info on supporting Micro Channel Architecture (e.g. PS/2) systems.
 153md.txt
 154        - info on boot arguments for the multiple devices driver.
 155memory.txt
 156        - info on typical Linux memory problems.
 157mips/
 158        - directory with info about Linux on MIPS architecture.
 159mkdev.cciss
 160        - script to make /dev entries for SMART controllers (see cciss.txt).
 161mkdev.ida
 162        - script to make /dev entries for Intelligent Disk Array Controllers.
 163moxa-smartio
 164        - info on installing/using Moxa multiport serial driver.
 165mtrr.txt
 166        - how to use PPro Memory Type Range Registers to increase performance.
 167nbd.txt
 168        - info on a TCP implementation of a network block device.
 169networking/
 170        - directory with info on various aspects of networking with Linux.
 171nfsroot.txt
 172        - short guide on setting up a diskless box with NFS root filesystem.
 173nmi_watchdog.txt
 174        - info on NMI watchdog for SMP systems.
 175oops-tracing.txt
 176        - how to decode those nasty internal kernel error dump messages.
 177paride.txt
 178        - information about the parallel port IDE subsystem.
 179parisc/
 180        - directory with info on using Linux on PA-RISC architecture.
 181parport.txt
 182        - how to use the parallel-port driver.
 183parport-lowlevel.txt
 184        - description and usage of the low level parallel port functions.
 185pci.txt
 186        - info on the PCI subsystem for device driver authors.
 187pm.txt
 188        - info on Linux power management support.
 189pnp.txt
 190        - Linux Plug and Play documentation.
 191power/
 192        - directory with info on Linux PCI power management.
 193powerpc/
 194        - directory with info on using Linux with the PowerPC.
 195preempt-locking.txt
 196        - info on locking under a preemptive kernel.
 197ramdisk.txt
 198        - short guide on how to set up and use the RAM disk.
 199riscom8.txt
 200        - notes on using the RISCom/8 multi-port serial driver.
 201rocket.txt
 202        - info on installing/using the Comtrol RocketPort multiport serial driver.
 203rpc-cache.txt
 204        - introduction to the caching mechanisms in the sunrpc layer.
 205rtc.txt
 206        - notes on how to use the Real Time Clock (aka CMOS clock) driver.
 207s390/
 208        - directory with info on using Linux on the IBM S390.
 209sched-design.txt
 210        - goals, design and implementation of the Linux O(1) scheduler.
 211scsi/
 212        - directory with info on Linux scsi support.
 213serial-console.txt
 214        - how to set up Linux with a serial line console as the default.
 215sgi-visws.txt
 216        - short blurb on the SGI Visual Workstations.
 217sh/
 218        - directory with info on porting Linux to a new architecture.
 219smart-config.txt
 220        - description of the Smart Config makefile feature.
 221smp.txt
 222        - a few notes on symmetric multi-processing.
 223sonypi.txt
 224        - info on Linux Sony Programmable I/O Device support.
 225sound/
 226        - directory with info on sound card support.
 227sparc/
 228        - directory with info on using Linux on Sparc architecture.
 229specialix.txt
 230        - info on hardware/driver for specialix IO8+ multiport serial card.
 231spinlocks.txt
 232        - info on using spinlocks to provide exclusive access in kernel.
 233stallion.txt
 234        - info on using the Stallion multiport serial driver.
 235svga.txt
 236        - short guide on selecting video modes at boot via VGA BIOS.
 237sx.txt
 238        - info on the Specialix SX/SI multiport serial driver.
 239sysctl/
 240        - directory with info on the /proc/sys/* files.
 241sysrq.txt
 242        - info on the magic SysRq key.
 243telephony/
 244        - directory with info on telephony (e.g. voice over IP) support.
 245unicode.txt
 246        - info on the Unicode character/font mapping used in Linux.
 247usb/
 248        - directory with info regarding the Universal Serial Bus.
 249video4linux/
 250        - directory with info regarding video/TV/radio cards and linux.
 251vm/
 252        - directory with info on the Linux vm code.
 253watchdog/
 254        - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
 255x86_64/
 256        - directory with info on Linux support for AMD x86-64 (Hammer) machines.
 257xterm-linux.xpm
 258        - XPM image of penguin logo (see logo.txt) sitting on an xterm.
 259zorro.txt
 260        - info on writing drivers for Zorro bus devices found on Amigas.
 261