messages from 2026-03-23 23:58:56 to 2026-04-10 08:00:03 UTC [more...]
[PATCH v2] kho: skip KHO for crash kernel
2026-04-10 7:59 UTC (2+ messages)
[PATCH] kho: fix error handling in kho_add_subtree()
2026-04-09 22:08 UTC (3+ messages)
[PATCH] of: fdt: skip KHO when booting as crash kernel
2026-04-09 18:51 UTC (3+ messages)
[PATCH v7 2/3] kho: fix deferred init of kho scratch
2026-04-09 18:06 UTC (14+ messages)
[PATCH] kho: call kho_kexec_metadata_init() for both boot paths
2026-04-09 15:11 UTC (3+ messages)
[PATCH v8 0/6] kho: history: track previous kernel version and kexec boot count
2026-04-09 10:13 UTC (7+ messages)
` [PATCH v8 3/6] kho: persist blob size in KHO FDT
` [PATCH v8 5/6] kho: kexec-metadata: track previous kernel chain
[PATCH] crash: Support high memory reservation for range syntax
2026-04-09 1:55 UTC (7+ messages)
consistent kexec crash on specific HP server
2026-04-08 12:19 UTC
[PATCH v7 0/3] kho: add support for deferred struct page init
2026-04-07 16:32 UTC (7+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
[PATCH] crash_dump: Fix potential double free and UAF of keys_header
2026-04-07 9:59 UTC (4+ messages)
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-04-06 18:09 UTC (47+ messages)
` [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 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 v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
2026-04-03 18:26 UTC (21+ 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-04-03 11:33 UTC (10+ messages)
` [PATCH v9 1/6] kho: add size parameter to kho_add_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 v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
2026-04-03 9:40 UTC (14+ 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 v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-04-02 13:36 UTC (20+ messages)
` [PATCH v12 01/15] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v12 02/15] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v12 03/15] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v12 04/15] arm64: kexec_file: "
` [PATCH v12 05/15] riscv: "
` [PATCH v12 06/15] LoongArch: kexec: "
` [PATCH v12 07/15] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v12 08/15] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v12 09/15] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v12 10/15] x86/kexec: "
` [PATCH v12 11/15] riscv: kexec_file: "
` [PATCH v12 12/15] LoongArch: kexec: "
` [PATCH v12 13/15] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v12 14/15] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v12 15/15] riscv: "
[PATCH v11 00/11] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-30 9:13 UTC (17+ messages)
` [PATCH v11 01/11] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v11 02/11] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v11 03/11] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v11 04/11] arm64: kexec_file: "
` [PATCH v11 05/11] riscv: "
` [PATCH v11 06/11] LoongArch: kexec: "
` [PATCH v11 07/11] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v11 08/11] crash: Exclude crash kernel memory in crash core
` [PATCH v11 09/11] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v11 10/11] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v11 11/11] riscv: "
[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-26 13:09 UTC (13+ messages)
` [PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
` [PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v10 7/8] riscv: "
` [PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug
[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-24 6:35 UTC (14+ messages)
` [PATCH v9 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v9 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v9 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v9 5/5] riscv: "
[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-23 9:12 UTC (8+ messages)
` [PATCH v8 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v8 4/5] arm64: kexec: Add support for crashkernel CMA reservation
[PATCH] x86/kexec: Push kjump return address even for non-kjump kexec
2026-04-02 10:34 UTC
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-04-01 14:36 UTC (5+ messages)
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after Live Update
[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 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 (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox