00-INDEX 15 KB

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