diff options
author | Rob Landley <rob@landley.net> | 2007-10-17 02:31:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:06 -0400 |
commit | 5ef43567c55c758c651f8339d01678f12d54ac2a (patch) | |
tree | d4682596cb2355bf085fb3f21ee89bd59b5716e6 | |
parent | f0ae5669be0ec8b93d6e6f56001c60c3113df694 (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>
-rw-r--r-- | Documentation/00-INDEX | 16 |
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. |
23 | DMA-API.txt | 23 | DMA-API.txt |
24 | - DMA API, pci_ API & extensions for non-consistent memory machines. | 24 | - DMA API, pci_ API & extensions for non-consistent memory machines. |
25 | DMA-ISA-LPC.txt | ||
26 | - How to do DMA with ISA (and LPC) devices. | ||
25 | DMA-mapping.txt | 27 | DMA-mapping.txt |
26 | - info for PCI drivers using DMA portably across all platforms. | 28 | - info for PCI drivers using DMA portably across all platforms. |
27 | DocBook/ | 29 | DocBook/ |
@@ -50,6 +52,8 @@ README.cycladesZ | |||
50 | - info on Cyclades-Z firmware loading. | 52 | - info on Cyclades-Z firmware loading. |
51 | SAK.txt | 53 | SAK.txt |
52 | - info on Secure Attention Keys. | 54 | - info on Secure Attention Keys. |
55 | SM501.txt | ||
56 | - Silicon Motion SM501 multimedia companion chip | ||
53 | SecurityBugs | 57 | SecurityBugs |
54 | - procedure for reporting security bugs found in the kernel. | 58 | - procedure for reporting security bugs found in the kernel. |
55 | SubmitChecklist | 59 | SubmitChecklist |
@@ -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. |
245 | memory-barriers.txt | 249 | memory-barriers.txt |
246 | - info on Linux kernel memory barriers. | 250 | - info on Linux kernel memory barriers. |
251 | memory-hotplug.txt | ||
252 | - Hotpluggable memory support, how to use and current status. | ||
247 | memory.txt | 253 | memory.txt |
248 | - info on typical Linux memory problems. | 254 | - info on typical Linux memory problems. |
249 | mips/ | 255 | mips/ |
@@ -294,6 +300,8 @@ pm.txt | |||
294 | - info on Linux power management support. | 300 | - info on Linux power management support. |
295 | pnp.txt | 301 | pnp.txt |
296 | - Linux Plug and Play documentation. | 302 | - Linux Plug and Play documentation. |
303 | power_supply_class.txt | ||
304 | - Tells userspace about battery, UPS, AC or DC power supply properties | ||
297 | power/ | 305 | power/ |
298 | - directory with info on Linux PCI power management. | 306 | - directory with info on Linux PCI power management. |
299 | powerpc/ | 307 | powerpc/ |
@@ -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. |
331 | sched-design.txt | 339 | sched-design.txt |
332 | - goals, design and implementation of the Linux O(1) scheduler. | 340 | - goals, design and implementation of the Linux O(1) scheduler. |
341 | sched-design-CFS.txt | ||
342 | - goals, design and implementation of the Complete Fair Scheduler. | ||
333 | sched-domains.txt | 343 | sched-domains.txt |
334 | - information on scheduling domains. | 344 | - information on scheduling domains. |
345 | sched-nice-design.txt | ||
346 | - How and why the scheduler's nice levels are implemented. | ||
335 | sched-stats.txt | 347 | sched-stats.txt |
336 | - information on schedstats (Linux Scheduler Statistics). | 348 | - information on schedstats (Linux Scheduler Statistics). |
337 | scsi/ | 349 | scsi/ |
@@ -376,6 +388,8 @@ stallion.txt | |||
376 | - info on using the Stallion multiport serial driver. | 388 | - info on using the Stallion multiport serial driver. |
377 | svga.txt | 389 | svga.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. |
391 | sysfs-rules.txt | ||
392 | - How not to use sysfs. | ||
379 | sx.txt | 393 | sx.txt |
380 | - info on the Specialix SX/SI multiport serial driver. | 394 | - info on the Specialix SX/SI multiport serial driver. |
381 | sysctl/ | 395 | sysctl/ |
@@ -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. |
407 | vm/ | 421 | vm/ |
408 | - directory with info on the Linux vm code. | 422 | - directory with info on the Linux vm code. |
423 | volatile-considered-harmful.txt | ||
424 | - Why the "volatile" type class should not be used | ||
409 | voyager.txt | 425 | voyager.txt |
410 | - guide to running Linux on the Voyager architecture. | 426 | - guide to running Linux on the Voyager architecture. |
411 | w1/ | 427 | w1/ |