Based on kernel version 6.14
. Page generated on 2025-04-02 08:20 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | ================================================= The Linux kernel user's and administrator's guide ================================================= The following is a collection of user-oriented documents that have been added to the kernel over time. There is, as yet, little overall order or organization here — this material was not written to be a single, coherent document! With luck things will improve quickly over time. General guides to kernel administration --------------------------------------- This initial section contains overall information, including the README file describing the kernel as a whole, documentation on kernel parameters, etc. .. toctree:: :maxdepth: 1 README devices features A big part of the kernel's administrative interface is the /proc and sysfs virtual filesystems; these documents describe how to interact with tem .. toctree:: :maxdepth: 1 sysfs-rules sysctl/index cputopology abi Security-related documentation: .. toctree:: :maxdepth: 1 hw-vuln/index LSM/index perf-security Booting the kernel ------------------ .. toctree:: :maxdepth: 1 bootconfig kernel-parameters efi-stub initrd Tracking down and identifying problems -------------------------------------- Here is a set of documents aimed at users who are trying to track down problems and bugs in particular. .. toctree:: :maxdepth: 1 reporting-issues reporting-regressions quickly-build-trimmed-linux verify-bugs-and-bisect-regressions bug-hunting bug-bisect tainted-kernels ramoops dynamic-debug-howto init kdump/index perf/index pstore-blk clearing-warn-once kernel-per-CPU-kthreads lockup-watchdogs RAS/index sysrq Core-kernel subsystems ---------------------- These documents describe core-kernel administration interfaces that are likely to be of interest on almost any system. .. toctree:: :maxdepth: 1 cgroup-v2 cgroup-v1/index cpu-load mm/index module-signing namespaces/index numastat pm/index syscall-user-dispatch Support for non-native binary formats. Note that some of these documents are ... old ... .. toctree:: :maxdepth: 1 binfmt-misc java mono Block-layer and filesystem administration ----------------------------------------- .. toctree:: :maxdepth: 1 bcache binderfs blockdev/index cifs/index device-mapper/index ext4 filesystem-monitoring nfs/index iostats jfs md ufs xfs Device-specific guides ---------------------- How to configure your hardware within your Linux system. .. toctree:: :maxdepth: 1 acpi/index aoe/index auxdisplay/index braille-console btmrvl dell_rbu edid gpio/index hw_random laptops/index lcd-panel-cgram media/index nvme-multipath parport pnp rapidio rtc serial-console svga thermal/index thunderbolt vga-softcursor video-output Workload analysis ----------------- This is the beginning of a section with information of interest to application developers and system integrators doing analysis of the Linux kernel for safety critical applications. Documents supporting analysis of kernel interactions with applications, and key kernel subsystems expectations will be found here. .. toctree:: :maxdepth: 1 workload-tracing Everything else --------------- A few hard-to-categorize and generally obsolete documents. .. toctree:: :maxdepth: 1 highuid ldm unicode .. only:: subproject and html Indices ======= * :ref:`genindex` |