1===================================== 2The Linux kernel user-space API guide 3===================================== 4 5.. _man-pages: https://www.kernel.org/doc/man-pages/ 6 7While much of the kernel's user-space API is documented elsewhere 8(particularly in the man-pages_ project), some user-space information can 9also be found in the kernel tree itself. This manual is intended to be the 10place where this information is gathered. 11 12.. class:: toc-title 13 14 Table of contents 15 16.. toctree:: 17 :maxdepth: 2 18 19 no_new_privs 20 seccomp_filter 21 landlock 22 unshare 23 spec_ctrl 24 accelerators/ocxl 25 dma-buf-alloc-exchange 26 ebpf/index 27 ELF 28 ioctl/index 29 iommu 30 iommufd 31 media/index 32 netlink/index 33 sysfs-platform_profile 34 vduse 35 futex2 36 37.. only:: subproject and html 38 39 Indices 40 ======= 41 42 * :ref:`genindex` 43