2017-04-02 14:58:01 -06:00
|
|
|
=====================================
|
|
|
|
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.
|
|
|
|
|
2024-01-22 15:18:30 -07:00
|
|
|
|
|
|
|
System calls
|
|
|
|
============
|
|
|
|
|
2017-04-02 14:58:01 -06:00
|
|
|
.. toctree::
|
2024-01-22 15:18:30 -07:00
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
unshare
|
|
|
|
futex2
|
|
|
|
ebpf/index
|
|
|
|
ioctl/index
|
|
|
|
|
|
|
|
Security-related interfaces
|
|
|
|
===========================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2017-04-02 14:58:01 -06:00
|
|
|
|
2017-05-13 04:51:38 -07:00
|
|
|
no_new_privs
|
2017-05-13 04:51:37 -07:00
|
|
|
seccomp_filter
|
2021-04-22 17:41:22 +02:00
|
|
|
landlock
|
2024-01-22 15:18:30 -07:00
|
|
|
lsm
|
2018-04-29 15:20:11 +02:00
|
|
|
spec_ctrl
|
2024-01-22 15:18:30 -07:00
|
|
|
tee
|
|
|
|
|
|
|
|
Devices and I/O
|
|
|
|
===============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2019-06-18 11:39:21 -03:00
|
|
|
accelerators/ocxl
|
2023-08-03 16:47:29 +01:00
|
|
|
dma-buf-alloc-exchange
|
2020-10-27 10:51:12 +01:00
|
|
|
iommu
|
2022-11-29 16:29:28 -04:00
|
|
|
iommufd
|
2020-03-10 13:57:48 +01:00
|
|
|
media/index
|
2024-01-22 15:18:30 -07:00
|
|
|
dcdbas
|
2021-08-31 18:36:34 +08:00
|
|
|
vduse
|
2023-12-21 13:48:15 +01:00
|
|
|
isapnp
|
2024-01-22 15:18:30 -07:00
|
|
|
|
|
|
|
Everything else
|
|
|
|
===============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
ELF
|
|
|
|
netlink/index
|
|
|
|
sysfs-platform_profile
|
2017-04-02 15:18:32 -06:00
|
|
|
|
2017-04-02 14:58:01 -06:00
|
|
|
.. only:: subproject and html
|
|
|
|
|
|
|
|
Indices
|
|
|
|
=======
|
|
|
|
|
|
|
|
* :ref:`genindex`
|