Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-30 08:50:46 to 2026-01-20 18:44:23 UTC [more...]

[PATCH v4 0/2] Make KHO Stateless
 2026-01-13 16:16 UTC  (12+ messages)
` [PATCH v4 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v4 2/2] kho: Remove finalize state and clients

[PATCH 0/6] kho: ABI headers and Documentation updates
 2026-01-20 18:44 UTC  (18+ messages)
` [PATCH 1/6] kho/abi: luo: make generated documentation more coherent
` [PATCH 2/6] kho/abi: memfd: "
` [PATCH 3/6] kho: docs: combine concepts and FDT documentation
` [PATCH 4/6] kho: Introduce KHO FDT ABI header
` [PATCH 5/6] kho: Relocate vmalloc preservation structure to KHO "
` [PATCH 6/6] kho/abi: add memblock "

[PATCH v2] kho: skip memoryless NUMA nodes when reserving scratch areas
 2026-01-20 18:37 UTC  (2+ messages)

[PATCH v7 0/2] Make KHO Stateless
 2026-01-20 17:57 UTC  (6+ messages)
` [PATCH v7 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v7 2/2] kho: Remove finalize state and clients

[PATCH v3 0/2] kho: history: track previous kernel version and kexec boot count
 2026-01-20 15:40 UTC  (8+ messages)
` [PATCH v3 1/2] kho: history: track previous kernel version
` [PATCH v3 2/2] kho: history: track kexec boot counter

[PATCH v4] kho: validate preserved memory map during population
 2026-01-20 15:11 UTC  (8+ messages)

[PATCH v2 0/2] kho: clean up page initialization logic
 2026-01-20 13:06 UTC  (7+ messages)
` [PATCH v2 1/2] kho: use unsigned long for nr_pages
` [PATCH v2 2/2] kho: simplify page initialization in kho_restore_page()

[PATCH] kexec: derive purgatory entry from symbol
 2026-01-20 12:40 UTC 

[PATCH v2 0/4] kexec: add kexec flag to control debug printing
 2026-01-20 10:15 UTC  (5+ messages)
` [PATCH v2 4/4] arm64: kexec: Adjust the debug print of kexec_image_info

[PATCH v3 0/8] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-01-20  4:39 UTC  (10+ messages)
` [PATCH v3 1/8] Implement kernel kallsyms resolving
` [PATCH v3 2/8] Implement kernel btf resolving
` [PATCH v3 3/8] Implement kernel modules' kallsyms resolving
` [PATCH v3 4/8] Implement kernel modules' btf resolving
` [PATCH v3 5/8] Add makedumpfile extension support
` [PATCH v3 6/8] Add page filtering function
` [PATCH v3 7/8] Add maple tree support to makedumpfile extension
` [PATCH v3 8/8] Filter amdgpu mm pages

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-01-20  0:10 UTC  (16+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
` [PATCH v15 02/28] tpm: Move TPM1 specific definitions and functions to new headers
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCHv6 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-01-19 18:45 UTC  (24+ messages)
` [PATCHv6 01/13] bpf: Introduce kfuncs to parser buffer content
` [PATCHv6 02/13] kexec_file: Move signature validation ahead
` [PATCHv6 03/13] kexec_file: Introduce routines to parse PE file
` [PATCHv6 04/13] kexec_file: Use bpf-prog to decompose image
` [PATCHv6 05/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
` [PATCHv6 06/13] kexec_file: Implement decompress method for parser
` [PATCHv6 07/13] kexec_file: Implement copy "
` [PATCHv6 08/13] kexec_file: Introduce a bpf-prog lskel to parse PE file
` [PATCHv6 09/13] kexec_file: Factor out routine to find a symbol in ELF
` [PATCHv6 10/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
` [PATCHv6 11/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
` [PATCHv6 12/13] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv6 13/13] tools/kexec: Add a zboot image building tool

[PATCH] arm64/kdump: pass dm-crypt keys to kdump kernel
 2026-01-19 10:57 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] kho: print which scratch buffer failed to be reserved
 2026-01-18 12:17 UTC  (2+ messages)

[PATCH] kho: skip memoryless NUMA nodes when reserving scratch areas
 2026-01-18 12:16 UTC  (3+ messages)

[PATCH] kho: test: clean up residual memory upon test_kho module unload
 2026-01-16 17:14 UTC  (3+ messages)

[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
 2026-01-16 11:26 UTC  (7+ messages)

[RFC] s390x/kdump: pass dm-crypt keys to kdump kernel
 2026-01-16 10:33 UTC 

[PATCH v6 0/2] Make KHO Stateless
 2026-01-15 23:00 UTC  (3+ messages)
` [PATCH v6 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v6 2/2] kho: Remove finalize state and clients

[PATCH v2 0/2] kexec: history: track previous kernel version and kexec boot count
 2026-01-14 19:08 UTC  (17+ messages)
` [PATCH v2 1/2] kexec: history: track previous kernel version
` [PATCH v2 2/2] kexec: history: track kexec boot counter

[PATCH 1/2] x86/crash: Use set_memory_p instead of __set_memory_prot
 2026-01-14  2:36 UTC  (6+ messages)
` [PATCH 2/2] Reapply "x86/mm: Remove unused __set_memory_prot()"

Fundacja Rodzina a optymalizacja podatkowa
 2026-01-13  9:00 UTC 

[PATCH v5 0/2] Make KHO Stateless
 2026-01-13  5:35 UTC  (3+ messages)
` [PATCH v5 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v5 2/2] kho: Remove finalize state and clients

crash hp: kexec_trylock() failed, kdump image may be inaccurate
 2026-01-12  5:54 UTC  (2+ messages)

[PATCH] kho: init alloc tags when restoring pages from reserved memory
 2026-01-11 19:58 UTC  (6+ messages)

[PATCH v3 0/4] Make KHO Stateless
 2026-01-09  0:08 UTC  (5+ messages)
` [PATCH v3 3/4] kho: Adopt radix tree for preserved memory tracking

[PATCH] powerpc/kdump: pass dm-crypt keys to kdump kernel
 2026-01-08 10:32 UTC  (8+ messages)
` [PATCH v2] "

linux-6.19-rc4/kernel/kexec_core.c:425: Possible loss of data ?
 2026-01-08  8:42 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust file entry in MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION
 2026-01-07 10:05 UTC  (2+ messages)

[PATCH] kho: add support for deferred struct page init
 2026-01-03  5:23 UTC  (24+ messages)

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2026-01-02 18:58 UTC  (4+ messages)

[PATCH] powerpc/kexec/core: use big-endian types for crash variables
 2026-01-02 11:12 UTC  (2+ messages)

[RFC PATCH 00/10] liveupdate: hugetlb support
 2025-12-30 16:37 UTC  (5+ messages)
` [RFC PATCH 06/10] liveupdate: hugetlb subsystem FLB state preservation

[PATCH] liveupdate/kho: Warn when kho_scratch is insufficient for sparsemem
 2025-12-30 16:26 UTC  (2+ messages)

[PATCH RFC] kexec: add option to print previous kernel release after kexec
 2025-12-30 15:11 UTC  (3+ messages)

[PATCH] kho: add support for deferred struct page init
 2025-12-30 15:05 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