diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-10-06 18:12:29 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-10-10 09:12:09 -0400 |
commit | f59c668c0b898bbeba7179cd34e38a53e2f86c42 (patch) | |
tree | 17fa7e7cf4ee384d24fb95ec9bc69eda0044b32b | |
parent | 184892925118d924aa9304b466946ae18c029932 (diff) |
Doc: update 00-INDEX files to reflect the runnable code move
Update 00-INDEX files with the current file list to reflect the runnable
code move.
Acked-by: Michal Marek <mmarek@suse.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-rw-r--r-- | Documentation/00-INDEX | 3 | ||||
-rw-r--r-- | Documentation/arm/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/filesystems/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/networking/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/spi/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/timers/00-INDEX | 4 |
6 files changed, 2 insertions, 13 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index cb9a6c6fa83b..3acc4f1a6f84 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -46,7 +46,8 @@ IRQ.txt | |||
46 | Intel-IOMMU.txt | 46 | Intel-IOMMU.txt |
47 | - basic info on the Intel IOMMU virtualization support. | 47 | - basic info on the Intel IOMMU virtualization support. |
48 | Makefile | 48 | Makefile |
49 | - some files in Documentation dir are actually sample code to build | 49 | - This file does nothing. Removing it breaks make htmldocs and |
50 | make distclean. | ||
50 | ManagementStyle | 51 | ManagementStyle |
51 | - how to (attempt to) manage kernel hackers. | 52 | - how to (attempt to) manage kernel hackers. |
52 | RCU/ | 53 | RCU/ |
diff --git a/Documentation/arm/00-INDEX b/Documentation/arm/00-INDEX index dea011c8d7c7..b6e69fd371c4 100644 --- a/Documentation/arm/00-INDEX +++ b/Documentation/arm/00-INDEX | |||
@@ -8,8 +8,6 @@ Interrupts | |||
8 | - ARM Interrupt subsystem documentation | 8 | - ARM Interrupt subsystem documentation |
9 | IXP4xx | 9 | IXP4xx |
10 | - Intel IXP4xx Network processor. | 10 | - Intel IXP4xx Network processor. |
11 | Makefile | ||
12 | - Build sourcefiles as part of the Documentation-build for arm | ||
13 | Netwinder | 11 | Netwinder |
14 | - Netwinder specific documentation | 12 | - Netwinder specific documentation |
15 | Porting | 13 | Porting |
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index 9922939e7d99..f66e748fc5e4 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX | |||
@@ -2,8 +2,6 @@ | |||
2 | - this file (info on some of the filesystems supported by linux). | 2 | - this file (info on some of the filesystems supported by linux). |
3 | Locking | 3 | Locking |
4 | - info on locking rules as they pertain to Linux VFS. | 4 | - info on locking rules as they pertain to Linux VFS. |
5 | Makefile | ||
6 | - Makefile for building the filsystems-part of DocBook. | ||
7 | 9p.txt | 5 | 9p.txt |
8 | - 9p (v9fs) is an implementation of the Plan 9 remote fs protocol. | 6 | - 9p (v9fs) is an implementation of the Plan 9 remote fs protocol. |
9 | adfs.txt | 7 | adfs.txt |
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX index 415154a487d0..98f3d4b1bec9 100644 --- a/Documentation/networking/00-INDEX +++ b/Documentation/networking/00-INDEX | |||
@@ -10,8 +10,6 @@ LICENSE.qlge | |||
10 | - GPLv2 for QLogic Linux qlge NIC Driver | 10 | - GPLv2 for QLogic Linux qlge NIC Driver |
11 | LICENSE.qlcnic | 11 | LICENSE.qlcnic |
12 | - GPLv2 for QLogic Linux qlcnic NIC Driver | 12 | - GPLv2 for QLogic Linux qlcnic NIC Driver |
13 | Makefile | ||
14 | - Makefile for docsrc. | ||
15 | PLIP.txt | 13 | PLIP.txt |
16 | - PLIP: The Parallel Line Internet Protocol device driver | 14 | - PLIP: The Parallel Line Internet Protocol device driver |
17 | README.ipw2100 | 15 | README.ipw2100 |
diff --git a/Documentation/spi/00-INDEX b/Documentation/spi/00-INDEX index 4644bf0d9832..8e4bb17d70eb 100644 --- a/Documentation/spi/00-INDEX +++ b/Documentation/spi/00-INDEX | |||
@@ -1,7 +1,5 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - this file. | 2 | - this file. |
3 | Makefile | ||
4 | - Makefile for the example sourcefiles. | ||
5 | butterfly | 3 | butterfly |
6 | - AVR Butterfly SPI driver overview and pin configuration. | 4 | - AVR Butterfly SPI driver overview and pin configuration. |
7 | ep93xx_spi | 5 | ep93xx_spi |
diff --git a/Documentation/timers/00-INDEX b/Documentation/timers/00-INDEX index ee212a27772f..3be05fe0f1f9 100644 --- a/Documentation/timers/00-INDEX +++ b/Documentation/timers/00-INDEX | |||
@@ -4,12 +4,8 @@ highres.txt | |||
4 | - High resolution timers and dynamic ticks design notes | 4 | - High resolution timers and dynamic ticks design notes |
5 | hpet.txt | 5 | hpet.txt |
6 | - High Precision Event Timer Driver for Linux | 6 | - High Precision Event Timer Driver for Linux |
7 | hpet_example.c | ||
8 | - sample hpet timer test program | ||
9 | hrtimers.txt | 7 | hrtimers.txt |
10 | - subsystem for high-resolution kernel timers | 8 | - subsystem for high-resolution kernel timers |
11 | Makefile | ||
12 | - Build and link hpet_example | ||
13 | NO_HZ.txt | 9 | NO_HZ.txt |
14 | - Summary of the different methods for the scheduler clock-interrupts management. | 10 | - Summary of the different methods for the scheduler clock-interrupts management. |
15 | timekeeping.txt | 11 | timekeeping.txt |