messages from 2026-06-02 15:17:34 to 2026-06-08 18:43:13 UTC [more...]
[PATCH] liveupdate: Document that retrieve failure is permanent
2026-06-08 18:42 UTC
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-06-08 18:19 UTC (28+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update
[RFC v1 0/9] kho: granular compatibility and header decoupling
2026-06-08 18:11 UTC (19+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c
` [RFC v1 2/9] kho: split radix tree headers out of kexec_handover.h
` [RFC v1 3/9] kho: split out vmalloc preservation into kho_vmalloc.c
` [RFC v1 4/9] kho: split vmalloc headers out of kexec_handover.h
` [RFC v1 5/9] kho: move kho_block.h to kho/block.h
` [RFC v1 6/9] kho: introduce compatibility helpers and decouple block version
` [RFC v1 7/9] kho: decouple radix tree compatibility from global KHO version
` [RFC v1 8/9] kho: decouple vmalloc compatibility from global KHO version and update memfd
` [RFC v1 9/9] liveupdate: add KUnit test to verify alphabetical order of compatibility strings
[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
2026-06-08 18:10 UTC (8+ messages)
` [RFC PATCH 1/4] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH 2/4] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations
[PATCH 0/2] liveupdate: Small FLB fixes
2026-06-08 14:19 UTC (11+ messages)
` [PATCH 1/2] liveupdate: Reference count outgoing FLB data
` [PATCH 2/2] liveupdate: Remember FLB retrieve() status
[PATCH v2 00/18] kho: make boot time huge page allocation work nicely with KHO
2026-06-08 9:10 UTC (21+ messages)
` [PATCH v2 01/18] kho: generalize radix tree APIs
` [PATCH v2 02/18] kho: disallow wide keys in radix tree
` [PATCH v2 03/18] kho: return virtual address of mem_map
` [PATCH v2 04/18] kho: store incoming radix tree in kho_in
` [PATCH v2 05/18] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v2 06/18] kho: add a struct for radix callbacks
` [PATCH v2 07/18] kho: add callback for table pages
` [PATCH v2 08/18] kho: add data argument to radix walk callback
` [PATCH v2 09/18] kho: allow early-boot usage of the KHO radix tree
` [PATCH v2 10/18] kho: allow destroying "
` [PATCH v2 11/18] kho: add kho_radix_init_tree()
` [PATCH v2 12/18] kho: export kho_scratch_overlap()
` [PATCH v2 13/18] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v2 14/18] memblock: use kho_scratch_overlap() to decide migratetype
` [PATCH v2 15/18] kho: extend scratch
` [PATCH v2 16/18] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v2 17/18] memblock: allow calculating reserved size by flags
` [PATCH v2 18/18] kho: exclude hugetlb memory from scratch size calculation
[Hypervisor Live Update] Notes from June 1, 2026
2026-06-07 16:06 UTC
[PATCH] docs: memfd_preservation: fix rendering of ABI documentation
2026-06-07 5:40 UTC (3+ messages)
[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
2026-06-07 0:35 UTC (11+ messages)
` [RFC PATCH v2 02/10] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
` [RFC PATCH v2 04/10] kvm: kvm_luo: Allow kvm preservation with LUO
` [RFC PATCH v2 05/10] kvm: guest_memfd: Move internal definitions and helper to new header
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 08/10] docs: add documentation for guest_memfd preservation via LUO
` [RFC PATCH v2 09/10] selftests: kvm: Split ____vm_create() to expose init helpers
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test
[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
2026-06-07 0:30 UTC (7+ messages)
[liveupdate:next] BUILD SUCCESS 5fb813ae0009d97fc414f08ad73286f562e9a123
2026-06-07 0:15 UTC
[PATCH 0/4] arm64: cross-CPU NMI via SDEI
2026-06-05 22:08 UTC (13+ messages)
` [PATCH 1/4] firmware: arm_sdei: add SDEI_EVENT_SIGNAL support
` [PATCH 2/4] drivers/firmware: add SDEI cross-CPU NMI service for arm64
` [PATCH 3/4] arm64: wire SDEI NMI into the hardlockup watchdog
` [PATCH 4/4] arm64: route crash_smp_send_stop() last resort through SDEI
[RFC PATCH v1 0/10] liveupdate: kvm: Guest_memfd preservation
2026-06-05 17:08 UTC
[PATCH v2] pstore: add a KHO backend
2026-06-05 12:10 UTC
[liveupdate:kexec-next] BUILD SUCCESS 7eb5f7c5b5d58b4abe78f6a1b0817391c291f199
2026-06-05 7:16 UTC
[PATCH v3 0/9] riscv: kexec: Make kexec/kdump robust under VS-mode
2026-06-04 13:24 UTC (10+ messages)
` [PATCH v3 1/9] riscv: kexec: Reset executable bit on the control code page in cleanup
` [PATCH v3 2/9] riscv: kexec: Bound FDT search by source buffer size, not destination
` [PATCH v3 3/9] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH v3 4/9] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH v3 5/9] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH v3 6/9] riscv: kexec: Switch to trampoline page table before norelocate
` [PATCH v3 7/9] riscv: kexec: Always build the trampoline page table
` [PATCH v3 8/9] riscv: kexec: Add the relocate-trampoline wrapper
` [PATCH v3 9/9] riscv: kexec: Route normal kexec through the trampoline page table
[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
2026-06-04 12:17 UTC (6+ messages)
[PATCH v3] LoongArch: kexec: use core control page for relocation trampoline to avoid QEMU FDT conflict
2026-06-04 11:41 UTC
[PATCH v2] liveupdate: luo_session: include linux/mm.h for virt/phys translation
2026-06-04 9:19 UTC
[PATCH v3 00/11] kdump: reduce vmcore size and capture time
2026-06-04 1:48 UTC (6+ messages)
` [PATCH v3 03/11] of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails
[PATCH v7 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 18:16 UTC (15+ messages)
` [PATCH v7 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v7 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v7 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v7 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v7 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v7 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v7 07/13] kho: add support for linked-block serialization
` [PATCH v7 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v7 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v7 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v7 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v7 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v7 13/13] selftests/liveupdate: Add stress-files "
[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 15:18 UTC (27+ messages)
` [PATCH v6 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v6 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v6 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v6 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v6 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v6 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v6 07/13] kho: add support for linked-block serialization
` [PATCH v6 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v6 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v6 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v6 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v6 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v6 13/13] selftests/liveupdate: Add stress-files "
[PATCH] crash_dump: release keyring reference at the correct time
2026-06-03 13:50 UTC
[PATCH v2] kexec_file: skip checksum verification when safe
2026-06-03 13:14 UTC (6+ messages)
[PATCH v6.1 07/13] kho: add support for linked-block serialization
2026-06-03 13:06 UTC
[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 3:10 UTC (17+ messages)
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
2026-06-02 17:50 UTC (7+ messages)
` [PATCH 12/12] mm/hugetlb: make bootmem allocation work "
[PATCH] kho: try to allocate contiguous memory for kexec segments
2026-06-02 17:09 UTC (4+ messages)
[PATCH v5 00/13] liveupdate: Remove limits on sessions and files
2026-06-02 17:07 UTC (7+ messages)
` [PATCH v5 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v5 08/13] liveupdate: defer session block allocation and PA setting
` [PATCH v5 10/13] liveupdate: Remove limit on the number of files per session
[PATCH v15 00/23] arm64/riscv: Add support for crashkernel CMA reservation
2026-06-02 1:43 UTC (19+ messages)
` [PATCH v15 08/23] arm64: kexec_file: Fix image->elf_headers memory leak during retry loop
` [PATCH v15 09/23] kexec: Fix UAF and Double Free in crash_load_dm_crypt_keys()
` [PATCH v15 10/23] crash_core: Introduce CRASH_HOTPLUG_SAFETY_PADDING for memory hotplug safety
` [PATCH v15 11/23] x86: kexec_file: Fix TOCTOU buffer overflow via memory region padding
` [PATCH v15 12/23] arm64: "
` [PATCH v15 13/23] riscv: "
` [PATCH v15 14/23] LoongArch: "
` [PATCH v15 15/23] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v15 16/23] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v15 17/23] x86: "
` [PATCH v15 18/23] riscv: "
` [PATCH v15 19/23] LoongArch: "
` [PATCH v15 20/23] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v15 21/23] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v15 22/23] riscv: "
` [PATCH v15 23/23] arm64: crash: Add crash hotplug support
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