Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 12:33:21 to 2026-05-07 09:35:52 UTC [more...]

[PATCH 00/11] kdump: reduce vmcore size and capture time via linux,no-dump
 2026-05-07  9:35 UTC  (19+ messages)
` [PATCH 01/11] of: reserved_mem: fix region count for nodes with multiple reg entries
` [PATCH 02/11] of: reserved_mem: reject reserved memory outside physical address range
` [PATCH 03/11] of: reserved_mem: avoid unconditional save of reg entries in fdt_scan_reserved_mem_late()
` [PATCH 04/11] of: reserved_mem: skip reserved_mem array allocation when there is nothing to save
` [PATCH 05/11] of: reserved_mem: add linux,no-dump property support for reserved memory regions
` [PATCH 06/11] of: reserved_mem: save /memreserve/ entries into reserved_mem array
` [PATCH 07/11] of: reserved_mem: add no-dump crash_mem exclusion helpers
` [PATCH 08/11] arm64: kdump: exclude no-dump reserved memory regions from vmcore
` [PATCH 09/11] riscv: "
` [PATCH 10/11] loongarch: "
` [PATCH 11/11] Documentation: admin-guide: kdump: document linux,no-dump DT property

[PATCH v15 0/5] shut down devices asynchronously
 2026-05-06 21:24 UTC  (9+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: "

[PATCH v2 0/3] liveupdate: serialization safety and race fixes
 2026-05-06 18:20 UTC  (4+ messages)
` [PATCH v2 1/3] kho: skip KHO data for context-preserving kexec
` [PATCH v2 2/3] liveupdate: skip serialization "
` [PATCH v2 3/3] liveupdate: block outgoing session mutations

[PATCH RFC 0/5] liveupdate: validate restored LUO metadata
 2026-05-06 16:34 UTC  (18+ messages)
` [PATCH RFC 1/5] kexec: handover: add helper to check preserved page ranges
` [PATCH RFC 2/5] liveupdate: validate restored LUO FDT before use
` [PATCH RFC 3/5] liveupdate: validate restored LUO session metadata
` [PATCH RFC 4/5] liveupdate: validate restored LUO file-set metadata
` [PATCH RFC 5/5] liveupdate: validate restored LUO FLB metadata
` [PATCH v2 0/5] liveupdate: validate restored LUO metadata
  ` [PATCH v2 1/5] kexec: handover: add helper to check preserved page ranges
  ` [PATCH v2 2/5] liveupdate: validate LUO FDT physical address before mapping
  ` [PATCH v2 3/5] liveupdate: validate restored LUO session metadata
  ` [PATCH v2 4/5] liveupdate: validate restored LUO file set metadata
  ` [PATCH v2 5/5] liveupdate: validate restored LUO FLB metadata

[PATCH v2 0/9] Bug fixes and enhancements for kdump LUKS support
 2026-05-06 16:09 UTC  (15+ messages)
` [PATCH v2 1/9] crash_dump: Release reference to a keyring at correct time
` [PATCH v2 2/9] crash_dump: Fix potential double free and UAF of keys_header
` [PATCH v2 3/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v2 4/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v2 5/9] crash_dump: Free temporary dm-crypt keys_header buffer in kdump kernel
` [PATCH v2 6/9] crash_dump: Only use kexec_dprintk during the kexec_file_load syscall
` [PATCH v2 7/9] crash_dump: Improve readability of config_keys_restore_store
` [PATCH v2 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if CONFIG_CRASH_HOTPLUG enabled
` [PATCH v2 9/9] Documentation: kdump: Add arm64 and ppc64le to encrypted dump target support list

[PATCH v1 0/3] liveupdate: serialization safety and race fixes
 2026-05-06 16:06 UTC  (11+ messages)
