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.. toctree:: 13 :caption: Table of contents 14 :maxdepth: 2 15 16 no_new_privs 17 seccomp_filter 18 landlock 19 unshare 20 spec_ctrl 21 accelerators/ocxl 22 dma-buf-alloc-exchange 23 ebpf/index 24 ELF 25 ioctl/index 26 iommu 27 iommufd 28 media/index 29 netlink/index 30 sysfs-platform_profile 31 vduse 32 futex2 33 lsm 34 tee 35 isapnp 36 dcdbas 37 38.. only:: subproject and html 39 40 Indices 41 ======= 42 43 * :ref:`genindex` 44