Commit 5ef43567c55c758c651f8339d01678f12d54ac2a

Authored by Rob Landley
Committed by Linus Torvalds
1 parent f0ae5669be

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>

Showing 1 changed file with 16 additions and 0 deletions Side-by-side Diff

Documentation/00-INDEX
... ... @@ -22,6 +22,8 @@
22 22 - how the boss likes the C code in the kernel to look.
23 23 DMA-API.txt
24 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 27 DMA-mapping.txt
26 28 - info for PCI drivers using DMA portably across all platforms.
27 29 DocBook/
... ... @@ -50,6 +52,8 @@
50 52 - info on Cyclades-Z firmware loading.
51 53 SAK.txt
52 54 - info on Secure Attention Keys.
  55 +SM501.txt
  56 + - Silicon Motion SM501 multimedia companion chip
53 57 SecurityBugs
54 58 - procedure for reporting security bugs found in the kernel.
55 59 SubmitChecklist
... ... @@ -244,6 +248,8 @@
244 248 - info on boot arguments for the multiple devices driver.
245 249 memory-barriers.txt
246 250 - info on Linux kernel memory barriers.
  251 +memory-hotplug.txt
  252 + - Hotpluggable memory support, how to use and current status.
247 253 memory.txt
248 254 - info on typical Linux memory problems.
249 255 mips/
... ... @@ -294,6 +300,8 @@
294 300 - info on Linux power management support.
295 301 pnp.txt
296 302 - Linux Plug and Play documentation.
  303 +power_supply_class.txt
  304 + - Tells userspace about battery, UPS, AC or DC power supply properties
297 305 power/
298 306 - directory with info on Linux PCI power management.
299 307 powerpc/
300 308  
... ... @@ -330,8 +338,12 @@
330 338 - reference for various scheduler-related methods in the O(1) scheduler.
331 339 sched-design.txt
332 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 343 sched-domains.txt
334 344 - information on scheduling domains.
  345 +sched-nice-design.txt
  346 + - How and why the scheduler's nice levels are implemented.
335 347 sched-stats.txt
336 348 - information on schedstats (Linux Scheduler Statistics).
337 349 scsi/
... ... @@ -376,6 +388,8 @@
376 388 - info on using the Stallion multiport serial driver.
377 389 svga.txt
378 390 - short guide on selecting video modes at boot via VGA BIOS.
  391 +sysfs-rules.txt
  392 + - How not to use sysfs.
379 393 sx.txt
380 394 - info on the Specialix SX/SI multiport serial driver.
381 395 sysctl/
... ... @@ -406,6 +420,8 @@
406 420 - directory with info regarding video/TV/radio cards and linux.
407 421 vm/
408 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 425 voyager.txt
410 426 - guide to running Linux on the Voyager architecture.
411 427 w1/