public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 20:40:30 to 2026-03-01 19:14:38 UTC [more...]

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-01 19:14 UTC  (73+ messages)
` [PATCH v2 01/22] liveupdate: Export symbols needed by modules
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during "
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after "
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v2 08/22] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v2 09/22] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH] crash_dump: use sysfs_emit in sysfs show functions
 2026-03-01 12:51 UTC 

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-28 13:07 UTC  (10+ messages)
` [PATCH v7 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v7 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v7 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v7 5/5] riscv: "

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

[Hypervisor Live Update] Notes from February 23, 2026
 2026-03-01  1:44 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

[PATCH] crash_dump: Remove redundant less-than-zero check
 2026-02-28 19:02 UTC  (2+ messages)

[PATCH] i915: Fix NULL pointer dereference in intel_dmc_update_dc6_allowed_count()
 2026-02-28 13:09 UTC 

[PATCH] crash_dump: Fix typo in function name read_key_from_user_keying
 2026-02-27 23:04 UTC 

[PATCH] crash_dump: Don't log dm-crypt key bytes in read_key_from_user_keying
 2026-02-27 23:00 UTC 

[PATCH v5 0/4] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-13  3:10 UTC  (9+ messages)
` [PATCH v5 1/4] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v5 2/4] crash: Exclude crash kernel memory in crash core
` [PATCH v5 3/4] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v5 4/4] riscv: "

[PATCH v4 0/3] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-12  6:11 UTC  (7+ messages)
` [PATCH v4 1/3] crash: Exclude crash kernel memory in crash core
` [PATCH v4 2/3] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v4 3/3] riscv: "

[RFC Patch v2 00/16] kernel: Introduce multikernel architecture support
 2025-10-19  6:16 UTC  (2+ messages)
` [RFC Patch v2 08/16] multikernel: Introduce device-tree based kernfs interface

[PATCH v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 18:16 UTC  (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-20 10:58 UTC  (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-26 22:33 UTC  (20+ messages)
` [PATCH v15 12/28] Documentation/x86: Secure Launch kernel documentation
` [PATCH v15 22/28] x86: Secure Launch kernel early boot stub

[PATCH v4 0/2] Make KHO Stateless
 2026-01-09  0:11 UTC  (2+ messages)
` [PATCH v4 1/2] kho: Adopt radix tree for preserved memory tracking

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-26  9:35 UTC  (14+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v6 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v6 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v6 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v6 5/5] riscv: "

[PATCHv6 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-02-27  6:03 UTC  (9+ messages)
` [PATCHv6 02/13] kexec_file: Move signature validation ahead
` [PATCHv6 04/13] kexec_file: Use bpf-prog to decompose image

[PATCH v5 0/2] kho: add support for deferred struct page init
 2026-02-25 15:39 UTC  (3+ messages)
` [PATCH v5 1/2] kho: fix deferred init of kho scratch
` [PATCH v5 2/2] kho: make preserved pages compatible with deferred struct page init

[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-02-25  6:03 UTC  (4+ 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 v4 0/2] kho: add support for deferred struct page init
 2026-02-24 18:30 UTC  (5+ messages)
` [PATCH v4 1/2] kho: fix deferred init of kho scratch
` [PATCH v4 2/2] kho: make preserved pages compatible with deferred struct page init

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2026-02-24  8:25 UTC  (10+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH 0/2] kexec: Refuse kernel-unsafe Microsoft Hypervisor transitions
 2026-02-19 22:16 UTC  (8+ messages)
` [PATCH 1/2] kexec: Add permission notifier chain for kexec operations
` [PATCH 2/2] mshv: Add kexec blocking support

[PATCH] efi/x86-stub: store acpi_rsdp_addr in bootparams
 2026-02-19  7:21 UTC  (11+ messages)

[PATCH v2 0/2] mm: memfd_luo: preserve file seals
 2026-02-17 21:51 UTC  (4+ messages)
` [PATCH v2 1/2] memfd: export memfd_{add,get}_seals()
` [PATCH v2 2/2] mm: memfd_luo: preserve file seals

[PATCH] ppc64: Reserve FDT memory for full elfcorehdr memory size
 2026-02-17 16:11 UTC  (2+ messages)

[RFC PATCH v1] kexec: optimize crash hotplug by filtering redundant FDT updates
 2026-02-16 17:14 UTC 

[PATCH v2 1/1] s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=n
 2026-02-16  9:08 UTC  (2+ messages)

[PATCH] kho: validate order in deserialize_bitmap()
 2026-02-15  6:47 UTC  (2+ messages)

[Hypervisor Live Update] Notes from February 9, 2026
 2026-02-14 23:48 UTC 


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