| rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame] | 1 | The Linux kernel user's and administrator's guide |
| 2 | ================================================= |
| 3 | |
| 4 | The following is a collection of user-oriented documents that have been |
| 5 | added to the kernel over time. There is, as yet, little overall order or |
| 6 | organization here — this material was not written to be a single, coherent |
| 7 | document! With luck things will improve quickly over time. |
| 8 | |
| 9 | This initial section contains overall information, including the README |
| 10 | file describing the kernel as a whole, documentation on kernel parameters, |
| 11 | etc. |
| 12 | |
| 13 | .. toctree:: |
| 14 | :maxdepth: 1 |
| 15 | |
| 16 | README |
| 17 | kernel-parameters |
| 18 | devices |
| 19 | |
| 20 | This section describes CPU vulnerabilities and their mitigations. |
| 21 | |
| 22 | .. toctree:: |
| 23 | :maxdepth: 1 |
| 24 | |
| 25 | hw-vuln/index |
| 26 | |
| 27 | Here is a set of documents aimed at users who are trying to track down |
| 28 | problems and bugs in particular. |
| 29 | |
| 30 | .. toctree:: |
| 31 | :maxdepth: 1 |
| 32 | |
| 33 | reporting-bugs |
| 34 | security-bugs |
| 35 | bug-hunting |
| 36 | bug-bisect |
| 37 | tainted-kernels |
| 38 | ramoops |
| 39 | dynamic-debug-howto |
| 40 | init |
| 41 | |
| 42 | This is the beginning of a section with information of interest to |
| 43 | application developers. Documents covering various aspects of the kernel |
| 44 | ABI will be found here. |
| 45 | |
| 46 | .. toctree:: |
| 47 | :maxdepth: 1 |
| 48 | |
| 49 | sysfs-rules |
| 50 | |
| 51 | The rest of this manual consists of various unordered guides on how to |
| 52 | configure specific aspects of kernel behavior to your liking. |
| 53 | |
| 54 | .. toctree:: |
| 55 | :maxdepth: 1 |
| 56 | |
| 57 | initrd |
| 58 | serial-console |
| 59 | braille-console |
| 60 | parport |
| 61 | md |
| 62 | module-signing |
| 63 | sysrq |
| 64 | unicode |
| 65 | vga-softcursor |
| 66 | binfmt-misc |
| 67 | mono |
| 68 | java |
| 69 | ras |
| 70 | pm/index |
| 71 | thunderbolt |
| 72 | LSM/index |
| 73 | |
| 74 | .. only:: subproject and html |
| 75 | |
| 76 | Indices |
| 77 | ======= |
| 78 | |
| 79 | * :ref:`genindex` |