mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Documentation/00-index: update for new core-api folder
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
42412c3aae
commit
24755a55b0
4 changed files with 24 additions and 1 deletions
|
@ -126,6 +126,8 @@ connector/
|
|||
- docs on the netlink based userspace<->kernel space communication mod.
|
||||
console/
|
||||
- documentation on Linux console drivers.
|
||||
core-api/
|
||||
- documentation on kernel core components.
|
||||
cpu-freq/
|
||||
- info on CPU frequency and voltage scaling.
|
||||
cpu-hotplug.txt
|
||||
|
@ -470,7 +472,7 @@ watchdog/
|
|||
- how to auto-reboot Linux if it has "fallen and can't get up". ;-)
|
||||
wimax/
|
||||
- directory with info about Intel Wireless Wimax Connections
|
||||
workqueue.txt
|
||||
core-api/workqueue.rst
|
||||
- information on the Concurrency Managed Workqueue implementation
|
||||
x86/x86_64/
|
||||
- directory with info on Linux support for AMD x86-64 (Hammer) machines.
|
||||
|
|
5
Documentation/core-api/conf.py
Normal file
5
Documentation/core-api/conf.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
project = "Core-API Documentation"
|
||||
|
||||
tags.add("subproject")
|
15
Documentation/core-api/index.rst
Normal file
15
Documentation/core-api/index.rst
Normal file
|
@ -0,0 +1,15 @@
|
|||
======================
|
||||
Core-API Documentation
|
||||
======================
|
||||
|
||||
Kernel and driver related documentation.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
.. only:: subproject
|
||||
|
||||
Indices
|
||||
=======
|
||||
|
||||
* :ref:`genindex`
|
|
@ -53,6 +53,7 @@ needed).
|
|||
:maxdepth: 2
|
||||
|
||||
driver-api/index
|
||||
core-api/index
|
||||
media/index
|
||||
gpu/index
|
||||
80211/index
|
||||
|
|
Loading…
Reference in a new issue