blob: ef5080cbf009d678f0e33779687ec0b8469b08c9 [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
Thomas Gleixneraa19a172017-12-28 23:17:17 +010016Licensing documentation
17-----------------------
18
19The following describes the license of the Linux kernel source code
20(GPLv2), how to properly mark the license of individual files in the source
21tree, as well as links to the full license text.
22
23.. toctree::
24 :maxdepth: 2
25
26 process/license-rules.rst
27
Jonathan Corbetb51208d2016-10-26 15:43:00 -060028User-oriented documentation
29---------------------------
30
31The following manuals are written for *users* of the kernel — those who are
32trying to get it to work optimally on a given system.
Jani Nikula22cba312016-05-19 15:14:05 +030033
34.. toctree::
35 :maxdepth: 2
36
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030037 admin-guide/index
Jonathan Corbetb51208d2016-10-26 15:43:00 -060038
Jonathan Corbet1d596de2017-04-02 14:58:01 -060039Application-developer documentation
40-----------------------------------
41
42The user-space API manual gathers together documents describing aspects of
43the kernel interface as seen by application developers.
44
45.. toctree::
46 :maxdepth: 2
47
48 userspace-api/index
49
50
Jonathan Corbetb51208d2016-10-26 15:43:00 -060051Introduction to kernel development
52----------------------------------
53
54These manuals contain overall information about how to develop the kernel.
55The kernel community is quite large, with thousands of developers
56contributing over the course of a year. As with any large community,
57knowing how things are done will make the process of getting your changes
58merged much easier.
59
60.. toctree::
61 :maxdepth: 2
62
Mauro Carvalho Chehab0e4f07a2016-10-18 09:05:32 -020063 process/index
Markus Heiserc2893122016-10-26 08:23:14 +020064 dev-tools/index
Mauro Carvalho Chehab1dc4bbf2016-11-17 08:32:33 -020065 doc-guide/index
Mauro Carvalho Chehabc4fcd7c2017-05-11 08:03:27 -030066 kernel-hacking/index
Tobin C. Harding9727a012017-12-04 10:27:29 +110067 maintainer/index
Jonathan Corbetb51208d2016-10-26 15:43:00 -060068
69Kernel API documentation
70------------------------
71
72These books get into the details of how specific kernel subsystems work
73from the point of view of a kernel developer. Much of the information here
74is taken directly from the kernel source, with supplemental material added
75as needed (or at least as we managed to add it — probably *not* all that is
Andy Deng20698892017-01-25 12:14:33 +080076needed).
Jonathan Corbetb51208d2016-10-26 15:43:00 -060077
78.. toctree::
79 :maxdepth: 2
80
Jonathan Corbetdcec3c82016-08-20 13:17:32 -060081 driver-api/index
Silvio Fricke24755a52016-10-28 10:14:10 +020082 core-api/index
Markus Heiserb32feba2016-08-13 16:12:43 +020083 media/index
Mauro Carvalho Chehab05e0f3b2017-05-12 09:14:02 -030084 networking/index
Mauro Carvalho Chehabaeb899a2017-04-11 07:01:19 -030085 input/index
Jani Nikulacb597fc2016-06-21 14:48:57 +030086 gpu/index
Jarkko Sakkinen799a5452016-11-03 17:57:52 -060087 security/index
Takashi Iwai85519142016-11-02 21:30:39 +010088 sound/index
Stephan Mueller3b72c812016-10-21 04:54:22 +020089 crypto/index
Mauro Carvalho Chehab90f9f112017-05-12 06:50:22 -030090 filesystems/index
Jani Nikula22cba312016-05-19 15:14:05 +030091
Mauro Carvalho Chehabbffac832017-05-13 07:50:43 -030092Architecture-specific documentation
93-----------------------------------
94
95These books provide programming details about architecture-specific
96implementation.
97
98.. toctree::
99 :maxdepth: 2
100
101 sh/index
102
SeongJae Parkba42c572016-11-08 21:26:09 +0900103Korean translations
104-------------------
105
106.. toctree::
107 :maxdepth: 1
108
109 translations/ko_KR/index
110
Andy Deng20698892017-01-25 12:14:33 +0800111Chinese translations
112--------------------
113
114.. toctree::
115 :maxdepth: 1
116
117 translations/zh_CN/index
118
Tsugikazu Shibataf0127332017-04-08 12:24:04 +0200119Japanese translations
120---------------------
121
122.. toctree::
123 :maxdepth: 1
124
125 translations/ja_JP/index
126
Jani Nikula22cba312016-05-19 15:14:05 +0300127Indices and tables
128==================
129
130* :ref:`genindex`