messages from 2026-06-04 13:24:44 to 2026-06-12 18:51:50 UTC [more...]
[PATCH v2] pstore: add a KHO backend
2026-06-12 18:51 UTC (10+ messages)
[PATCH v2 0/2] Make liveupdate selftests library
2026-06-12 17:34 UTC (8+ messages)
` [PATCH v2 1/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH v2 2/2] selftests/liveupdate: Add helpers to preserve/retrieve FDs
[PATCH] mm/memfd_luo: validate serialized_data before conversion
2026-06-12 16:58 UTC (9+ messages)
[PATCH v3 00/11] kdump: reduce vmcore size and capture time
2026-06-12 14:42 UTC (8+ messages)
` [PATCH v3 05/11] of: reserved_mem: split alloc_reserved_mem_array() from fdt_scan_reserved_mem_late()
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-06-12 11:38 UTC (48+ 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
[liveupdate:next] BUILD SUCCESS e98a9c61721c14bcd29f11f4802e52e908701f7a
2026-06-12 1:45 UTC
[PATCH v2] liveupdate: Document that retrieve failure is permanent
2026-06-11 18:13 UTC (4+ messages)
[PATCH 0/4] arm64: cross-CPU NMI via SDEI
2026-06-11 17:47 UTC (20+ 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
` [PATCH v2 0/3] arm64: cross-CPU NMI via SDEI
` [PATCH v2 1/3] firmware: arm_sdei: add SDEI_EVENT_SIGNAL support
` [PATCH v2 2/3] drivers/firmware: add SDEI cross-CPU NMI service for arm64
` [PATCH v2 3/3] arm64: escalate smp_send_stop() to an SDEI NMI as a last resort
[PATCH] liveupdate: Document that retrieve failure is permanent
2026-06-11 9:30 UTC (3+ messages)
[PATCH v5][makedumpfile 0/9] btf/kallsyms based makedumpfile extension for mm page filtering
2026-06-11 1:24 UTC (8+ messages)
` [PATCH] Add erase_sample extension as an data erase reference
[PATCH v16 00/10] arm64/riscv: Add support for crashkernel CMA reservation
2026-06-08 19:00 UTC (19+ messages)
` [PATCH v16 01/10] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v16 02/10] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v16 03/10] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v16 04/10] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v16 05/10] x86: "
` [PATCH v16 06/10] riscv: "
` [PATCH v16 07/10] LoongArch: "
` [PATCH v16 08/10] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v16 09/10] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v16 10/10] riscv: "
Greetings,
2026-06-08 6:00 UTC
[PATCH] arm64: Add 5-level page table support for 4K pages with 52-bit VA
2026-06-10 2:13 UTC (4+ messages)
[liveupdate:next] BUILD SUCCESS 3a358c78093f98a70d84c934b7054f636bc846f2
2026-06-09 18:08 UTC
[PATCH v3 0/3] LoongArch: add KHO support and selftests
2026-06-09 15:55 UTC (3+ messages)
[RFC v1 0/9] kho: granular compatibility and header decoupling
2026-06-09 14:33 UTC (22+ 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
[PATCH 0/2] liveupdate: Small FLB fixes
2026-06-09 13:33 UTC (10+ messages)
` [PATCH 1/2] liveupdate: Reference count outgoing FLB data
[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
2026-06-08 19:55 UTC (7+ 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 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
[RFC PATCH v1 0/10] liveupdate: kvm: Guest_memfd preservation
2026-06-05 17:08 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 (9+ messages)
` [PATCH v3 1/9] riscv: kexec: Reset executable bit on the control code page in cleanup
` [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
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