Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
13System calls
14============
15
16.. toctree::
17 :maxdepth: 1
18
19 unshare
20 futex2
21 ebpf/index
22 ioctl/index
23 mseal
24 rseq
25
26Security-related interfaces
27===========================
28
29.. toctree::
30 :maxdepth: 1
31
32 no_new_privs
33 seccomp_filter
34 landlock
35 lsm
36 mfd_noexec
37 spec_ctrl
38 tee
39 check_exec
40
41Devices and I/O
42===============
43
44.. toctree::
45 :maxdepth: 1
46
47 accelerators/ocxl
48 dma-buf-heaps
49 dma-buf-alloc-exchange
50 fwctl/index
51 gpio/index
52 iommufd
53 media/index
54 dcdbas
55 vduse
56 isapnp
57
58Everything else
59===============
60
61.. toctree::
62 :maxdepth: 1
63
64 ELF
65 liveupdate
66 netlink/index
67 sysfs-platform_profile
68 vduse
69 futex2
70 perf_ring_buffer
71 ntsync