subsystem-apis.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ==============================
  3. Kernel subsystem documentation
  4. ==============================
  5. These books get into the details of how specific kernel subsystems work
  6. from the point of view of a kernel developer. Much of the information here
  7. is taken directly from the kernel source, with supplemental material added
  8. as needed (or at least as we managed to add it — probably *not* all that is
  9. needed).
  10. **Fixme**: much more organizational work is needed here.
  11. .. toctree::
  12. :maxdepth: 1
  13. driver-api/index
  14. core-api/index
  15. locking/index
  16. accounting/index
  17. block/index
  18. cdrom/index
  19. cpu-freq/index
  20. fb/index
  21. fpga/index
  22. hid/index
  23. i2c/index
  24. iio/index
  25. isdn/index
  26. infiniband/index
  27. leds/index
  28. netlabel/index
  29. networking/index
  30. pcmcia/index
  31. power/index
  32. target/index
  33. timers/index
  34. spi/index
  35. w1/index
  36. watchdog/index
  37. virt/index
  38. input/index
  39. hwmon/index
  40. gpu/index
  41. security/index
  42. sound/index
  43. crypto/index
  44. filesystems/index
  45. mm/index
  46. bpf/index
  47. usb/index
  48. PCI/index
  49. scsi/index
  50. misc-devices/index
  51. scheduler/index
  52. mhi/index
  53. peci/index