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   filesystem-monitoring
86   nfs/index
87   gpio/index
88   highuid
89   hw_random
90   initrd
91   iostats
92   java
93   jfs
94   kernel-per-CPU-kthreads
95   laptops/index
96   lcd-panel-cgram
97   ldm
98   lockup-watchdogs
99   LSM/index
100   md
101   media/index
102   mm/index
103   module-signing
104   mono
105   namespaces/index
106   numastat
107   parport
108   perf-security
109   pm/index
110   pnp
111   rapidio
112   ras
113   rtc
114   serial-console
115   svga
116   syscall-user-dispatch
117   sysrq
118   thunderbolt
119   ufs
120   unicode
121   vga-softcursor
122   video-output
123   xfs
124
125.. only::  subproject and html
126
127   Indices
128   =======
129
130   * :ref:`genindex`
131