diff options
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r-- | Documentation/00-INDEX | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 433cf5e9ae04..5f7f7d7f77d2 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -24,6 +24,8 @@ DMA-mapping.txt | |||
24 | - info for PCI drivers using DMA portably across all platforms. | 24 | - info for PCI drivers using DMA portably across all platforms. |
25 | DocBook/ | 25 | DocBook/ |
26 | - directory with DocBook templates etc. for kernel documentation. | 26 | - directory with DocBook templates etc. for kernel documentation. |
27 | HOWTO | ||
28 | - The process and procedures of how to do Linux kernel development. | ||
27 | IO-mapping.txt | 29 | IO-mapping.txt |
28 | - how to access I/O mapped memory from within device drivers. | 30 | - how to access I/O mapped memory from within device drivers. |
29 | IPMI.txt | 31 | IPMI.txt |
@@ -256,6 +258,10 @@ specialix.txt | |||
256 | - info on hardware/driver for specialix IO8+ multiport serial card. | 258 | - info on hardware/driver for specialix IO8+ multiport serial card. |
257 | spinlocks.txt | 259 | spinlocks.txt |
258 | - info on using spinlocks to provide exclusive access in kernel. | 260 | - info on using spinlocks to provide exclusive access in kernel. |
261 | stable_api_nonsense.txt | ||
262 | - info on why the kernel does not have a stable in-kernel api or abi. | ||
263 | stable_kernel_rules.txt | ||
264 | - rules and procedures for the -stable kernel releases. | ||
259 | stallion.txt | 265 | stallion.txt |
260 | - info on using the Stallion multiport serial driver. | 266 | - info on using the Stallion multiport serial driver. |
261 | svga.txt | 267 | svga.txt |