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 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 6 | Welcome to The Linux Kernel's documentation |
| 7 | =========================================== |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 8 | |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 9 | This is the top level of the kernel's documentation tree. Kernel |
| 10 | documentation, like the kernel itself, is very much a work in progress; |
| 11 | that is especially true as we work to integrate our many scattered |
| 12 | documents into a coherent whole. Please note that improvements to the |
| 13 | documentation are welcome; join the linux-doc list at vger.kernel.org if |
| 14 | you want to help out. |
| 15 | |
| 16 | User-oriented documentation |
| 17 | --------------------------- |
| 18 | |
| 19 | The following manuals are written for *users* of the kernel — those who are |
| 20 | trying to get it to work optimally on a given system. |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 21 | |
| 22 | .. toctree:: |
| 23 | :maxdepth: 2 |
| 24 | |
Mauro Carvalho Chehab | 9d85025 | 2016-09-21 09:51:11 -0300 | [diff] [blame] | 25 | admin-guide/index |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 26 | |
| 27 | Introduction to kernel development |
| 28 | ---------------------------------- |
| 29 | |
| 30 | These manuals contain overall information about how to develop the kernel. |
| 31 | The kernel community is quite large, with thousands of developers |
| 32 | contributing over the course of a year. As with any large community, |
| 33 | knowing how things are done will make the process of getting your changes |
| 34 | merged much easier. |
| 35 | |
| 36 | .. toctree:: |
| 37 | :maxdepth: 2 |
| 38 | |
Mauro Carvalho Chehab | 0e4f07a | 2016-10-18 09:05:32 -0200 | [diff] [blame] | 39 | process/index |
Markus Heiser | c289312 | 2016-10-26 08:23:14 +0200 | [diff] [blame] | 40 | dev-tools/index |
Mauro Carvalho Chehab | 1dc4bbf | 2016-11-17 08:32:33 -0200 | [diff] [blame] | 41 | doc-guide/index |
Jonathan Corbet | b51208d | 2016-10-26 15:43:00 -0600 | [diff] [blame] | 42 | |
| 43 | Kernel API documentation |
| 44 | ------------------------ |
| 45 | |
| 46 | These books get into the details of how specific kernel subsystems work |
| 47 | from the point of view of a kernel developer. Much of the information here |
| 48 | is taken directly from the kernel source, with supplemental material added |
| 49 | as needed (or at least as we managed to add it — probably *not* all that is |
| 50 | needed). |
| 51 | |
| 52 | .. toctree:: |
| 53 | :maxdepth: 2 |
| 54 | |
Jonathan Corbet | dcec3c8 | 2016-08-20 13:17:32 -0600 | [diff] [blame] | 55 | driver-api/index |
Silvio Fricke | 24755a5 | 2016-10-28 10:14:10 +0200 | [diff] [blame] | 56 | core-api/index |
Markus Heiser | b32feba | 2016-08-13 16:12:43 +0200 | [diff] [blame] | 57 | media/index |
Jani Nikula | cb597fc | 2016-06-21 14:48:57 +0300 | [diff] [blame] | 58 | gpu/index |
Jarkko Sakkinen | 799a545 | 2016-11-03 17:57:52 -0600 | [diff] [blame] | 59 | security/index |
Takashi Iwai | 8551914 | 2016-11-02 21:30:39 +0100 | [diff] [blame] | 60 | sound/index |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 61 | crypto/index |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 62 | |
SeongJae Park | ba42c57 | 2016-11-08 21:26:09 +0900 | [diff] [blame] | 63 | Korean translations |
| 64 | ------------------- |
| 65 | |
| 66 | .. toctree:: |
| 67 | :maxdepth: 1 |
| 68 | |
| 69 | translations/ko_KR/index |
| 70 | |
Jani Nikula | 22cba31 | 2016-05-19 15:14:05 +0300 | [diff] [blame] | 71 | Indices and tables |
| 72 | ================== |
| 73 | |
| 74 | * :ref:`genindex` |