Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 22:06:50 to 2025-11-26 08:46:16 UTC [more...]

[PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
 2025-11-26  8:44 UTC  (3+ messages)
` [PATCH v3 1/3] kexec: Fix uninitialized struct kimage *image pointer
` [PATCH v3 2/3] kexec: add kexec flag to control debug printing

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-11-26  7:25 UTC  (13+ messages)
` [PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M

[PATCHv2 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-11-26  4:47 UTC  (18+ messages)
` [PATCHv2 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area

[PATCH 0/2] kho: fixes for vmalloc restoration
 2025-11-25 13:45 UTC  (5+ messages)
` [PATCH 1/2] kho: kho_restore_vmalloc: fix initialization of pages array
` [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages

[PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
 2025-11-24 13:25 UTC  (3+ messages)

[PATCH v2][makedumpfile 00/14] btf/kallsyms based eppic extension for mm page filtering
 2025-11-24  4:46 UTC  (2+ messages)

[PATCH v2] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
 2025-11-23  9:27 UTC  (2+ messages)

[PATCH 0/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
 2025-11-22 18:07 UTC  (7+ messages)
` [PATCH 1/2] mm: kmemleak: introduce kmemleak_no_scan_phys() helper
` [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages

[PATCH 1/2] kexec-tools: powerpc: Fix function signature of comparefunc()
 2025-11-22 11:11 UTC  (3+ messages)

[PATCH v6 0/3] kexec: reorganize kexec and kdump sysfs
 2025-11-21  3:23 UTC  (5+ messages)
` [PATCH v6 1/3] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v6 2/3] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v6 3/3] Documentation/ABI: new kexec and kdump sysfs interface

[PATCH v7] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-11-21  2:54 UTC  (4+ messages)

[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
 2025-11-20 10:39 UTC  (43+ messages)
` [PATCH v1 01/13] kho: Fix misleading log message in kho_populate()
` [PATCH v1 02/13] kho: Convert __kho_abort() to return void
` [PATCH v1 03/13] kho: Preserve FDT folio only once during initialization
` [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
` [PATCH v1 05/13] kho: Always expose output FDT in debugfs
` [PATCH v1 06/13] kho: Simplify serialization and remove __kho_abort
` [PATCH v1 07/13] kho: Remove global preserved_mem_map and store state in FDT
` [PATCH v1 08/13] kho: Remove abort functionality and support state refresh
` [PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
` [PATCH v1 10/13] kho: Allow kexec load before KHO finalization
` [PATCH v1 11/13] kho: Allow memory preservation state updates after finalization
` [PATCH v1 12/13] kho: Add Kconfig option to enable KHO by default
` [PATCH v1 13/13] kho: Introduce high-level memory allocation API

[PATCH v6] crash: export crashkernel CMA reservation to userspace
 2025-11-20  9:58 UTC  (2+ messages)

[PATCH] kho: free chunks using free_page() instead of kfree()
 2025-11-20  9:57 UTC  (6+ messages)
    `  "

[PATCH] kho: free already restored pages when kho_restore_vmalloc() fails
 2025-11-20  9:26 UTC  (3+ messages)

[PATCH] MAINTAINERS: add test_kho to KHO's entry
 2025-11-20  9:25 UTC  (7+ messages)

[PATCH] test_kho: always print restore status
 2025-11-20  1:18 UTC  (4+ messages)

[PATCH v5] crash: export crashkernel CMA reservation to userspace
 2025-11-17 18:33 UTC  (3+ messages)

Zaplanowanie sukcesji
 2025-11-17  9:05 UTC 

[PATCH v5 1/3] kexec: move sysfs entries to /sys/kernel/kexec
 2025-11-17  4:47 UTC  (3+ messages)
` [PATCH v5 2/3] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v5 3/3] kexec: document new kexec and kdump sysfs ABIs

[PATCH v5] Documentation/ABI: add kexec and kdump sysfs interface
 2025-11-17  3:51 UTC 

[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
 2025-11-16 14:57 UTC  (26+ messages)
` [PATCH v2 01/13] kho: Fix misleading log message in kho_populate()
` [PATCH v2 02/13] kho: Convert __kho_abort() to return void
` [PATCH v2 03/13] kho: Introduce high-level memory allocation API
` [PATCH v2 04/13] kho: Preserve FDT folio only once during initialization
` [PATCH v2 05/13] kho: Verify deserialization status and fix FDT alignment access
` [PATCH v2 06/13] kho: Always expose output FDT in debugfs
` [PATCH v2 07/13] kho: Simplify serialization and remove __kho_abort
` [PATCH v2 08/13] kho: Remove global preserved_mem_map and store state in FDT
` [PATCH v2 09/13] kho: Remove abort functionality and support state refresh
` [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
` [PATCH v2 11/13] kho: Allow kexec load before KHO finalization
` [PATCH v2 12/13] kho: Allow memory preservation state updates after finalization
` [PATCH v2 13/13] kho: Add Kconfig option to enable KHO by default

[PATCH] liveupdate: kho: Enable KHO by default
 2025-11-15  9:42 UTC  (7+ messages)

[PATCH v4 1/5] Documentation/ABI: add kexec and kdump sysfs interface
 2025-11-14  5:15 UTC  (5+ messages)
` [PATCH v4 2/5] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v4 3/5] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v4 4/5] kexec: document new kexec and kdump sysfs ABIs
` [PATCH v4 5/5] crash: export crashkernel CMA reservation to userspace

Odbiór w paczkomacie
 2025-11-13  9:01 UTC 

[PATCH 1/2] powerpc/fadump: remove old sysfs symlink
 2025-11-12 17:13 UTC  (2+ messages)
` [PATCH 2/2] Documentation/ABI: remove old fadump sysfs doc

[PATCH kexec-tools 0/4] ppc64: Support kexec with initrd and DTB together
 2025-11-12 12:10 UTC  (3+ messages)

[PATCH 1/2] Remove the "mem=" parameter when using the --reuse-cmdline option in kdump operation
 2025-11-12  3:05 UTC  (5+ messages)
` [PATCH 2/2] LoongArch: Refactor command line processing

[PATCH] util_lib: Add direct map fallback in vaddr_to_offset()
 2025-11-11 13:52 UTC  (2+ messages)

[PATCH] kexec: add kexec flag to support debug printing
 2025-11-11 13:49 UTC  (2+ messages)

[PATCH kexec-tools 0/2] kexec/ifdown.c: minimise errors printed
 2025-11-11 13:39 UTC  (4+ messages)
` [PATCH kexec-tools 2/2] kexec/ifdown.c: Hide error if sockets are disabled

[PATCH v3 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
 2025-11-11  5:52 UTC  (10+ messages)
` [PATCH v3 1/5] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH v3 2/5] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v3 3/5] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v3 4/5] kexec: document new kexec and kdump sysfs ABIs
` [PATCH v3 5/5] crash: export crashkernel CMA reservation to userspace

[PATCH] LoongArch: kexec: Initialize kexec_buf struct
 2025-11-10  9:24 UTC  (2+ messages)

[PATCH v2 2/5] kexec: move sysfs entries to /sys/kernel/kexec
 2025-11-09 13:38 UTC  (2+ messages)

[PATCH] lib/test_kho: Check if KHO is enabled
 2025-11-09  7:31 UTC  (5+ messages)

[Hypervisor Live Update] Notes from November 3, 2025
 2025-11-09  1:53 UTC  (2+ messages)

[PATCH v2 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
 2025-11-07  7:15 UTC  (3+ messages)
` [PATCH v2 5/5] crash: export crashkernel CMA reservation to userspace

[PATCH 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-11-07  0:44 UTC  (5+ messages)
` [PATCH 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area

[PATCH v9 2/9] kho: drop notifiers
 2025-11-06 22:14 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