kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
 2025-11-11  1:15 UTC  (9+ 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] liveupdate: kho: Enable KHO by default
 2025-11-10 18:34 UTC  (2+ messages)

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

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

[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 v7] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-11-08  4:26 UTC  (3+ messages)

[PATCHv2 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-11-07  9:34 UTC  (10+ messages)
` [PATCHv2 2/2] kernel/kexec: Fix IMA when allocation happens in CMA area

[PATCH 1/2] kernel/kexec: Change the prototype of kimage_map_segment()
 2025-11-07  0:44 UTC  (10+ 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)

[PATCH v6] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-11-06 14:38 UTC  (2+ messages)

[PATCH] util_lib: Add direct map fallback in vaddr_to_offset()
 2025-11-06 12:03 UTC 

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-11-06  8:24 UTC  (9+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag

[PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate
 2025-11-06  7:21 UTC 

[PATCH] MAINTAINERS: add myself as a reviewer for KHO
 2025-11-05 20:07 UTC  (3+ messages)

[PATCH] MAINTAINERS: extend file entry in KHO to include subdirectories
 2025-11-05 17:39 UTC  (4+ messages)

[PATCH v2 0/4] kexec: print out debugging message if required for kexec_load
 2025-11-05 15:05 UTC  (21+ messages)
` [PATCH v2 1/4] kexec: Fix uninitialized struct kimage *image pointer
` [PATCH v2 2/4] kexec: add kexec_core flag to control debug printing
` [PATCH v2 3/4] kexec: print out debugging message if required for kexec_load
` [PATCH v2 4/4] kexec_file: Fix the issue of mismatch between loop variable types

[PATCH 0/2] kho: misc fixes
 2025-11-05 10:06 UTC  (8+ messages)
` [PATCH 1/2] kho: fix unpreservation of higher-order vmalloc preservations
` [PATCH 2/2] kho: warn and exit when unpreserved page wasn't preserved

[PATCH 0/2] Export kdump crashkernel CMA ranges
 2025-11-05  3:33 UTC  (6+ messages)
` [PATCH 1/2] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH 2/2] crash: export crashkernel CMA reservation to userspace

[PATCH v5] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-11-04 12:38 UTC  (9+ messages)

[PATCH] kexec: add kexec flag to support debug printing
 2025-11-04  2:59 UTC 

[PATCH] kho: fix out-of-bounds access of vmalloc chunk
 2025-11-03 16:57 UTC  (2+ messages)

[PATCH] crash: fix crashkernel resource shrink
 2025-11-03  4:08 UTC  (3+ messages)

[PATCH][makedumpfile -R] Promptly return error on truncated regular file
 2025-11-02 10:48 UTC  (2+ messages)

[Hypervisor Live Update] Notes from October 20, 2025
 2025-11-01 23:35 UTC 

[PATCH 1/1] kexec: Use %pe format specifier for error pointer printing
 2025-11-01 13:49 UTC  (5+ messages)

[PATCH] kexec: print out debugging message if required for kexec_load
 2025-10-31  8:49 UTC  (9+ messages)

[ANNOUNCE] makedumpfile 1.7.8
 2025-10-30  7:21 UTC 

[RFC 0/3] kexec: Force kexec to proceed under heavy deadline load
 2025-10-29 13:39 UTC  (10+ messages)
` [RFC 1/3] sched/deadline: Skip the deadline bandwidth check if kexec_in_progress
` [RFC 2/3] kernel/cpu: Mark nonboot cpus as inactive when shutting down nonboot cpus
` [RFC 3/3] kexec_core: Promote the kexec to DL task

[PATCH v2 0/3] Make KHO Stateless
 2025-10-29  2:08 UTC  (11+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures

[PATCHv2 0/2]: kexec: Force kexec to proceed under heavy deadline load
 2025-10-29  2:01 UTC  (5+ messages)
` [PATCHv2 1/2] sched/deadline: Skip the deadline bandwidth check if kexec_in_progress
` [PATCHv2 2/2] kernel/kexec: Stop all userspace deadline tasks

[PATCH 0/4] powerpc/kdump: Support high crashkernel reservation
 2025-10-28  6:23 UTC 

[PATCH v2][makedumpfile 00/14] btf/kallsyms based eppic extension for mm page filtering
 2025-10-27  2:58 UTC  (20+ messages)
` [PATCH v2][makedumpfile 03/14] dwarf_info: Support kernel address randomization
` [PATCH v2][makedumpfile 04/14] dwarf_info: Fix a infinite recursion bug for rust symbols
` [PATCH v2][makedumpfile 05/14] eppic dwarf: support anonymous structs member resolving
` [PATCH v2][makedumpfile 06/14] Enable page filtering for dwarf eppic
` [PATCH v2][makedumpfile 07/14] Implement kernel kallsyms resolving
` [PATCH v2][makedumpfile 08/14] Implement kernel btf resolving
` [PATCH v2][makedumpfile 09/14] Implement kernel module's kallsyms resolving
` [PATCH v2][makedumpfile 10/14] Implement kernel module's btf resolving
` [PATCH v2][makedumpfile 11/14] Export necessary btf/kallsyms functions to eppic extension
` [PATCH v2][makedumpfile 12/14] Enable page filtering for btf/kallsyms eppic
` [PATCH v2][makedumpfile 13/14] Docs: Update eppic related entries
` [PATCH v2][makedumpfile 14/14] Introducing 2 eppic scripts to test the dwarf/btf eppic extension

[PATCH v3] kexec_core: Remove superfluous page offset handling in segment loading
 2025-10-25  2:03 UTC  (3+ messages)

[resend, PATCH v2 1/1] kexec: Remove unused code in kimage_load_cma_segment()
 2025-10-24 15:52 UTC  (5+ messages)

[PATCH 1/2] kexec-tools: powerpc: Fix function signature of comparefunc()
 2025-10-22 15:32 UTC  (5+ messages)
` [PATCH 2/2] kexec-tools: powerpc: Fix pointer declarations in read_memory_region_limits()
` [Spam] [PATCH 1/2] kexec-tools: powerpc: Fix function signature of comparefunc()

[PATCH kexec-tools 0/4] ppc64: Support kexec with initrd and DTB together
 2025-10-22 13:46 UTC  (5+ messages)
` [PATCH kexec-tools 1/4] ppc64: ensure /memreserve/ sections exist in user-provided FDT
` [PATCH kexec-tools 2/4] ppc64: handle reboot CPU in case of user provided DTB
` [PATCH kexec-tools 3/4] Add arch_do_unload hook for arch-specific cleanup
` [PATCH kexec-tools 4/4] ppc64: life the dtb and initrd restriction

[PATCH kexec-tools 0/2] kexec/ifdown.c: minimise errors printed
 2025-10-22  2:07 UTC  (3+ messages)
` [PATCH kexec-tools 1/2] kexec/ifdown.c: Use AF_NETLINK instead of AF_INET
` [PATCH kexec-tools 2/2] kexec/ifdown.c: Hide error if sockets are disabled

[PATCH v1 0/3] Make KHO Stateless
 2025-10-22  0:59 UTC  (6+ messages)
` [PATCH v1 1/3] kho: Adopt KHO radix tree data structures

kexec-tools build on powerpc
 2025-10-21 21:11 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).