diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-06-22 10:10:03 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-07-14 13:38:19 -0600 |
commit | eeedd1ba26e3fd136c48c1f060e7f08b297c5c63 (patch) | |
tree | 4c5adad6423b187cdc8dd70f7e9ebbe2f3d03812 /Documentation/subsystem-apis.rst | |
parent | 129027b78c494ad71c622aa09d83d18cf1380d0b (diff) |
docs: consolidate core subsystems
to make the page more organized as requested
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230622071004.2934698-1-costa.shul@redhat.com
Diffstat (limited to 'Documentation/subsystem-apis.rst')
-rw-r--r-- | Documentation/subsystem-apis.rst | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst index b67a1b65855b..8664b05777c3 100644 --- a/Documentation/subsystem-apis.rst +++ b/Documentation/subsystem-apis.rst @@ -10,6 +10,20 @@ 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 ---------------- @@ -39,9 +53,6 @@ Storage interfaces .. toctree:: :maxdepth: 1 - driver-api/index - core-api/index - locking/index accounting/index cpu-freq/index fpga/index @@ -53,8 +64,6 @@ Storage interfaces netlabel/index networking/index pcmcia/index - power/index - timers/index spi/index w1/index watchdog/index @@ -63,12 +72,10 @@ Storage interfaces accel/index security/index crypto/index - mm/index bpf/index usb/index PCI/index misc-devices/index - scheduler/index mhi/index peci/index wmi/index |