Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 07:48:26 to 2026-07-10 21:26:38 UTC [more...]

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:26 UTC  (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
 2026-07-10 14:19 UTC  (15+ messages)
` [RFC PATCH 01/14] kernfs: add populate callbacks and KERNFS_LAZY flag for lazy dir population
` [RFC PATCH 02/14] sysfs: add existence-check helpers for lazy populate races
` [RFC PATCH 03/14] sysfs: introduce sysfs_kf_syscall_ops dispatching to kobj_type
` [RFC PATCH 04/14] driver core: add struct sysfs_lazy_state and device_set_sysfs_lazy()
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
  ` [RFC PATCH 06/14] driver core: wire device_ktype populate to walker
  ` [RFC PATCH 07/14] driver core: migrate device sysfs to device_sysfs_entry table
  ` [RFC PATCH 08/14] PCI/sysfs: migrate to device_sysfs_entry, defer physfn symlink
  ` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs
  ` [RFC PATCH 10/14] PCI/IOV: opt SR-IOV VFs into sysfs_lazy
  ` [RFC PATCH 11/14] vfio: opt vfio-dev and VFIO group devices "
  ` [RFC PATCH 13/14] Documentation: add lazy sysfs initialisation and device_sysfs_entry docs

[PATCH v4 0/2] LoongArch: kexec: avoid clobbering the QEMU FDT
 2026-07-10 14:12 UTC  (6+ messages)
` [PATCH v4 1/2] LoongArch: kexec: use core control page for relocation trampoline to avoid QEMU FDT conflict
` [PATCH v4 2/2] LoongArch: kexec: load the command line in its own segment

[PATCH v2] iommu/vt-d: Fix UCTP context table slot when copying root entries
 2026-07-10 12:04 UTC  (2+ messages)

[PATCH v2 0/2] vmcoreinfo: Expose hardware error recovery statistics via sysfs
 2026-07-10 11:03 UTC  (5+ messages)
` [PATCH v2 1/2] vmcoreinfo: expose "

[PATCH 0/2] liveupdate: Small FLB fixes
 2026-07-10  9:57 UTC  (3+ messages)

[PATCH v4] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-07-10  8:08 UTC  (2+ messages)

[PATCH v2 0/9] Bug fixes and enhancements for kdump LUKS support
 2026-07-10  7:59 UTC  (21+ messages)
` [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 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 0/3] mm: split a couple of headers from internal.h
 2026-07-10  0:13 UTC  (9+ messages)
` [PATCH v2 1/3] mm: split out mm_init and memblock declarations "
` [PATCH v2 2/3] mm: split out sparse "
` [PATCH v2 3/3] mm: split out vmalloc "

[PATCH v3 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-09 17:38 UTC  (22+ messages)
` [PATCH v3 01/21] kho: generalize radix tree APIs
` [PATCH v3 02/21] kho: make radix max key width more obvious
` [PATCH v3 03/21] kho: disallow wide keys in radix tree
` [PATCH v3 04/21] kho: return virtual address of mem_map
` [PATCH v3 05/21] kho: store incoming radix tree in kho_in
` [PATCH v3 06/21] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v3 07/21] kho: add a struct for radix callbacks
` [PATCH v3 08/21] kho: add callback for table pages
` [PATCH v3 09/21] kho: add data argument to radix walk callback
` [PATCH v3 10/21] kho: allow early-boot usage of the KHO radix tree
` [PATCH v3 11/21] kho: allow destroying "
` [PATCH v3 12/21] kho: add kho_radix_init_tree()
` [PATCH v3 13/21] kho: expose kho_scratch_overlap() to kexec_handover.h
` [PATCH v3 14/21] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v3 15/21] kho: initialize preserved memory map radix tree earlier
` [PATCH v3 16/21] mm/mm_init: init deferred page migratetype in deferred_init_pages()
` [PATCH v3 17/21] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v3 18/21] kho: extend scratch
` [PATCH v3 19/21] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v3 20/21] memblock: add memblock_reserved_hugetlb_size()
` [PATCH v3 21/21] kho: exclude hugetlb memory from scratch size calculation

[PATCH v5 0/4] arm64: cross-CPU NMI via SDEI
 2026-07-09 16:16 UTC  (3+ messages)

[RFC PATCH 0/4] kho: Support preserving unsplit high-order pages
 2026-07-09 11:00 UTC  (24+ messages)
` [RFC PATCH 1/4] kho: Introduce infrastructure to track preserved page types
` [RFC PATCH 2/4] kho: Detect "
` [RFC PATCH 3/4] kho: Implement page-aware refcount restoration
` [RFC PATCH 4/4] kho: Introduce kho_split_preserved_pages() helper

[PATCH v6 0/3] luo: convert serialized ptr to KHOSER_PTR
 2026-07-09 10:20 UTC  (4+ messages)
` [PATCH v6 3/3] luo: Update serialized data to use KHOSER_PTR

[PATCH 0/3] mm: split a couple of headers from internal.h
 2026-07-09  7:48 UTC  (6+ messages)
