mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
Introduce KHO ABI header describing preservation ABI for memblock's reserve_mem regions and link the relevant documentation to KHO docs. [lukas.bulwahn@redhat.com: MAINTAINERS: adjust file entry in MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION] Link: https://lkml.kernel.org/r/20260107090438.22901-1-lukas.bulwahn@redhat.com [rppt@kernel.org: update reserved_mem node description, per Pratyush] Link: https://lkml.kernel.org/r/aW_M-HYZzx5SkbnZ@kernel.org Link: https://lkml.kernel.org/r/20260105165839.285270-7-rppt@kernel.org Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Cc: Alexander Graf <graf@amazon.com> Cc: Jason Miu <jasonmiu@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Pasha Tatashin <pasha.tatashin@soleen.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
28 lines
586 B
ReStructuredText
28 lines
586 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
==================
|
|
Kexec Handover ABI
|
|
==================
|
|
|
|
Core Kexec Handover ABI
|
|
========================
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/kexec_handover.h
|
|
:doc: Kexec Handover ABI
|
|
|
|
vmalloc preservation ABI
|
|
========================
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/kexec_handover.h
|
|
:doc: Kexec Handover ABI for vmalloc Preservation
|
|
|
|
memblock preservation ABI
|
|
=========================
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/memblock.h
|
|
:doc: memblock kexec handover ABI
|
|
|
|
See Also
|
|
========
|
|
|
|
- :doc:`/admin-guide/mm/kho`
|