[PATCH] MAINTAINERS: update kdump reviewer email address
2026-04-15 3:33 UTC (3+ messages)
[PATCH] crash: Support high memory reservation for range syntax
2026-04-15 3:17 UTC (10+ messages)
[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
2026-04-15 0:14 UTC (8+ messages)
` [PATCH 1/5] liveupdate: Remove limit on the number of sessions
` [PATCH 2/5] liveupdate: Remove limit on the number of files per session
` [PATCH 3/5] selftests/liveupdate: Test session and file limit removal
` [PATCH 4/5] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH 5/5] selftests/liveupdate: Add stress-files "
[PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries
2026-04-14 23:29 UTC (14+ messages)
` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers
` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO
` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
[PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
2026-04-14 12:06 UTC (29+ 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 v5][makedumpfile 0/9] btf/kallsyms based makedumpfile extension for mm page filtering
2026-04-14 10:26 UTC (10+ messages)
` [PATCH v5][makedumpfile 1/9] Reserve sections for makedumpfile and extenions
` [PATCH v5][makedumpfile 2/9] Implement kernel kallsyms resolving
` [PATCH v5][makedumpfile 3/9] Implement kernel btf resolving
` [PATCH v5][makedumpfile 4/9] Implement kernel module's kallsyms resolving
` [PATCH v5][makedumpfile 5/9] Implement kernel module's btf resolving
` [PATCH v5][makedumpfile 6/9] Add makedumpfile extensions support
` [PATCH v5][makedumpfile 7/9] Add sample extension as an example reference
` [PATCH v5][makedumpfile 8/9] Doc: Add --extension option to makedumpfile manual
` [PATCH v5][makedumpfile 9/9] Add amdgpu mm pages filtering extension
[PATCH v2] kho: skip KHO for crash kernel
2026-04-13 13:52 UTC (3+ messages)
[PATCH v2] kho: fix error handling in kho_add_subtree()
2026-04-13 13:12 UTC (2+ messages)
[Hypervisor Live Update] Notes from April 6, 2026
2026-04-12 0:14 UTC
[PATCH] kho: fix error handling in kho_add_subtree()
2026-04-10 8:52 UTC (4+ 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
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 (9+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
[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 (13+ 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:14 UTC (13+ 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 v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
2026-03-30 22:54 UTC (2+ 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
page: next (older)
- 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