index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 provides an overview of the
  16. possible mitigations along with guidance for selecting mitigations if they
  17. are configurable at compile, boot or run time.
  18. .. toctree::
  19. :maxdepth: 1
  20. l1tf
  21. Here is a set of documents aimed at users who are trying to track down
  22. problems and bugs in particular.
  23. .. toctree::
  24. :maxdepth: 1
  25. reporting-bugs
  26. security-bugs
  27. bug-hunting
  28. bug-bisect
  29. tainted-kernels
  30. ramoops
  31. dynamic-debug-howto
  32. init
  33. This is the beginning of a section with information of interest to
  34. application developers. Documents covering various aspects of the kernel
  35. ABI will be found here.
  36. .. toctree::
  37. :maxdepth: 1
  38. sysfs-rules
  39. The rest of this manual consists of various unordered guides on how to
  40. configure specific aspects of kernel behavior to your liking.
  41. .. toctree::
  42. :maxdepth: 1
  43. initrd
  44. cgroup-v2
  45. serial-console
  46. braille-console
  47. parport
  48. md
  49. module-signing
  50. sysrq
  51. unicode
  52. vga-softcursor
  53. binfmt-misc
  54. mono
  55. java
  56. ras
  57. bcache
  58. pm/index
  59. thunderbolt
  60. LSM/index
  61. mm/index
  62. .. only:: subproject and html
  63. Indices
  64. =======
  65. * :ref:`genindex`