1 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 7.. _linux_doc: 8 9The Linux Kernel documentation 10============================== 11 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 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 26* :ref:`kernel_licensing` 27 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. 33 34.. toctree:: 35 :maxdepth: 2 36 37 admin-guide/index 38 kbuild/index 39 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 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 59 userspace-api/index 60 61 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 74 process/index 75 dev-tools/index 76 doc-guide/index 77 kernel-hacking/index 78 trace/index 79 maintainer/index 80 fault-injection/index 81 livepatch/index 82 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 91needed). 92 93.. toctree:: 94 :maxdepth: 2 95 96 driver-api/index 97 core-api/index 98 locking/index 99 accounting/index 100 block/index 101 cdrom/index 102 ide/index 103 fb/index 104 fpga/index 105 hid/index 106 i2c/index 107 iio/index 108 isdn/index 109 infiniband/index 110 leds/index 111 media/index 112 netlabel/index 113 networking/index 114 pcmcia/index 115 power/index 116 target/index 117 timers/index 118 spi/index 119 w1/index 120 watchdog/index 121 virt/index 122 input/index 123 hwmon/index 124 gpu/index 125 security/index 126 sound/index 127 crypto/index 128 filesystems/index 129 vm/index 130 bpf/index 131 usb/index 132 PCI/index 133 misc-devices/index 134 scheduler/index 135 136Architecture-agnostic documentation 137----------------------------------- 138 139.. toctree:: 140 :maxdepth: 2 141 142 asm-annotations 143 144Architecture-specific documentation 145----------------------------------- 146 147These books provide programming details about architecture-specific 148implementation. 149 150.. toctree:: 151 :maxdepth: 2 152 153 arm/index 154 arm64/index 155 ia64/index 156 m68k/index 157 mips/index 158 nios2/nios2 159 openrisc/index 160 parisc/index 161 powerpc/index 162 riscv/index 163 s390/index 164 sh/index 165 sparc/index 166 x86/index 167 xtensa/index 168 169Filesystem Documentation 170------------------------ 171 172The documentation in this section are provided by specific filesystem 173subprojects. 174 175.. toctree:: 176 :maxdepth: 2 177 178 filesystems/ext4/index 179 180Translations 181------------ 182 183.. toctree:: 184 :maxdepth: 2 185 186 translations/index 187 188Indices and tables 189================== 190 191* :ref:`genindex` 192