Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 1 | .. The Linux Kernel documentation master file, created by |
| 2 | sphinx-quickstart on Fri Feb 12 13:51:46 2016. |
| 3 | You can adapt this file completely to your liking, but it should at least |
| 4 | contain the root `toctree` directive. |
| 5 | |
Federico Vaga | aa586e257 | 2018-06-06 00:49:01 +0200 | [diff] [blame] | 6 | .. _linux_doc: |
| 7 | |
Konstantin Ryabitsev | 61ca5fd | 2017-06-06 16:50:04 -0400 | [diff] [blame] | 8 | The Linux Kernel documentation |
| 9 | ============================== |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 10 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 11 | This is the top level of the kernel's documentation tree. Kernel |
| 12 | documentation, like the kernel itself, is very much a work in progress; |
| 13 | that is especially true as we work to integrate our many scattered |
| 14 | documents into a coherent whole. Please note that improvements to the |
| 15 | documentation are welcome; join the linux-doc list at vger.kernel.org if |
| 16 | you want to help out. |
| 17 | |
Thomas Gleixner | aa19a17 | 2017-12-28 23:17:17 +0100 | [diff] [blame] | 18 | Licensing documentation |
| 19 | ----------------------- |
| 20 | |
| 21 | The following describes the license of the Linux kernel source code |
| 22 | (GPLv2), how to properly mark the license of individual files in the source |
| 23 | tree, as well as links to the full license text. |
| 24 | |
| 25 | .. toctree:: |
| 26 | :maxdepth: 2 |
| 27 | |
| 28 | process/license-rules.rst |
| 29 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 30 | User-oriented documentation |
| 31 | --------------------------- |
| 32 | |
| 33 | The following manuals are written for *users* of the kernel — those who are |
| 34 | trying to get it to work optimally on a given system. |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 35 | |
| 36 | .. toctree:: |
| 37 | :maxdepth: 2 |
| 38 | |
Mauro Carvalho Chehab | 9d85025 | 2016-09-21 09:51:11 -0300 | [diff] [blame] | 39 | admin-guide/index |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 40 | |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 41 | Application-developer documentation |
| 42 | ----------------------------------- |
| 43 | |
| 44 | The user-space API manual gathers together documents describing aspects of |
| 45 | the kernel interface as seen by application developers. |
| 46 | |
| 47 | .. toctree:: |
| 48 | :maxdepth: 2 |
| 49 | |
Mike Rapoport | 8238191 | 2018-03-21 21:22:48 +0200 | [diff] [blame] | 50 | userspace-api/index |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 51 | |
| 52 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 53 | Introduction to kernel development |
| 54 | ---------------------------------- |
| 55 | |
| 56 | These manuals contain overall information about how to develop the kernel. |
| 57 | The kernel community is quite large, with thousands of developers |
| 58 | contributing over the course of a year. As with any large community, |
| 59 | knowing how things are done will make the process of getting your changes |
| 60 | merged much easier. |
| 61 | |
| 62 | .. toctree:: |
| 63 | :maxdepth: 2 |
| 64 | |
Mauro Carvalho Chehab | 0e4f07a | 2016-10-18 09:05:32 -0200 | [diff] [blame] | 65 | process/index |
Markus Heiser | c289312 | 2016-10-26 08:23:14 +0200 | [diff] [blame] | 66 | dev-tools/index |
Mauro Carvalho Chehab | 1dc4bbf | 2016-11-17 08:32:33 -0200 | [diff] [blame] | 67 | doc-guide/index |
Mauro Carvalho Chehab | c4fcd7c | 2017-05-11 08:03:27 -0300 | [diff] [blame] | 68 | kernel-hacking/index |
Changbin Du | 583bc6b | 2018-02-17 13:39:34 +0800 | [diff] [blame] | 69 | trace/index |
Tobin C. Harding | 9727a01 | 2017-12-04 10:27:29 +1100 | [diff] [blame] | 70 | maintainer/index |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 71 | |
| 72 | Kernel API documentation |
| 73 | ------------------------ |
| 74 | |
| 75 | These books get into the details of how specific kernel subsystems work |
| 76 | from the point of view of a kernel developer. Much of the information here |
| 77 | is taken directly from the kernel source, with supplemental material added |
| 78 | 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] | 79 | needed). |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 80 | |
| 81 | .. toctree:: |
| 82 | :maxdepth: 2 |
| 83 | |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 84 | driver-api/index |
Silvio Fricke | 24755a5 | 2016-10-28 10:14:10 +0200 | [diff] [blame] | 85 | core-api/index |
Markus Heiser | b32feba | 2016-08-13 16:12:43 +0200 | [diff] [blame] | 86 | media/index |
Mauro Carvalho Chehab | 05e0f3b | 2017-05-12 09:14:02 -0300 | [diff] [blame] | 87 | networking/index |
Mauro Carvalho Chehab | aeb899a | 2017-04-11 07:01:19 -0300 | [diff] [blame] | 88 | input/index |
Jani Nikula | cb597fc | 2016-06-21 14:48:57 +0300 | [diff] [blame] | 89 | gpu/index |
Jarkko Sakkinen | 799a545 | 2016-11-03 17:57:52 -0600 | [diff] [blame] | 90 | security/index |
Takashi Iwai | 8551914 | 2016-11-02 21:30:39 +0100 | [diff] [blame] | 91 | sound/index |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 92 | crypto/index |
Mauro Carvalho Chehab | 90f9f11 | 2017-05-12 06:50:22 -0300 | [diff] [blame] | 93 | filesystems/index |
Mike Rapoport | 8238191 | 2018-03-21 21:22:48 +0200 | [diff] [blame] | 94 | vm/index |
Tobin C. Harding | 3209570 | 2018-07-26 15:03:04 +1000 | [diff] [blame] | 95 | bpf/index |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 96 | |
Mauro Carvalho Chehab | bffac83 | 2017-05-13 07:50:43 -0300 | [diff] [blame] | 97 | Architecture-specific documentation |
| 98 | ----------------------------------- |
| 99 | |
| 100 | These books provide programming details about architecture-specific |
| 101 | implementation. |
| 102 | |
| 103 | .. toctree:: |
| 104 | :maxdepth: 2 |
| 105 | |
| 106 | sh/index |
Thomas Gleixner | 1f7c31b | 2019-02-18 23:13:06 +0100 | [diff] [blame] | 107 | x86/index |
Mauro Carvalho Chehab | bffac83 | 2017-05-13 07:50:43 -0300 | [diff] [blame] | 108 | |
Darrick J. Wong | 6684874 | 2018-07-29 16:14:02 -0400 | [diff] [blame] | 109 | Filesystem Documentation |
| 110 | ------------------------ |
| 111 | |
| 112 | The documentation in this section are provided by specific filesystem |
| 113 | subprojects. |
| 114 | |
| 115 | .. toctree:: |
Theodore Ts'o | 0694f8c | 2018-07-29 16:35:23 -0400 | [diff] [blame] | 116 | :maxdepth: 2 |
Darrick J. Wong | 6684874 | 2018-07-29 16:14:02 -0400 | [diff] [blame] | 117 | |
| 118 | filesystems/ext4/index |
| 119 | |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 120 | Translations |
| 121 | ------------ |
SeongJae Park | ba42c57 | 2016-11-08 21:26:09 +0900 | [diff] [blame] | 122 | |
| 123 | .. toctree:: |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 124 | :maxdepth: 2 |
SeongJae Park | ba42c57 | 2016-11-08 21:26:09 +0900 | [diff] [blame] | 125 | |
Federico Vaga | 85c32d9 | 2018-06-06 00:49:00 +0200 | [diff] [blame] | 126 | translations/index |
Tsugikazu Shibata | f012733 | 2017-04-08 12:24:04 +0200 | [diff] [blame] | 127 | |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 128 | Indices and tables |
| 129 | ================== |
| 130 | |
| 131 | * :ref:`genindex` |