net: reorder 'struct net' fields to avoid false sharing
[linux-2.6-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
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 106 hid/index
ccf988b6 107 i2c/index
df1b7ce7 108 iio/index
5a5e045b 109 isdn/index
a3a400da 110 infiniband/index
09fdc957 111 leds/index
b32febad 112 media/index
113094f7 113 netlabel/index
05e0f3b9 114 networking/index
113094f7 115 pcmcia/index
08a69058 116 power/index
113094f7
MCC
117 target/index
118 timers/index
9cdd273e 119 spi/index
e9bb6275 120 w1/index
113094f7 121 watchdog/index
03d36521 122 virt/index
aeb899af 123 input/index
7ebd8b66 124 hwmon/index
cb597fce 125 gpu/index
799a545b 126 security/index
8551914a 127 sound/index
3b72c814 128 crypto/index
90f9f118 129 filesystems/index
82381918 130 vm/index
3209570d 131 bpf/index
ecefae6d 132 usb/index
c42eaffa 133 PCI/index
5591a307 134 misc-devices/index
c92992fc 135 mic/index
c92992fc 136 scheduler/index
22cba31b 137
bffac837
MCC
138Architecture-specific documentation
139-----------------------------------
140
141These books provide programming details about architecture-specific
142implementation.
143
144.. toctree::
145 :maxdepth: 2
146
159a5e78
MCC
147 arm/index
148 arm64/index
149 ia64/index
150 m68k/index
80b15058 151 mips/index
47359e57 152 nios2/nios2
32fc3cd8 153 openrisc/index
e77e9187 154 parisc/index
5c6bd5de 155 powerpc/index
159a5e78
MCC
156 riscv/index
157 s390/index
158 sh/index
159 sparc/index
6a9e5292 160 x86/index
159a5e78 161 xtensa/index
bffac837 162
6684874a
DW
163Filesystem Documentation
164------------------------
165
166The documentation in this section are provided by specific filesystem
167subprojects.
168
169.. toctree::
0694f8c3 170 :maxdepth: 2
6684874a
DW
171
172 filesystems/ext4/index
173
85c32d9c
FV
174Translations
175------------
2069889f
AD
176
177.. toctree::
85c32d9c 178 :maxdepth: 2
f0127338 179
85c32d9c 180 translations/index
f0127338 181
22cba31b
JN
182Indices and tables
183==================
184
185* :ref:`genindex`