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>
This commit is contained in:
parent
1848929251
commit
f59c668c0b
|
@ -46,7 +46,8 @@ IRQ.txt
|
||||||
Intel-IOMMU.txt
|
Intel-IOMMU.txt
|
||||||
- basic info on the Intel IOMMU virtualization support.
|
- basic info on the Intel IOMMU virtualization support.
|
||||||
Makefile
|
Makefile
|
||||||
- some files in Documentation dir are actually sample code to build
|
- This file does nothing. Removing it breaks make htmldocs and
|
||||||
|
make distclean.
|
||||||
ManagementStyle
|
ManagementStyle
|
||||||
- how to (attempt to) manage kernel hackers.
|
- how to (attempt to) manage kernel hackers.
|
||||||
RCU/
|
RCU/
|
||||||
|
|
|
@ -8,8 +8,6 @@ Interrupts
|
||||||
- ARM Interrupt subsystem documentation
|
- ARM Interrupt subsystem documentation
|
||||||
IXP4xx
|
IXP4xx
|
||||||
- Intel IXP4xx Network processor.
|
- Intel IXP4xx Network processor.
|
||||||
Makefile
|
|
||||||
- Build sourcefiles as part of the Documentation-build for arm
|
|
||||||
Netwinder
|
Netwinder
|
||||||
- Netwinder specific documentation
|
- Netwinder specific documentation
|
||||||
Porting
|
Porting
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
- this file (info on some of the filesystems supported by linux).
|
- this file (info on some of the filesystems supported by linux).
|
||||||
Locking
|
Locking
|
||||||
- info on locking rules as they pertain to Linux VFS.
|
- info on locking rules as they pertain to Linux VFS.
|
||||||
Makefile
|
|
||||||
- Makefile for building the filsystems-part of DocBook.
|
|
||||||
9p.txt
|
9p.txt
|
||||||
- 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
|
- 9p (v9fs) is an implementation of the Plan 9 remote fs protocol.
|
||||||
adfs.txt
|
adfs.txt
|
||||||
|
|
|
@ -10,8 +10,6 @@ LICENSE.qlge
|
||||||
- GPLv2 for QLogic Linux qlge NIC Driver
|
- GPLv2 for QLogic Linux qlge NIC Driver
|
||||||
LICENSE.qlcnic
|
LICENSE.qlcnic
|
||||||
- GPLv2 for QLogic Linux qlcnic NIC Driver
|
- GPLv2 for QLogic Linux qlcnic NIC Driver
|
||||||
Makefile
|
|
||||||
- Makefile for docsrc.
|
|
||||||
PLIP.txt
|
PLIP.txt
|
||||||
- PLIP: The Parallel Line Internet Protocol device driver
|
- PLIP: The Parallel Line Internet Protocol device driver
|
||||||
README.ipw2100
|
README.ipw2100
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
00-INDEX
|
00-INDEX
|
||||||
- this file.
|
- this file.
|
||||||
Makefile
|
|
||||||
- Makefile for the example sourcefiles.
|
|
||||||
butterfly
|
butterfly
|
||||||
- AVR Butterfly SPI driver overview and pin configuration.
|
- AVR Butterfly SPI driver overview and pin configuration.
|
||||||
ep93xx_spi
|
ep93xx_spi
|
||||||
|
|
|
@ -4,12 +4,8 @@ highres.txt
|
||||||
- High resolution timers and dynamic ticks design notes
|
- High resolution timers and dynamic ticks design notes
|
||||||
hpet.txt
|
hpet.txt
|
||||||
- High Precision Event Timer Driver for Linux
|
- High Precision Event Timer Driver for Linux
|
||||||
hpet_example.c
|
|
||||||
- sample hpet timer test program
|
|
||||||
hrtimers.txt
|
hrtimers.txt
|
||||||
- subsystem for high-resolution kernel timers
|
- subsystem for high-resolution kernel timers
|
||||||
Makefile
|
|
||||||
- Build and link hpet_example
|
|
||||||
NO_HZ.txt
|
NO_HZ.txt
|
||||||
- Summary of the different methods for the scheduler clock-interrupts management.
|
- Summary of the different methods for the scheduler clock-interrupts management.
|
||||||
timekeeping.txt
|
timekeeping.txt
|
||||||
|
|
Loading…
Reference in New Issue