Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | ===================================== The Linux kernel user-space API guide ===================================== .. _man-pages: https://www.kernel.org/doc/man-pages/ While much of the kernel's user-space API is documented elsewhere (particularly in the man-pages_ project), some user-space information can also be found in the kernel tree itself. This manual is intended to be the place where this information is gathered. System calls ============ .. toctree:: :maxdepth: 1 unshare futex2 ebpf/index ioctl/index mseal Security-related interfaces =========================== .. toctree:: :maxdepth: 1 no_new_privs seccomp_filter landlock lsm mfd_noexec spec_ctrl tee Devices and I/O =============== .. toctree:: :maxdepth: 1 accelerators/ocxl dma-buf-alloc-exchange gpio/index iommufd media/index dcdbas vduse isapnp Everything else =============== .. toctree:: :maxdepth: 1 ELF netlink/index sysfs-platform_profile vduse futex2 perf_ring_buffer .. only:: subproject and html Indices ======= * :ref:`genindex` |