]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/index.rst
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-hirsute-kernel.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
616b81db 60 ioctl/index
1d596dee
JC
61
62
b51208d4
JC
63Introduction to kernel development
64----------------------------------
65
66These manuals contain overall information about how to develop the kernel.
67The kernel community is quite large, with thousands of developers
68contributing over the course of a year. As with any large community,
69knowing how things are done will make the process of getting your changes
70merged much easier.
71
72.. toctree::
73 :maxdepth: 2
74
0e4f07a6 75 process/index
c289312f 76 dev-tools/index
1dc4bbf0 77 doc-guide/index
c4fcd7ca 78 kernel-hacking/index
583bc6ba 79 trace/index
9727a014 80 maintainer/index
113094f7
MCC
81 fault-injection/index
82 livepatch/index
83
b51208d4
JC
84
85Kernel API documentation
86------------------------
87
88These books get into the details of how specific kernel subsystems work
89from the point of view of a kernel developer. Much of the information here
90is taken directly from the kernel source, with supplemental material added
91as needed (or at least as we managed to add it — probably *not* all that is
2069889f 92needed).
b51208d4
JC
93
94.. toctree::
95 :maxdepth: 2
96
dcec3c8c 97 driver-api/index
24755a55 98 core-api/index
4c68060b 99 locking/index
df1b7ce7
MCC
100 accounting/index
101 block/index
113094f7
MCC
102 cdrom/index
103 ide/index
104 fb/index
105 fpga/index
df1b7ce7
MCC
106 hid/index
107 iio/index
a3a400da 108 infiniband/index
09fdc957 109 leds/index
b32febad 110 media/index
113094f7 111 netlabel/index
05e0f3b9 112 networking/index
113094f7 113 pcmcia/index
08a69058 114 power/index
113094f7
MCC
115 target/index
116 timers/index
117 watchdog/index
518b7d55 118 virtual/index
aeb899af 119 input/index
7ebd8b66 120 hwmon/index
cb597fce 121 gpu/index
799a545b 122 security/index
8551914a 123 sound/index
3b72c814 124 crypto/index
90f9f118 125 filesystems/index
82381918 126 vm/index
3209570d 127 bpf/index
ecefae6d 128 usb/index
c42eaffa 129 PCI/index
5591a307 130 misc-devices/index
c92992fc 131 mic/index
c92992fc 132 scheduler/index
22cba31b 133
bffac837
MCC
134Architecture-specific documentation
135-----------------------------------
136
137These books provide programming details about architecture-specific
138implementation.
139
140.. toctree::
141 :maxdepth: 2
142
143 sh/index
159a5e78
MCC
144 arm/index
145 arm64/index
146 ia64/index
147 m68k/index
4d2e26a3 148 powerpc/index
159a5e78
MCC
149 riscv/index
150 s390/index
151 sh/index
152 sparc/index
6a9e5292 153 x86/index
159a5e78 154 xtensa/index
bffac837 155
6684874a
DW
156Filesystem Documentation
157------------------------
158
159The documentation in this section are provided by specific filesystem
160subprojects.
161
162.. toctree::
0694f8c3 163 :maxdepth: 2
6684874a
DW
164
165 filesystems/ext4/index
166
85c32d9c
FV
167Translations
168------------
2069889f
AD
169
170.. toctree::
85c32d9c 171 :maxdepth: 2
f0127338 172
85c32d9c 173 translations/index
f0127338 174
22cba31b
JN
175Indices and tables
176==================
177
178* :ref:`genindex`