` [PATCH 1/3] mm: split out mm_init and memblock declarations "
` [PATCH 2/3] mm: split out sparse "
` [PATCH 3/3] mm: split out vmalloc "

[RFC PATCH v2 00/10] dma-mapping: Add preservation of direct allocations
 2026-07-08 23:48 UTC  (11+ messages)
` [RFC PATCH v2 01/10] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH v2 02/10] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH v2 03/10] dma: contiguous: Add API to check if an allocation is from CMA
` [RFC PATCH v2 04/10] dma-coherent: Allow checking if allocation is from dev coherent region
` [RFC PATCH v2 05/10] dma-direct: Add API to preserve/restore allocations
` [RFC PATCH v2 06/10] dma-mapping: Add API to preserve/restore DMA allocation
` [RFC PATCH v2 07/10] dma-mapping: Add support of preserving dmam allocations
` [RFC PATCH v2 08/10] dma: contiguous: Export is_from_cma helper for kunit
` [RFC PATCH v2 09/10] dma: pool: Export the is_from_pool "
` [RFC PATCH v2 10/10] dma-direct: Add KUnit test for liveupdate preservation

[PATCH 00/10] vmcore-tasks: lightweight task and backtrace extractor for vmcore files
 2026-07-08  7:38 UTC  (2+ messages)

[liveupdate:next] BUILD SUCCESS 1354afac14579ad38279f12d660df961b5f20246
 2026-07-08  6:23 UTC 

[liveupdate:kho-scratch] BUILD SUCCESS 08412b8c707fdbccb7bf2116f0554fe09113cd53
 2026-07-08  5:33 UTC 

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-07 15:41 UTC  (18+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [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 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-07  6:21 UTC  (2+ messages)

[PATCH v3] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-07  6:05 UTC  (3+ messages)

[PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
 2026-07-07  2:41 UTC  (5+ messages)

[PATCH 0/1] liveupdate: Add internal APIs for file preservation
 2026-07-06 19:59 UTC  (7+ messages)
` [PATCH 1/1] liveupdate: luo_file: "

[PATCH v2] crash_dump: release keyring reference at the correct time
 2026-07-06  2:59 UTC  (2+ messages)

[PATCH v5] riscv: Prevent NULL pointer dereference in machine_kexec_prepare()
 2026-07-05 23:27 UTC 

[PATCH] crash_dump: release keyring reference at the correct time
 2026-07-04 11:27 UTC  (3+ messages)

[Hypervisor Live Update] Notes from June 15 and June 29, 2026
 2026-07-04  0:52 UTC 

[PATCH v2] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-03 17:38 UTC  (4+ messages)

[PATCH] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-03 15:11 UTC  (6+ messages)

[PATCH] dm: crash dump: remove redundant NULL check before kvfree()
 2026-07-03 13:44 UTC  (4+ messages)

[PATCH v3] riscv: Fix a NULL pointer dereference in machine_kexec_prepare
 2026-07-03 11:11 UTC  (10+ messages)

[Hypervisor Live Update] Notes from June 1, 2026
 2026-07-03  9:02 UTC  (4+ messages)

[PATCH v4 0/4] arm64: cross-CPU NMI via SDEI
 2026-07-02 13:57 UTC  (8+ messages)

[liveupdate:next] BUILD SUCCESS af78cec42d1b0113993e427139f0ab2f34b047ee
 2026-07-02  8:22 UTC 

[PATCH v18 0/5] shut down devices asynchronously
 2026-07-01 13:50 UTC  (6+ 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 v1 0/2] luo support for preserving eventfd
 2026-07-01 12:15 UTC  (6+ messages)
` [PATCH v1 1/2] eventfd: luo: "

[PATCH] riscv: Fix a NULL pointer reference in machine_kexec_prepare
 2026-07-01 12:08 UTC  (4+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH] kexec: Replace __ASSEMBLY__ with __ASSEMBLER__ in header file
 2026-07-01 10:04 UTC  (2+ messages)

[PATCH v4 00/10] kdump: reduce vmcore size and capture time
 2026-06-30 12:00 UTC  (14+ messages)
` [PATCH v4 01/10] kexec/crash: provide crash_exclude_mem_range() stub when CONFIG_CRASH_DUMP=n
` [PATCH v4 05/10] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v4 06/10] of: reserved_mem: save /memreserve/ entries into the reserved_mem array
` [PATCH v4 07/10] of: reserved_mem: add kdump helpers to exclude non-dumpable regions
` [PATCH v4 08/10] arm64: kdump: exclude non-dumpable reserved memory regions from vmcore
` [PATCH v4 09/10] riscv: "
` [PATCH v4 10/10] loongarch: "

[PATCH v5 2/4] firmware: arm_sdei: add SDEI_EVENT_SIGNAL support
 2026-06-30 10:58 UTC  (3+ messages)

[PATCH v5 1/4] firmware: arm_sdei: add sdei_is_present()
 2026-06-30 10:57 UTC  (3+ messages)


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