Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6
[linux-block.git] / Documentation / index.rst
CommitLineData
dc7a12bd 1
22cba31b
JN
2.. The Linux Kernel documentation master file, created by
3 sphinx-quickstart on Fri Feb 12 13:51:46 2016.
4 You can adapt this file completely to your liking, but it should at least
5 contain the root `toctree` directive.
6
aa586e25
FV
7.. _linux_doc:
8
61ca5fd1
KR
9The Linux Kernel documentation
10==============================
22cba31b 11
b51208d4
JC
12This is the top level of the kernel's documentation tree. Kernel
13documentation, like the kernel itself, is very much a work in progress;
14that is especially true as we work to integrate our many scattered
15documents into a coherent whole. Please note that improvements to the
16documentation are welcome; join the linux-doc list at vger.kernel.org if
17you want to help out.
18
aa19a176
TG
19Licensing documentation
20-----------------------
21
22The following describes the license of the Linux kernel source code
23(GPLv2), how to properly mark the license of individual files in the source
24tree, as well as links to the full license text.
25
9799445a 26* :ref:`kernel_licensing`
aa19a176 27
b51208d4
JC
28User-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.
22cba31b
JN
33
34.. toctree::
35 :maxdepth: 2
36
9d85025b 37 admin-guide/index
113094f7 38 kbuild/index
b51208d4 39
680e6ffa
CD
40Firmware-related documentation
41------------------------------
42The following holds information on the kernel's expectations regarding the
43platform firmwares.
44
45.. toctree::
46 :maxdepth: 2
47
48 firmware-guide/index
49
1d596dee
JC
50Application-developer documentation
51-----------------------------------
52
53The user-space API manual gathers together documents describing aspects of
54the kernel interface as seen by application developers.
55
56.. toctree::
57 :maxdepth: 2
58
82381918 59 userspace-api/index
1d596dee
JC
60
61
b51208d4
JC
62Introduction to kernel development
63----------------------------------
64
65These manuals contain overall information about how to develop the kernel.
66The kernel community is quite large, with thousands of developers
67contributing over the course of a year. As with any large community,
68knowing how things are done will make the process of getting your changes
69merged much easier.
70
71.. toctree::
72 :maxdepth: 2
73
0e4f07a6 74 process/index
c289312f 75 dev-tools/index
1dc4bbf0 76 doc-guide/index
c4fcd7ca 77 kernel-hacking/index
583bc6ba 78 trace/index
9727a014 79 maintainer/index
113094f7
MCC
80 fault-injection/index
81 livepatch/index
82
b51208d4
JC
83
84Kernel API documentation
85------------------------
86
87These books get into the details of how specific kernel subsystems work
88from the point of view of a kernel developer. Much of the information here
89is taken directly from the kernel source, with supplemental material added
90as needed (or at least as we managed to add it — probably *not* all that is
2069889f 91needed).
b51208d4
JC
92
93.. toctree::
94 :maxdepth: 2
95
dcec3c8c 96 driver-api/index
24755a55 97 core-api/index
4c68060b 98 locking/index
df1b7ce7
MCC
99 accounting/index
100 block/index
113094f7
MCC
101 cdrom/index
102 ide/index
103 fb/index
104 fpga/index
df1b7ce7 105 hid/index
ccf988b6 106 i2c/index
df1b7ce7 107 iio/index
5a5e045b 108 isdn/index
a3a400da 109 infiniband/index
09fdc957 110 leds/index
b32febad 111 media/index
113094f7 112 netlabel/index
05e0f3b9 113 networking/index
113094f7 114 pcmcia/index
08a69058 115 power/index
113094f7
MCC
116 target/index
117 timers/index
9cdd273e 118 spi/index
e9bb6275 119 w1/index
113094f7 120 watchdog/index
03d36521 121 virt/index
aeb899af 122 input/index
7ebd8b66 123 hwmon/index
cb597fce 124 gpu/index
799a545b 125 security/index
8551914a 126 sound/index
3b72c814 127 crypto/index
90f9f118 128 filesystems/index
82381918 129 vm/index
3209570d 130 bpf/index
ecefae6d 131 usb/index
c42eaffa 132 PCI/index
5591a307 133 misc-devices/index
c92992fc 134 mic/index
c92992fc 135 scheduler/index
22cba31b 136
ffedeeb7
JS
137Architecture-agnostic documentation
138-----------------------------------
139
140.. toctree::
141 :maxdepth: 2
142
143 asm-annotations
144
bffac837
MCC
145Architecture-specific documentation
146-----------------------------------
147
148These books provide programming details about architecture-specific
149implementation.
150
151.. toctree::
152 :maxdepth: 2
153
159a5e78
MCC
154 arm/index
155 arm64/index
156 ia64/index
157 m68k/index
80b15058 158 mips/index
47359e57 159 nios2/nios2
32fc3cd8 160 openrisc/index
e77e9187 161 parisc/index
5c6bd5de 162 powerpc/index
159a5e78
MCC
163 riscv/index
164 s390/index
165 sh/index
166 sparc/index
6a9e5292 167 x86/index
159a5e78 168 xtensa/index
bffac837 169
6684874a
DW
170Filesystem Documentation
171------------------------
172
173The documentation in this section are provided by specific filesystem
174subprojects.
175
176.. toctree::
0694f8c3 177 :maxdepth: 2
6684874a
DW
178
179 filesystems/ext4/index
180
85c32d9c
FV
181Translations
182------------
2069889f
AD
183
184.. toctree::
85c32d9c 185 :maxdepth: 2
f0127338 186
85c32d9c 187 translations/index
f0127338 188
22cba31b
JN
189Indices and tables
190==================
191
192* :ref:`genindex`