File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ Documents that don't fit elsewhere or which have yet to be categorized.
138138 :maxdepth: 1
139139
140140 librs
141+ liveupdate
141142 netlink
142143
143144.. only :: subproject and html
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ ========================
4+ Live Update Orchestrator
5+ ========================
6+ :Author: Pasha Tatashin <pasha.tatashin@soleen.com>
7+
8+ .. kernel-doc :: kernel/liveupdate/luo_core.c
9+ :doc: Live Update Orchestrator (LUO)
10+
11+ LUO Sessions
12+ ============
13+ .. kernel-doc :: kernel/liveupdate/luo_session.c
14+ :doc: LUO Sessions
15+
16+ LUO Preserving File Descriptors
17+ ===============================
18+ .. kernel-doc :: kernel/liveupdate/luo_file.c
19+ :doc: LUO File Descriptors
20+
21+ Live Update Orchestrator ABI
22+ ============================
23+ .. kernel-doc :: include/linux/kho/abi/luo.h
24+ :doc: Live Update Orchestrator ABI
25+
26+ Public API
27+ ==========
28+ .. kernel-doc :: include/linux/liveupdate.h
29+
30+ .. kernel-doc :: include/linux/kho/abi/luo.h
31+ :functions:
32+
33+ .. kernel-doc :: kernel/liveupdate/luo_core.c
34+ :export:
35+
36+ .. kernel-doc :: kernel/liveupdate/luo_file.c
37+ :export:
38+
39+ Internal API
40+ ============
41+ .. kernel-doc :: kernel/liveupdate/luo_core.c
42+ :internal:
43+
44+ .. kernel-doc :: kernel/liveupdate/luo_session.c
45+ :internal:
46+
47+ .. kernel-doc :: kernel/liveupdate/luo_file.c
48+ :internal:
49+
50+ See Also
51+ ========
52+
53+ - :doc: `Live Update uAPI </userspace-api/liveupdate >`
54+ - :doc: `/core-api/kho/concepts `
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Everything else
6161 :maxdepth: 1
6262
6363 ELF
64+ liveupdate
6465 netlink/index
6566 sysfs-platform_profile
6667 vduse
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ ================
4+ Live Update uAPI
5+ ================
6+ :Author: Pasha Tatashin <pasha.tatashin@soleen.com>
7+
8+ ioctl interface
9+ ===============
10+ .. kernel-doc :: kernel/liveupdate/luo_core.c
11+ :doc: LUO ioctl Interface
12+
13+ ioctl uAPI
14+ ===========
15+ .. kernel-doc :: include/uapi/linux/liveupdate.h
16+
17+ See Also
18+ ========
19+
20+ - :doc: `Live Update Orchestrator </core-api/liveupdate >`
You can’t perform that action at this time.
0 commit comments