` [PATCH v1 1/3] liveupdate: skip serialization for context-preserving kexec
` [PATCH v1 2/3] liveupdate: block outgoing session mutations during serialization
` [PATCH v1 3/3] liveupdate: pin sessions and handle inactive ones "

[PATCH][makedumpfile] Fix riscv64 virtual-to-physical address translation
 2026-05-06 11:57 UTC  (3+ messages)
` [PATCH][makedumpfile] 1/2 riscv64: Fix vaddr_to_paddr for vmalloc and vmemmap regions
` [PATCH][makedumpfile] 2/2 riscv64: Fix huge page translation in vtop_riscv64()

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-06 10:51 UTC  (17+ messages)
` [PATCH 01/12] kho: generalize radix tree APIs
` [PATCH 02/12] kho: store incoming radix tree in kho_in
` [PATCH 03/12] kho: add a struct for radix callbacks
` [PATCH 04/12] kho: add callback for table pages
` [PATCH 05/12] kho: add data argument to radix walk callback
` [PATCH 06/12] kho: allow early-boot usage of the KHO radix tree
` [PATCH 07/12] kho: allow destroying "
` [PATCH 08/12] kho: add kho_radix_init_tree()
` [PATCH 09/12] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
` [PATCH 10/12] kho: extended scratch
` [PATCH 11/12] kho: return virtual address of mem_map
` [PATCH 12/12] mm/hugetlb: make bootmem allocation work with KHO

[liveupdate:fixes] BUILD SUCCESS 7b0b68b2b95606e65594958686833e53423f58f2
 2026-05-05 14:41 UTC 

[liveupdate:next] BUILD SUCCESS 34e8f02817e31826e76bb2ded48bf28fe921f20b
 2026-05-05 14:39 UTC 

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-05-05  0:29 UTC  (2+ messages)

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-05-05  0:27 UTC  (5+ 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
` [RFC PATCH 4/4] dma-mapping: Add API to preserve/restore DMA allocation

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-05-04 17:23 UTC  (48+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
` [PATCH v4 07/11] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups

[PATCH] memblock tests: define MIGRATE_CMA
 2026-05-04 13:46 UTC  (5+ messages)

[PATCH v9 0/3] kho: add support for deferred struct page init
 2026-05-04  7:53 UTC  (4+ messages)

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-03 16:57 UTC  (12+ messages)

[liveupdate:next] BUILD SUCCESS 74d1099bb4edfca3ce6edc61dbacbed96720034c
 2026-05-03  6:19 UTC 

[PATCH] crash_dump: Fix potential double free and UAF of keys_header
 2026-05-01 23:54 UTC  (6+ messages)

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-28 12:53 UTC  (9+ messages)

[liveupdate:fixes] BUILD SUCCESS 0fb1daf0b78d0e23b63b6b65de56d4a3fd83bc14
 2026-04-30 14:14 UTC 

[PATCH v11 0/4] liveupdate: bug fix for session name and new ioctl to read it
 2026-04-30  1:58 UTC  (6+ messages)
` [PATCH v11 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
` [PATCH v11 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
` [PATCH v11 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
` [PATCH v11 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME

[PATCH v10 0/4] liveupdate: bug fix for session name and new ioctl to read it
 2026-04-29 21:23 UTC  (11+ messages)
` [PATCH v10 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
` [PATCH v10 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
` [PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
` [PATCH v10 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME

[PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
 2026-04-29 13:01 UTC  (7+ messages)
` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY

[PATCH v2] x86/kexec: Push kjump return address even for non-kjump kexec
 2026-04-28 20:59 UTC 

[PATCH] x86/kexec: Push kjump return address even for non-kjump kexec
 2026-04-28 20:29 UTC  (3+ messages)

[PATCH v2] kho: skip KHO for crash kernel
 2026-04-28 13:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: add kexec list to LIVE UPDATE
 2026-04-28 12:43 UTC 

[PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-04-27 21:08 UTC  (2+ messages)

[PATCH v4 03/11] PCI: liveupdate: Track incoming preserved PCI devices
 2026-04-27 21:06 UTC  (2+ messages)

[PATCH] LoongArch: Increase MAX_MEMORY_RANGES to 1024
 2026-04-27 16:02 UTC  (2+ messages)

[Hypervisor Live Update] Notes from April 20, 2026
 2026-04-25  3:07 UTC 


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