00-INDEX 12 KB

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