index.rst 1.6 KB

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