brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 74af50d Raw
92 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3==============================4Kernel subsystem documentation5==============================6 7These books get into the details of how specific kernel subsystems work8from the point of view of a kernel developer.  Much of the information here9is taken directly from the kernel source, with supplemental material added10as needed (or at least as we managed to add it — probably *not* all that is11needed).12 13Core subsystems14---------------15 16.. toctree::17   :maxdepth: 118 19   core-api/index20   driver-api/index21   mm/index22   power/index23   scheduler/index24   timers/index25   locking/index26 27Human interfaces28----------------29 30.. toctree::31   :maxdepth: 132 33   input/index34   hid/index35   sound/index36   gpu/index37   fb/index38   leds/index39 40Networking interfaces41---------------------42 43.. toctree::44   :maxdepth: 145 46   networking/index47   netlabel/index48   infiniband/index49   isdn/index50   mhi/index51 52Storage interfaces53------------------54 55.. toctree::56   :maxdepth: 157 58   filesystems/index59   block/index60   cdrom/index61   scsi/index62   target/index63 64Other subsystems65----------------66**Fixme**: much more organizational work is needed here.67 68.. toctree::69   :maxdepth: 170 71   accounting/index72   cpu-freq/index73   fpga/index74   i2c/index75   iio/index76   pcmcia/index77   spi/index78   w1/index79   watchdog/index80   virt/index81   hwmon/index82   accel/index83   security/index84   crypto/index85   bpf/index86   usb/index87   PCI/index88   misc-devices/index89   peci/index90   wmi/index91   tee/index92