aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/00-INDEX
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-10-17 02:31:25 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 11:43:06 -0400
commit5ef43567c55c758c651f8339d01678f12d54ac2a (patch)
treed4682596cb2355bf085fb3f21ee89bd59b5716e6 /Documentation/00-INDEX
parentf0ae5669be0ec8b93d6e6f56001c60c3113df694 (diff)
Add missing entries to top level Documentation/00-INDEX
Add missing entries to Documentation/00-INDEX Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/00-INDEX')
-rw-r--r--Documentation/00-INDEX16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index c46cac3733a9..299615d821ac 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -22,6 +22,8 @@ CodingStyle
22 - how the boss likes the C code in the kernel to look. 22 - how the boss likes the C code in the kernel to look.
23DMA-API.txt 23DMA-API.txt
24 - DMA API, pci_ API & extensions for non-consistent memory machines. 24 - DMA API, pci_ API & extensions for non-consistent memory machines.
25DMA-ISA-LPC.txt
26 - How to do DMA with ISA (and LPC) devices.
25DMA-mapping.txt 27DMA-mapping.txt
26 - info for PCI drivers using DMA portably across all platforms. 28 - info for PCI drivers using DMA portably across all platforms.
27DocBook/ 29DocBook/
@@ -50,6 +52,8 @@ README.cycladesZ
50 - info on Cyclades-Z firmware loading. 52 - info on Cyclades-Z firmware loading.
51SAK.txt 53SAK.txt
52 - info on Secure Attention Keys. 54 - info on Secure Attention Keys.
55SM501.txt
56 - Silicon Motion SM501 multimedia companion chip
53SecurityBugs 57SecurityBugs
54 - procedure for reporting security bugs found in the kernel. 58 - procedure for reporting security bugs found in the kernel.
55SubmitChecklist 59SubmitChecklist
@@ -244,6 +248,8 @@ md.txt
244 - info on boot arguments for the multiple devices driver. 248 - info on boot arguments for the multiple devices driver.
245memory-barriers.txt 249memory-barriers.txt
246 - info on Linux kernel memory barriers. 250 - info on Linux kernel memory barriers.
251memory-hotplug.txt
252 - Hotpluggable memory support, how to use and current status.
247memory.txt 253memory.txt
248 - info on typical Linux memory problems. 254 - info on typical Linux memory problems.
249mips/ 255mips/
@@ -294,6 +300,8 @@ pm.txt
294 - info on Linux power management support. 300 - info on Linux power management support.
295pnp.txt 301pnp.txt
296 - Linux Plug and Play documentation. 302 - Linux Plug and Play documentation.
303power_supply_class.txt
304 - Tells userspace about battery, UPS, AC or DC power supply properties
297power/ 305power/
298 - directory with info on Linux PCI power management. 306 - directory with info on Linux PCI power management.
299powerpc/ 307powerpc/
@@ -330,8 +338,12 @@ sched-coding.txt
330 - reference for various scheduler-related methods in the O(1) scheduler. 338 - reference for various scheduler-related methods in the O(1) scheduler.
331sched-design.txt 339sched-design.txt
332 - goals, design and implementation of the Linux O(1) scheduler. 340 - goals, design and implementation of the Linux O(1) scheduler.
341sched-design-CFS.txt
342 - goals, design and implementation of the Complete Fair Scheduler.
333sched-domains.txt 343sched-domains.txt
334 - information on scheduling domains. 344 - information on scheduling domains.
345sched-nice-design.txt
346 - How and why the scheduler's nice levels are implemented.
335sched-stats.txt 347sched-stats.txt
336 - information on schedstats (Linux Scheduler Statistics). 348 - information on schedstats (Linux Scheduler Statistics).
337scsi/ 349scsi/
@@ -376,6 +388,8 @@ stallion.txt
376 - info on using the Stallion multiport serial driver. 388 - info on using the Stallion multiport serial driver.
377svga.txt 389svga.txt
378 - short guide on selecting video modes at boot via VGA BIOS. 390 - short guide on selecting video modes at boot via VGA BIOS.
391sysfs-rules.txt
392 - How not to use sysfs.
379sx.txt 393sx.txt
380 - info on the Specialix SX/SI multiport serial driver. 394 - info on the Specialix SX/SI multiport serial driver.
381sysctl/ 395sysctl/
@@ -406,6 +420,8 @@ video4linux/
406 - directory with info regarding video/TV/radio cards and linux. 420 - directory with info regarding video/TV/radio cards and linux.
407vm/ 421vm/
408 - directory with info on the Linux vm code. 422 - directory with info on the Linux vm code.
423volatile-considered-harmful.txt
424 - Why the "volatile" type class should not be used
409voyager.txt 425voyager.txt
410 - guide to running Linux on the Voyager architecture. 426 - guide to running Linux on the Voyager architecture.
411w1/ 427w1/