messages from 2025-10-29 02:08:48 to 2025-11-14 19:00:20 UTC [more...]
[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
2025-11-14 18:59 UTC (7+ 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 07/13] kho: Simplify serialization and remove __kho_abort
[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
2025-11-14 17:54 UTC (38+ 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] liveupdate: kho: Enable KHO by default
2025-11-14 14:13 UTC (6+ 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 1/2] kexec-tools: powerpc: Fix function signature of comparefunc()
2025-11-11 13:31 UTC (2+ messages)
[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 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 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] 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 (2+ 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 (8+ messages)
` [RFC 2/3] kernel/cpu: Mark nonboot cpus as inactive when shutting down nonboot cpus
[PATCH v2 0/3] Make KHO Stateless
2025-10-29 2:08 UTC (4+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures
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