Commit 5ef43567 authored by Rob Landley's avatar Rob Landley Committed by Linus Torvalds

Add missing entries to top level Documentation/00-INDEX

Add missing entries to Documentation/00-INDEX
Signed-off-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f0ae5669
...@@ -22,6 +22,8 @@ CodingStyle ...@@ -22,6 +22,8 @@ CodingStyle
- how the boss likes the C code in the kernel to look. - how the boss likes the C code in the kernel to look.
DMA-API.txt DMA-API.txt
- DMA API, pci_ API & extensions for non-consistent memory machines. - DMA API, pci_ API & extensions for non-consistent memory machines.
DMA-ISA-LPC.txt
- How to do DMA with ISA (and LPC) devices.
DMA-mapping.txt DMA-mapping.txt
- info for PCI drivers using DMA portably across all platforms. - info for PCI drivers using DMA portably across all platforms.
DocBook/ DocBook/
...@@ -50,6 +52,8 @@ README.cycladesZ ...@@ -50,6 +52,8 @@ README.cycladesZ
- info on Cyclades-Z firmware loading. - info on Cyclades-Z firmware loading.
SAK.txt SAK.txt
- info on Secure Attention Keys. - info on Secure Attention Keys.
SM501.txt
- Silicon Motion SM501 multimedia companion chip
SecurityBugs SecurityBugs
- procedure for reporting security bugs found in the kernel. - procedure for reporting security bugs found in the kernel.
SubmitChecklist SubmitChecklist
...@@ -244,6 +248,8 @@ md.txt ...@@ -244,6 +248,8 @@ md.txt
- info on boot arguments for the multiple devices driver. - info on boot arguments for the multiple devices driver.
memory-barriers.txt memory-barriers.txt
- info on Linux kernel memory barriers. - info on Linux kernel memory barriers.
memory-hotplug.txt
- Hotpluggable memory support, how to use and current status.
memory.txt memory.txt
- info on typical Linux memory problems. - info on typical Linux memory problems.
mips/ mips/
...@@ -294,6 +300,8 @@ pm.txt ...@@ -294,6 +300,8 @@ pm.txt
- info on Linux power management support. - info on Linux power management support.
pnp.txt pnp.txt
- Linux Plug and Play documentation. - Linux Plug and Play documentation.
power_supply_class.txt
- Tells userspace about battery, UPS, AC or DC power supply properties
power/ power/
- directory with info on Linux PCI power management. - directory with info on Linux PCI power management.
powerpc/ powerpc/
...@@ -330,8 +338,12 @@ sched-coding.txt ...@@ -330,8 +338,12 @@ sched-coding.txt
- reference for various scheduler-related methods in the O(1) scheduler. - reference for various scheduler-related methods in the O(1) scheduler.
sched-design.txt sched-design.txt
- goals, design and implementation of the Linux O(1) scheduler. - goals, design and implementation of the Linux O(1) scheduler.
sched-design-CFS.txt
- goals, design and implementation of the Complete Fair Scheduler.
sched-domains.txt sched-domains.txt
- information on scheduling domains. - information on scheduling domains.
sched-nice-design.txt
- How and why the scheduler's nice levels are implemented.
sched-stats.txt sched-stats.txt
- information on schedstats (Linux Scheduler Statistics). - information on schedstats (Linux Scheduler Statistics).
scsi/ scsi/
...@@ -376,6 +388,8 @@ stallion.txt ...@@ -376,6 +388,8 @@ stallion.txt
- info on using the Stallion multiport serial driver. - info on using the Stallion multiport serial driver.
svga.txt svga.txt
- short guide on selecting video modes at boot via VGA BIOS. - short guide on selecting video modes at boot via VGA BIOS.
sysfs-rules.txt
- How not to use sysfs.
sx.txt sx.txt
- info on the Specialix SX/SI multiport serial driver. - info on the Specialix SX/SI multiport serial driver.
sysctl/ sysctl/
...@@ -406,6 +420,8 @@ video4linux/ ...@@ -406,6 +420,8 @@ video4linux/
- directory with info regarding video/TV/radio cards and linux. - directory with info regarding video/TV/radio cards and linux.
vm/ vm/
- directory with info on the Linux vm code. - directory with info on the Linux vm code.
volatile-considered-harmful.txt
- Why the "volatile" type class should not be used
voyager.txt voyager.txt
- guide to running Linux on the Voyager architecture. - guide to running Linux on the Voyager architecture.
w1/ w1/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment