b.liu | e958203 | 2025-04-17 19:18:16 +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 | sysctl/index |
| 20 | |
| 21 | This section describes CPU vulnerabilities and their mitigations. |
| 22 | |
| 23 | .. toctree:: |
| 24 | :maxdepth: 1 |
| 25 | |
| 26 | hw-vuln/index |
| 27 | |
| 28 | Here is a set of documents aimed at users who are trying to track down |
| 29 | problems and bugs in particular. |
| 30 | |
| 31 | .. toctree:: |
| 32 | :maxdepth: 1 |
| 33 | |
| 34 | reporting-bugs |
| 35 | security-bugs |
| 36 | bug-hunting |
| 37 | bug-bisect |
| 38 | tainted-kernels |
| 39 | ramoops |
| 40 | dynamic-debug-howto |
| 41 | init |
| 42 | kdump/index |
| 43 | perf/index |
| 44 | |
| 45 | This is the beginning of a section with information of interest to |
| 46 | application developers. Documents covering various aspects of the kernel |
| 47 | ABI will be found here. |
| 48 | |
| 49 | .. toctree:: |
| 50 | :maxdepth: 1 |
| 51 | |
| 52 | sysfs-rules |
| 53 | |
| 54 | The rest of this manual consists of various unordered guides on how to |
| 55 | configure specific aspects of kernel behavior to your liking. |
| 56 | |
| 57 | .. toctree:: |
| 58 | :maxdepth: 1 |
| 59 | |
| 60 | initrd |
| 61 | bootconfig |
| 62 | cgroup-v2 |
| 63 | cgroup-v1/index |
| 64 | serial-console |
| 65 | braille-console |
| 66 | parport |
| 67 | md |
| 68 | module-signing |
| 69 | rapidio |
| 70 | sysrq |
| 71 | unicode |
| 72 | vga-softcursor |
| 73 | binfmt-misc |
| 74 | mono |
| 75 | java |
| 76 | ras |
| 77 | bcache |
| 78 | blockdev/index |
| 79 | ext4 |
| 80 | binderfs |
| 81 | cifs/index |
| 82 | xfs |
| 83 | jfs |
| 84 | ufs |
| 85 | pm/index |
| 86 | thunderbolt |
| 87 | LSM/index |
| 88 | mm/index |
| 89 | namespaces/index |
| 90 | perf-security |
| 91 | acpi/index |
| 92 | aoe/index |
| 93 | btmrvl |
| 94 | clearing-warn-once |
| 95 | cpu-load |
| 96 | cputopology |
| 97 | device-mapper/index |
| 98 | efi-stub |
| 99 | gpio/index |
| 100 | highuid |
| 101 | hw_random |
| 102 | iostats |
| 103 | kernel-per-CPU-kthreads |
| 104 | laptops/index |
| 105 | auxdisplay/index |
| 106 | lcd-panel-cgram |
| 107 | ldm |
| 108 | lockup-watchdogs |
| 109 | numastat |
| 110 | pnp |
| 111 | rtc |
| 112 | svga |
| 113 | wimax/index |
| 114 | video-output |
| 115 | |
| 116 | .. only:: subproject and html |
| 117 | |
| 118 | Indices |
| 119 | ======= |
| 120 | |
| 121 | * :ref:`genindex` |