public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-15 15:38:33 to 2026-04-02 01:50:39 UTC [more...]

[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-24  6:35 UTC  (2+ messages)

[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-04-02  1:46 UTC  (10+ messages)
` [PATCH v5 1/3] crash_dump/dm-crypt: Don't print in arch-specific code
` [PATCH v5 2/3] crash: Align the declaration of crash_load_dm_crypt_keys with CONFIG_CRASH_DM_CRYPT
` [PATCH v5 3/3] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-04-01 14:36 UTC  (38+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after Live Update
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "
` [PATCH v2 11/22] docs: liveupdate: Document VFIO device file preservation
` [PATCH v2 16/22] vfio: selftests: Add vfio_pci_liveupdate_uapi_test

[PATCH] liveupdate: truncate getfile name to NAME_MAX
 2026-03-31 20:09 UTC  (6+ messages)

[PATCH] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
 2026-03-31 19:46 UTC  (5+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-31 17:33 UTC  (44+ messages)
` [PATCH v3 01/24] liveupdate: Export symbols needed by modules
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
` [PATCH v3 04/24] PCI: Inherit bus numbers from previous kernel during Live Update
` [PATCH v3 05/24] docs: liveupdate: Add documentation for PCI
` [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after "
` [PATCH v3 09/24] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v3 10/24] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v3 11/24] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v3 12/24] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH v3 13/24] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v3 14/24] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH v3 15/24] selftests/liveupdate: Add helpers to preserve/retrieve FDs
` [PATCH v3 16/24] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v3 17/24] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v3 18/24] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v3 19/24] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v3 20/24] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v3 21/24] vfio: selftests: Expose iommu_modes to tests
` [PATCH v3 22/24] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v3 23/24] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v3 24/24] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-03-29 22:57 UTC  (3+ messages)
` [PATCH v15 08/28] tpm/tpm_tis: Close all localities

[Hypervisor Live Update] Notes from March 23, 2026
 2026-03-29  1:03 UTC 

[PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
 2026-03-26 14:49 UTC  (11+ messages)
` [PATCH v4 1/5] liveupdate: block outgoing session updates during reboot
  ` [PATCH v4 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
    ` [PATCH v4 3/5] liveupdate: fail session restore on file deserialization errors
      ` [PATCH v4 4/5] liveupdate: validate handover metadata before using it
        ` [PATCH v4 5/5] liveupdate: harden FLB lifetime and remaining teardown paths

[PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
 2026-03-25 14:51 UTC 

[PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-03-24  7:09 UTC  (26+ messages)
` [PATCHv7 01/13] bpf: Introduce kfuncs to parser buffer content
` [PATCHv7 02/13] kexec_file: Use bpf-prog to decompose image
` [PATCHv7 03/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
` [PATCHv7 04/13] kexec_file: Implement decompress method for parser
` [PATCHv7 05/13] kexec_file: Implement copy "
` [PATCHv7 06/13] kexec_file: Chain the stages into a pipeline
` [PATCHv7 07/13] kexec_file: Introduce a bpf-prog lskel to run a format parser
` [PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
` [PATCHv7 09/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
` [PATCHv7 10/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
` [PATCHv7 11/13] tools/kexec: Introduce a bpf-prog to handle zboot image
` [PATCHv7 12/13] tools/kexec: Introduce a bpf-prog to handle UKI image
` [PATCHv7 13/13] tools/kexec: Introduce a tool to build zboot envelop

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-23 22:23 UTC  (12+ messages)
` [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
  ` [PATCH v3 3/5] liveupdate: fail session restore on file deserialization errors
    ` [PATCH v3 4/5] liveupdate: validate handover metadata before using it
      ` [PATCH v3 5/5] liveupdate: harden FLB lifetime and teardown paths

[PATCH] LoongArch: Increase MAX_MEMORY_RANGES to 1024
 2026-03-23  6:16 UTC  (2+ messages)

[PATCH] x86/kexec: bound bzImage64 setup header copy
 2026-03-23  2:12 UTC  (3+ messages)

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-22 14:45 UTC  (24+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
` [PATCH v7 3/3] kho: make preserved pages compatible with deferred struct page init

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-22  7:40 UTC  (8+ messages)
` [PATCH 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
` [PATCH 3/5] liveupdate: fail session restore on file deserialization errors
` [PATCH 4/5] liveupdate: validate handover metadata before using it
` [PATCH 5/5] liveupdate: guard FLB counters against underflow

[PATCH 1/2] kho: make sure preservations do not span multiple NUMA nodes
 2026-03-20 10:24 UTC  (6+ messages)
` [PATCH 2/2] kho: drop restriction on maximum page order

[PATCH] kho: fix child node parsing for debugfs in/sub_fdts
 2026-03-20 10:20 UTC  (6+ messages)

[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
 2026-03-20  9:34 UTC  (4+ messages)

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-18 16:31 UTC  (5+ messages)

[PATCH v3 0/8] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-03-17 15:31 UTC  (9+ messages)
` [PATCH v3 5/8] Add makedumpfile extension support

[PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-03-17 15:07 UTC  (8+ messages)
` [PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
` [PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
` [PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
` [PATCH v4][makedumpfile 4/7] Implement kernel module's kallsyms resolving
` [PATCH v4][makedumpfile 5/7] Implement kernel module's btf resolving
` [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
` [PATCH v4][makedumpfile 7/7] Filter amdgpu mm pages

[PATCH v9 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-16 11:54 UTC  (7+ messages)
` [PATCH v9 1/6] kho: add size parameter to kho_add_subtree()
` [PATCH v9 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v9 3/6] kho: persist blob size in KHO FDT
` [PATCH v9 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
` [PATCH v9 5/6] kho: kexec-metadata: track previous kernel chain
` [PATCH v9 6/6] kho: document kexec-metadata tracking feature

[PATCH v8 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-16 11:09 UTC  (4+ messages)
` [PATCH v8 3/6] kho: persist blob size in KHO FDT

[PATCH v2] kexec: add missing kernel-doc parameters for ELF loading functions
 2026-03-16  5:58 UTC  (2+ messages)

[PATCH] kexec: add missing kernel-doc parameters for ELF loading functions
 2026-03-15 15:38 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox