1The Linux kernel user's and administrator's guide 2================================================= 3 4The following is a collection of user-oriented documents that have been 5added to the kernel over time. There is, as yet, little overall order or 6organization here — this material was not written to be a single, coherent 7document! With luck things will improve quickly over time. 8 9This initial section contains overall information, including the README 10file describing the kernel as a whole, documentation on kernel parameters, 11etc. 12 13.. toctree:: 14 :maxdepth: 1 15 16 README 17 kernel-parameters 18 devices 19 sysctl/index 20 21 abi 22 features 23 24This section describes CPU vulnerabilities and their mitigations. 25 26.. toctree:: 27 :maxdepth: 1 28 29 hw-vuln/index 30 31Here is a set of documents aimed at users who are trying to track down 32problems and bugs in particular. 33 34.. toctree:: 35 :maxdepth: 1 36 37 reporting-issues 38 security-bugs 39 bug-hunting 40 bug-bisect 41 tainted-kernels 42 ramoops 43 dynamic-debug-howto 44 init 45 kdump/index 46 perf/index 47 pstore-blk 48 49This is the beginning of a section with information of interest to 50application developers. Documents covering various aspects of the kernel 51ABI will be found here. 52 53.. toctree:: 54 :maxdepth: 1 55 56 sysfs-rules 57 58The rest of this manual consists of various unordered guides on how to 59configure specific aspects of kernel behavior to your liking. 60 61.. toctree:: 62 :maxdepth: 1 63 64 acpi/index 65 aoe/index 66 auxdisplay/index 67 bcache 68 binderfs 69 binfmt-misc 70 blockdev/index 71 bootconfig 72 braille-console 73 btmrvl 74 cgroup-v1/index 75 cgroup-v2 76 cifs/index 77 clearing-warn-once 78 cpu-load 79 cputopology 80 dell_rbu 81 device-mapper/index 82 edid 83 efi-stub 84 ext4 85 nfs/index 86 gpio/index 87 highuid 88 hw_random 89 initrd 90 iostats 91 java 92 jfs 93 kernel-per-CPU-kthreads 94 laptops/index 95 lcd-panel-cgram 96 ldm 97 lockup-watchdogs 98 LSM/index 99 md 100 media/index 101 mm/index 102 module-signing 103 mono 104 namespaces/index 105 numastat 106 parport 107 perf-security 108 pm/index 109 pnp 110 rapidio 111 ras 112 rtc 113 serial-console 114 svga 115 syscall-user-dispatch 116 sysrq 117 thunderbolt 118 ufs 119 unicode 120 vga-softcursor 121 video-output 122 xfs 123 124.. only:: subproject and html 125 126 Indices 127 ======= 128 129 * :ref:`genindex` 130