brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 274cc75 Raw
73 lines · plain
1=====================================2The Linux kernel user-space API guide3=====================================4 5.. _man-pages: https://www.kernel.org/doc/man-pages/6 7While much of the kernel's user-space API is documented elsewhere8(particularly in the man-pages_ project), some user-space information can9also be found in the kernel tree itself.  This manual is intended to be the10place where this information is gathered.11 12 13System calls14============15 16.. toctree::17   :maxdepth: 118 19   unshare20   futex221   ebpf/index22   ioctl/index23   mseal24 25Security-related interfaces26===========================27 28.. toctree::29   :maxdepth: 130 31   no_new_privs32   seccomp_filter33   landlock34   lsm35   mfd_noexec36   spec_ctrl37   tee38 39Devices and I/O40===============41 42.. toctree::43   :maxdepth: 144 45   accelerators/ocxl46   dma-buf-alloc-exchange47   gpio/index48   iommufd49   media/index50   dcdbas51   vduse52   isapnp53 54Everything else55===============56 57.. toctree::58   :maxdepth: 159 60   ELF61   netlink/index62   sysfs-platform_profile63   vduse64   futex265   perf_ring_buffer66 67.. only::  subproject and html68 69   Indices70   =======71 72   * :ref:`genindex`73