Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | .. SPDX-License-Identifier: GPL-2.0 ============================== Kernel subsystem documentation ============================== These books get into the details of how specific kernel subsystems work from the point of view of a kernel developer. Much of the information here is taken directly from the kernel source, with supplemental material added as needed (or at least as we managed to add it — probably *not* all that is needed). Core subsystems --------------- .. toctree:: :maxdepth: 1 core-api/index driver-api/index mm/index power/index scheduler/index timers/index locking/index Human interfaces ---------------- .. toctree:: :maxdepth: 1 input/index hid/index sound/index gpu/index fb/index leds/index Networking interfaces --------------------- .. toctree:: :maxdepth: 1 networking/index netlabel/index infiniband/index isdn/index mhi/index Storage interfaces ------------------ .. toctree:: :maxdepth: 1 filesystems/index block/index cdrom/index scsi/index target/index Other subsystems ---------------- **Fixme**: much more organizational work is needed here. .. toctree:: :maxdepth: 1 accounting/index cpu-freq/index fpga/index i2c/index iio/index pcmcia/index spi/index w1/index watchdog/index virt/index hwmon/index accel/index security/index crypto/index bpf/index usb/index PCI/index misc-devices/index peci/index wmi/index tee/index |