Mauro Carvalho Chehab | dc7a12b | 2019-04-14 15:51:10 -0300 | [diff] [blame] | 1 | |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 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 | |
Federico Vaga | aa586e2 | 2018-06-06 00:49:01 +0200 | [diff] [blame] | 7 | .. _linux_doc: |
| 8 | |
Konstantin Ryabitsev | 61ca5fd | 2017-06-06 16:50:04 -0400 | [diff] [blame] | 9 | The Linux Kernel documentation |
| 10 | ============================== |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 11 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 12 | This is the top level of the kernel's documentation tree. Kernel |
| 13 | documentation, like the kernel itself, is very much a work in progress; |
| 14 | that is especially true as we work to integrate our many scattered |
| 15 | documents into a coherent whole. Please note that improvements to the |
| 16 | documentation are welcome; join the linux-doc list at vger.kernel.org if |
| 17 | you want to help out. |
| 18 | |
Thomas Gleixner | aa19a17 | 2017-12-28 23:17:17 +0100 | [diff] [blame] | 19 | Licensing documentation |
| 20 | ----------------------- |
| 21 | |
| 22 | The following describes the license of the Linux kernel source code |
| 23 | (GPLv2), how to properly mark the license of individual files in the source |
| 24 | tree, as well as links to the full license text. |
| 25 | |
Markus Heiser | 9799445 | 2018-08-14 13:43:12 +0200 | [diff] [blame] | 26 | * :ref:`kernel_licensing` |
Thomas Gleixner | aa19a17 | 2017-12-28 23:17:17 +0100 | [diff] [blame] | 27 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 28 | User-oriented documentation |
| 29 | --------------------------- |
| 30 | |
| 31 | The following manuals are written for *users* of the kernel — those who are |
| 32 | trying to get it to work optimally on a given system. |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 33 | |
| 34 | .. toctree:: |
| 35 | :maxdepth: 2 |
| 36 | |
Mauro Carvalho Chehab | 9d85025 | 2016-09-21 09:51:11 -0300 | [diff] [blame] | 37 | admin-guide/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 38 | kbuild/index |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 39 | |
Changbin Du | 680e6ff | 2019-04-25 23:30:54 +0800 | [diff] [blame] | 40 | Firmware-related documentation |
| 41 | ------------------------------ |
| 42 | The following holds information on the kernel's expectations regarding the |
| 43 | platform firmwares. |
| 44 | |
| 45 | .. toctree:: |
| 46 | :maxdepth: 2 |
| 47 | |
| 48 | firmware-guide/index |
| 49 | |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 50 | Application-developer documentation |
| 51 | ----------------------------------- |
| 52 | |
| 53 | The user-space API manual gathers together documents describing aspects of |
| 54 | the kernel interface as seen by application developers. |
| 55 | |
| 56 | .. toctree:: |
| 57 | :maxdepth: 2 |
| 58 | |
Mike Rapoport | 8238191 | 2018-03-21 21:22:48 +0200 | [diff] [blame] | 59 | userspace-api/index |
Mauro Carvalho Chehab | 616b81d | 2019-06-18 17:13:24 -0300 | [diff] [blame] | 60 | ioctl/index |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 61 | |
| 62 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 63 | Introduction to kernel development |
| 64 | ---------------------------------- |
| 65 | |
| 66 | These manuals contain overall information about how to develop the kernel. |
| 67 | The kernel community is quite large, with thousands of developers |
| 68 | contributing over the course of a year. As with any large community, |
| 69 | knowing how things are done will make the process of getting your changes |
| 70 | merged much easier. |
| 71 | |
| 72 | .. toctree:: |
| 73 | :maxdepth: 2 |
| 74 | |
Mauro Carvalho Chehab | 0e4f07a | 2016-10-18 09:05:32 -0200 | [diff] [blame] | 75 | process/index |
Markus Heiser | c289312 | 2016-10-26 08:23:14 +0200 | [diff] [blame] | 76 | dev-tools/index |
Mauro Carvalho Chehab | 1dc4bbf | 2016-11-17 08:32:33 -0200 | [diff] [blame] | 77 | doc-guide/index |
Mauro Carvalho Chehab | c4fcd7c | 2017-05-11 08:03:27 -0300 | [diff] [blame] | 78 | kernel-hacking/index |
Changbin Du | 583bc6b | 2018-02-17 13:39:34 +0800 | [diff] [blame] | 79 | trace/index |
Tobin C. Harding | 9727a01 | 2017-12-04 10:27:29 +1100 | [diff] [blame] | 80 | maintainer/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 81 | fault-injection/index |
| 82 | livepatch/index |
| 83 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 84 | |
| 85 | Kernel API documentation |
| 86 | ------------------------ |
| 87 | |
| 88 | These books get into the details of how specific kernel subsystems work |
| 89 | from the point of view of a kernel developer. Much of the information here |
| 90 | is taken directly from the kernel source, with supplemental material added |
| 91 | as needed (or at least as we managed to add it — probably *not* all that is |
Andy Deng | 2069889 | 2017-01-25 12:14:33 +0800 | [diff] [blame] | 92 | needed). |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 93 | |
| 94 | .. toctree:: |
| 95 | :maxdepth: 2 |
| 96 | |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 97 | driver-api/index |
Silvio Fricke | 24755a5 | 2016-10-28 10:14:10 +0200 | [diff] [blame] | 98 | core-api/index |
Mauro Carvalho Chehab | 4c68060 | 2019-06-28 07:29:15 -0300 | [diff] [blame] | 99 | locking/index |
Mauro Carvalho Chehab | df1b7ce | 2019-06-18 17:16:23 -0300 | [diff] [blame] | 100 | accounting/index |
| 101 | block/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 102 | cdrom/index |
| 103 | ide/index |
| 104 | fb/index |
| 105 | fpga/index |
Mauro Carvalho Chehab | df1b7ce | 2019-06-18 17:16:23 -0300 | [diff] [blame] | 106 | hid/index |
| 107 | iio/index |
Mauro Carvalho Chehab | a3a400d | 2019-06-28 09:30:28 -0300 | [diff] [blame] | 108 | infiniband/index |
Mauro Carvalho Chehab | 09fdc95 | 2019-06-18 16:51:34 -0300 | [diff] [blame] | 109 | leds/index |
Markus Heiser | b32feba | 2016-08-13 16:12:43 +0200 | [diff] [blame] | 110 | media/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 111 | netlabel/index |
Mauro Carvalho Chehab | 05e0f3b | 2017-05-12 09:14:02 -0300 | [diff] [blame] | 112 | networking/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 113 | pcmcia/index |
Mauro Carvalho Chehab | 08a6905 | 2019-07-15 09:39:57 -0300 | [diff] [blame^] | 114 | power/index |
Mauro Carvalho Chehab | 113094f | 2019-06-28 08:36:50 -0300 | [diff] [blame] | 115 | target/index |
| 116 | timers/index |
| 117 | watchdog/index |
Mauro Carvalho Chehab | aeb899a | 2017-04-11 07:01:19 -0300 | [diff] [blame] | 118 | input/index |
Mauro Carvalho Chehab | 7ebd8b66 | 2019-04-17 06:46:29 -0300 | [diff] [blame] | 119 | hwmon/index |
Jani Nikula | cb597fc | 2016-06-21 14:48:57 +0300 | [diff] [blame] | 120 | gpu/index |
Jarkko Sakkinen | 799a545 | 2016-11-03 17:57:52 -0600 | [diff] [blame] | 121 | security/index |
Takashi Iwai | 8551914 | 2016-11-02 21:30:39 +0100 | [diff] [blame] | 122 | sound/index |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 123 | crypto/index |
Mauro Carvalho Chehab | 90f9f11 | 2017-05-12 06:50:22 -0300 | [diff] [blame] | 124 | filesystems/index |
Mike Rapoport | 8238191 | 2018-03-21 21:22:48 +0200 | [diff] [blame] | 125 | vm/index |
Tobin C. Harding | 3209570 | 2018-07-26 15:03:04 +1000 | [diff] [blame] | 126 | bpf/index |
Mauro Carvalho Chehab | ecefae6 | 2019-06-18 18:05:38 -0300 | [diff] [blame] | 127 | usb/index |
Changbin Du | c42eaff | 2019-05-14 22:47:23 +0800 | [diff] [blame] | 128 | PCI/index |
Randy Dunlap | 5591a30 | 2019-01-13 19:21:46 -0800 | [diff] [blame] | 129 | misc-devices/index |
Mauro Carvalho Chehab | c92992f | 2019-04-22 16:49:11 -0300 | [diff] [blame] | 130 | mic/index |
Mauro Carvalho Chehab | c92992f | 2019-04-22 16:49:11 -0300 | [diff] [blame] | 131 | scheduler/index |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 132 | |
Mauro Carvalho Chehab | bffac83 | 2017-05-13 07:50:43 -0300 | [diff] [blame] | 133 | Architecture-specific documentation |
| 134 | ----------------------------------- |
| 135 | |
| 136 | These books provide programming details about architecture-specific |
| 137 | implementation. |
| 138 | |
| 139 | .. toctree:: |
| 140 | :maxdepth: 2 |
| 141 | |
| 142 | sh/index |
Mauro Carvalho Chehab | 159a5e7 | 2019-04-22 16:10:26 -0300 | [diff] [blame] | 143 | arm/index |
| 144 | arm64/index |
| 145 | ia64/index |
| 146 | m68k/index |
Mauro Carvalho Chehab | 4d2e26a | 2019-04-10 08:32:42 -0300 | [diff] [blame] | 147 | powerpc/index |
Mauro Carvalho Chehab | 159a5e7 | 2019-04-22 16:10:26 -0300 | [diff] [blame] | 148 | riscv/index |
| 149 | s390/index |
| 150 | sh/index |
| 151 | sparc/index |
Thomas Gleixner | 6a9e529 | 2019-02-18 23:13:06 +0100 | [diff] [blame] | 152 | x86/index |
Mauro Carvalho Chehab | 159a5e7 | 2019-04-22 16:10:26 -0300 | [diff] [blame] | 153 | xtensa/index |
Mauro Carvalho Chehab | bffac83 | 2017-05-13 07:50:43 -0300 | [diff] [blame] | 154 | |
Darrick J. Wong | 6684874 | 2018-07-29 16:14:02 -0400 | [diff] [blame] | 155 | Filesystem Documentation |
| 156 | ------------------------ |
| 157 | |
| 158 | The documentation in this section are provided by specific filesystem |
| 159 | subprojects. |
| 160 | |
| 161 | .. toctree:: |
Theodore Ts'o | 0694f8c | 2018-07-29 16:35:23 -0400 | [diff] [blame] | 162 | :maxdepth: 2 |
Darrick J. Wong | 6684874 | 2018-07-29 16:14:02 -0400 | [diff] [blame] | 163 | |
| 164 | filesystems/ext4/index |
| 165 | |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 166 | Translations |
| 167 | ------------ |
SeongJae Park | ba42c57 | 2016-11-08 21:26:09 +0900 | [diff] [blame] | 168 | |
| 169 | .. toctree:: |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 170 | :maxdepth: 2 |
SeongJae Park | ba42c57 | 2016-11-08 21:26:09 +0900 | [diff] [blame] | 171 | |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 172 | translations/index |
Tsugikazu Shibata | f012733 | 2017-04-08 12:24:04 +0200 | [diff] [blame] | 173 | |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 174 | Indices and tables |
| 175 | ================== |
| 176 | |
| 177 | * :ref:`genindex` |