Based on kernel version 6.12.4
. Page generated on 2024-12-12 21:02 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 | .. SPDX-License-Identifier: GPL-2.0 .. include:: ../disclaimer-zh_CN.rst :Original: Documentation/userspace-api/index.rst :翻译: 李睿 Rui Li <me@lirui.org> ========================= Linux 内核用户空间API指南 ========================= .. _man-pages: https://www.kernel.org/doc/man-pages/ 尽管许多用户空间API的文档被记录在别处(特别是在 man-pages_ 项目中), 在代码树中仍然可以找到有关用户空间的部分信息。这个手册意在成为这些信息 聚集的地方。 .. toctree:: :caption: 目录 :maxdepth: 2 no_new_privs seccomp_filter accelerators/ocxl ebpf/index sysfs-platform_profile futex2 TODOList: * landlock * unshare * spec_ctrl * ioctl/index * iommu * media/index * netlink/index * vduse .. only:: subproject and html Indices ======= * :ref:`genindex` |