Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 1 | ===================================== |
| 2 | The Linux kernel user-space API guide |
| 3 | ===================================== |
| 4 | |
| 5 | .. _man-pages: https://www.kernel.org/doc/man-pages/ |
| 6 | |
| 7 | While much of the kernel's user-space API is documented elsewhere |
| 8 | (particularly in the man-pages_ project), some user-space information can |
| 9 | also be found in the kernel tree itself. This manual is intended to be the |
| 10 | place where this information is gathered. |
| 11 | |
| 12 | .. class:: toc-title |
| 13 | |
| 14 | Table of contents |
| 15 | |
| 16 | .. toctree:: |
| 17 | :maxdepth: 2 |
| 18 | |
Kees Cook | 40fde64 | 2017-05-13 04:51:38 -0700 | [diff] [blame] | 19 | no_new_privs |
Kees Cook | c061f33 | 2017-05-13 04:51:37 -0700 | [diff] [blame] | 20 | seccomp_filter |
Jonathan Corbet | f504d47 | 2017-04-02 15:18:32 -0600 | [diff] [blame] | 21 | unshare |
Thomas Gleixner | b617cfc | 2018-04-29 15:20:11 +0200 | [diff] [blame] | 22 | spec_ctrl |
Mauro Carvalho Chehab | 2dbc0838 | 2019-06-18 11:39:21 -0300 | [diff] [blame] | 23 | accelerators/ocxl |
Jonathan Corbet | 0495007 | 2019-10-03 13:02:19 -0600 | [diff] [blame] | 24 | ioctl/index |
Mauro Carvalho Chehab | de39012 | 2020-10-27 10:51:12 +0100 | [diff] [blame^] | 25 | iommu |
Mauro Carvalho Chehab | d29e1ef | 2020-03-10 13:57:48 +0100 | [diff] [blame] | 26 | media/index |
Jonathan Corbet | f504d47 | 2017-04-02 15:18:32 -0600 | [diff] [blame] | 27 | |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 28 | .. only:: subproject and html |
| 29 | |
| 30 | Indices |
| 31 | ======= |
| 32 | |
| 33 | * :ref:`genindex` |