blob: cb7f1ba5b3b1d51b12b4277b153a02275ed6c361 [file] [log] [blame]
Jani Nikula22cba312016-05-19 15:14:05 +03001.. The Linux Kernel documentation master file, created by
2 sphinx-quickstart on Fri Feb 12 13:51:46 2016.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
Konstantin Ryabitsev61ca5fd2017-06-06 16:50:04 -04006The Linux Kernel documentation
7==============================
Jani Nikula22cba312016-05-19 15:14:05 +03008
Jonathan Corbetb51208d2016-10-26 15:43:00 -06009This is the top level of the kernel's documentation tree. Kernel
10documentation, like the kernel itself, is very much a work in progress;
11that is especially true as we work to integrate our many scattered
12documents into a coherent whole. Please note that improvements to the
13documentation are welcome; join the linux-doc list at vger.kernel.org if
14you want to help out.
15
16User-oriented documentation
17---------------------------
18
19The following manuals are written for *users* of the kernel — those who are
20trying to get it to work optimally on a given system.
Jani Nikula22cba312016-05-19 15:14:05 +030021
22.. toctree::
23 :maxdepth: 2
24
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030025 admin-guide/index
Jonathan Corbetb51208d2016-10-26 15:43:00 -060026
Jonathan Corbet1d596de2017-04-02 14:58:01 -060027Application-developer documentation
28-----------------------------------
29
30The user-space API manual gathers together documents describing aspects of
31the kernel interface as seen by application developers.
32
33.. toctree::
34 :maxdepth: 2
35
36 userspace-api/index
37
38
Jonathan Corbetb51208d2016-10-26 15:43:00 -060039Introduction to kernel development
40----------------------------------
41
42These manuals contain overall information about how to develop the kernel.
43The kernel community is quite large, with thousands of developers
44contributing over the course of a year. As with any large community,
45knowing how things are done will make the process of getting your changes
46merged much easier.
47
48.. toctree::
49 :maxdepth: 2
50
Mauro Carvalho Chehab0e4f07a2016-10-18 09:05:32 -020051 process/index
Markus Heiserc2893122016-10-26 08:23:14 +020052 dev-tools/index
Mauro Carvalho Chehab1dc4bbf2016-11-17 08:32:33 -020053 doc-guide/index
Mauro Carvalho Chehabc4fcd7c2017-05-11 08:03:27 -030054 kernel-hacking/index
Jonathan Corbetb51208d2016-10-26 15:43:00 -060055
56Kernel API documentation
57------------------------
58
59These books get into the details of how specific kernel subsystems work
60from the point of view of a kernel developer. Much of the information here
61is taken directly from the kernel source, with supplemental material added
62as needed (or at least as we managed to add it — probably *not* all that is
Andy Deng20698892017-01-25 12:14:33 +080063needed).
Jonathan Corbetb51208d2016-10-26 15:43:00 -060064
65.. toctree::
66 :maxdepth: 2
67
Jonathan Corbetdcec3c82016-08-20 13:17:32 -060068 driver-api/index
Silvio Fricke24755a52016-10-28 10:14:10 +020069 core-api/index
Markus Heiserb32feba2016-08-13 16:12:43 +020070 media/index
Mauro Carvalho Chehab05e0f3b2017-05-12 09:14:02 -030071 networking/index
Mauro Carvalho Chehabaeb899a2017-04-11 07:01:19 -030072 input/index
Jani Nikulacb597fc2016-06-21 14:48:57 +030073 gpu/index
Jarkko Sakkinen799a5452016-11-03 17:57:52 -060074 security/index
Takashi Iwai85519142016-11-02 21:30:39 +010075 sound/index
Stephan Mueller3b72c812016-10-21 04:54:22 +020076 crypto/index
Mauro Carvalho Chehab90f9f112017-05-12 06:50:22 -030077 filesystems/index
Jani Nikula22cba312016-05-19 15:14:05 +030078
Mauro Carvalho Chehabbffac832017-05-13 07:50:43 -030079Architecture-specific documentation
80-----------------------------------
81
82These books provide programming details about architecture-specific
83implementation.
84
85.. toctree::
86 :maxdepth: 2
87
88 sh/index
89
SeongJae Parkba42c572016-11-08 21:26:09 +090090Korean translations
91-------------------
92
93.. toctree::
94 :maxdepth: 1
95
96 translations/ko_KR/index
97
Andy Deng20698892017-01-25 12:14:33 +080098Chinese translations
99--------------------
100
101.. toctree::
102 :maxdepth: 1
103
104 translations/zh_CN/index
105
Tsugikazu Shibataf0127332017-04-08 12:24:04 +0200106Japanese translations
107---------------------
108
109.. toctree::
110 :maxdepth: 1
111
112 translations/ja_JP/index
113
Jani Nikula22cba312016-05-19 15:14:05 +0300114Indices and tables
115==================
116
117* :ref:`genindex`