diff options
Diffstat (limited to 'Documentation/userspace-api/index.rst')
| -rw-r--r-- | Documentation/userspace-api/index.rst | 52 |
1 files changed, 45 insertions, 7 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index c78da9ce0ec4..8a61ac4c1bf1 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -9,27 +9,65 @@ While much of the kernel's user-space API is documented elsewhere also be found in the kernel tree itself. This manual is intended to be the place where this information is gathered. -.. class:: toc-title - Table of contents +System calls +============ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 + + unshare + futex2 + ebpf/index + ioctl/index + mseal + +Security-related interfaces +=========================== + +.. toctree:: + :maxdepth: 1 no_new_privs seccomp_filter landlock - unshare + lsm + mfd_noexec spec_ctrl + tee + check_exec + +Devices and I/O +=============== + +.. toctree:: + :maxdepth: 1 + accelerators/ocxl - ebpf/index - ioctl/index - iommu + dma-buf-heaps + dma-buf-alloc-exchange + fwctl/index + gpio/index + iommufd media/index + dcdbas + vduse + isapnp + +Everything else +=============== + +.. toctree:: + :maxdepth: 1 + + ELF + liveupdate netlink/index sysfs-platform_profile vduse futex2 + perf_ring_buffer + ntsync .. only:: subproject and html |
