xref: /linux/Documentation/livepatch/api.rst (revision 5ce9231c5b961596ebf948777c9c5a6981f067d9)
1.. SPDX-License-Identifier: GPL-2.0
2
3=================
4Livepatching APIs
5=================
6
7Livepatch Enablement
8====================
9
10.. kernel-doc:: kernel/livepatch/core.c
11   :export:
12
13
14Shadow Variables
15================
16
17.. kernel-doc:: kernel/livepatch/shadow.c
18   :export:
19
20System State Changes
21====================
22
23.. kernel-doc:: kernel/livepatch/state.c
24   :export:
25
26Object Types
27============
28
29.. kernel-doc:: include/linux/livepatch.h
30   :identifiers: klp_patch klp_object klp_func klp_callbacks klp_state
31