From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- kernel/Documentation/index.rst | 89 ++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 84 insertions(+), 5 deletions(-) diff --git a/kernel/Documentation/index.rst b/kernel/Documentation/index.rst index 1cdc139..5771974 100644 --- a/kernel/Documentation/index.rst +++ b/kernel/Documentation/index.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0 + + .. The Linux Kernel documentation master file, created by sphinx-quickstart on Fri Feb 12 13:51:46 2016. You can adapt this file completely to your liking, but it should at least @@ -22,10 +25,7 @@ (GPLv2), how to properly mark the license of individual files in the source tree, as well as links to the full license text. -.. toctree:: - :maxdepth: 2 - - process/license-rules.rst +* :ref:`kernel_licensing` User-oriented documentation --------------------------- @@ -37,6 +37,18 @@ :maxdepth: 2 admin-guide/index + kbuild/index + +Firmware-related documentation +------------------------------ +The following holds information on the kernel's expectations regarding the +platform firmwares. + +.. toctree:: + :maxdepth: 2 + + firmware-guide/index + devicetree/index Application-developer documentation ----------------------------------- @@ -68,6 +80,9 @@ kernel-hacking/index trace/index maintainer/index + fault-injection/index + livepatch/index + Kernel API documentation ------------------------ @@ -83,9 +98,32 @@ driver-api/index core-api/index - media/index + locking/index + accounting/index + block/index + cdrom/index + cpu-freq/index + ide/index + fb/index + fpga/index + hid/index + i2c/index + iio/index + isdn/index + infiniband/index + leds/index + netlabel/index networking/index + pcmcia/index + power/index + target/index + timers/index + spi/index + w1/index + watchdog/index + virt/index input/index + hwmon/index gpu/index security/index sound/index @@ -93,6 +131,20 @@ filesystems/index vm/index bpf/index + usb/index + PCI/index + scsi/index + misc-devices/index + scheduler/index + mhi/index + +Architecture-agnostic documentation +----------------------------------- + +.. toctree:: + :maxdepth: 2 + + asm-annotations Architecture-specific documentation ----------------------------------- @@ -103,8 +155,21 @@ .. toctree:: :maxdepth: 2 + arm/index + arm64/index + ia64/index + m68k/index + mips/index + nios2/nios2 + openrisc/index + parisc/index + powerpc/index + riscv/index + s390/index sh/index + sparc/index x86/index + xtensa/index Filesystem Documentation ------------------------ @@ -117,6 +182,20 @@ filesystems/ext4/index +Other documentation +------------------- + +There are several unsorted documents that don't seem to fit on other parts +of the documentation body, or may require some adjustments and/or conversion +to ReStructured Text format, or are simply too old. + +.. toctree:: + :maxdepth: 2 + + staging/index + watch_queue + + Translations ------------ -- Gitblit v1.6.2