00-INDEX 10 KB

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