diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 12:18:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 12:18:16 -0700 |
commit | d1b5726358ccebcf614fc9f97cdf3354178dcb80 (patch) | |
tree | d7bbd8e24bd312d9c2c18fc18f12f6a8ce9b084f /Documentation/00-INDEX | |
parent | c472273f863c80b87e53356256c5466df24328f0 (diff) | |
parent | 656e6c0050fd63ce42c55a6cb454a9b4b2f9ccf7 (diff) | |
download | linux-d1b5726358ccebcf614fc9f97cdf3354178dcb80.tar.gz linux-d1b5726358ccebcf614fc9f97cdf3354178dcb80.tar.bz2 linux-d1b5726358ccebcf614fc9f97cdf3354178dcb80.zip |
Merge branch 'docs' of git://git.lwn.net/linux-2.6
* 'docs' of git://git.lwn.net/linux-2.6:
Document panic_on_unrecovered_nmi sysctl
Add a reference to paper to SubmittingPatches
Add kerneldoc documentation for new printk format extensions
Remove videobook.tmpl
doc: Test-by?
Add the development process document
Documentation/block/data-integrity.txt: Fix section numbers
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r-- | Documentation/00-INDEX | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 438277800103..7286ad090db7 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -21,6 +21,9 @@ Changes - list of changes that break older software packages. CodingStyle - how the boss likes the C code in the kernel to look. +development-process/ + - An extended tutorial on how to work with the kernel development + process. DMA-API.txt - DMA API, pci_ API & extensions for non-consistent memory machines. DMA-ISA-LPC.txt |