messages from 2026-01-09 10:43:44 to 2026-01-28 02:13:03 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] kexec: derive purgatory entry from symbol
2026-01-28 2:12 UTC (3+ messages)
[PATCH v6 0/4] kho: history: track previous kernel version and kexec boot count
2026-01-27 14:43 UTC (6+ messages)
` [PATCH v6 1/4] kho: add size parameter to kho_add_subtree()
` [PATCH v6 2/4] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v6 3/4] kho: kexec-metadata: track previous kernel chain
` [PATCH v6 4/4] kho: document kexec-metadata tracking feature
[PATCH v5 0/4] kho: history: track previous kernel version and kexec boot count
2026-01-27 13:41 UTC (11+ messages)
` [PATCH v5 1/4] kho: add size parameter to kho_add_subtree()
` [PATCH v5 2/4] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v5 3/4] kho: kexec-metadata: track previous kernel chain
` [PATCH v5 4/4] kho: document kexec-metadata tracking feature
[PATCH] kho: cleanup error handling in kho_populate()
2026-01-27 9:29 UTC (4+ messages)
[PATCH v3 0/8] btf/kallsyms based makedumpfile extension for mm page filtering
2026-01-27 3:21 UTC (16+ 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 0/2] mm: memfd_luo: preserve file seals
2026-01-26 18:31 UTC (8+ messages)
` [PATCH 1/2] memfd: export memfd_{add,get}_seals()
` [PATCH 2/2] mm: memfd_luo: preserve file seals
[PATCH v3] arm64/kdump: pass dm-crypt keys to kdump kernel
2026-01-26 14:36 UTC (2+ messages)
[PATCH v4] kho: kexec-metadata: track previous kernel chain
2026-01-26 13:47 UTC (10+ messages)
[PATCH] kho: fix doc for kho_restore_pages()
2026-01-26 12:48 UTC (3+ messages)
[PATCH] crash_dump: fix dm_crypt keys locking and ref leak
2026-01-26 11:20 UTC
[Hypervisor Live Update] Notes from January 12, 2026
2026-01-24 23:59 UTC
[PATCH RESEND v3] kho: init alloc tags when restoring pages from reserved memory
2026-01-23 8:55 UTC (4+ messages)
[PATCH v2] kho: skip memoryless NUMA nodes when reserving scratch areas
2026-01-23 8:53 UTC (6+ messages)
[PATCH] kho: print which scratch buffer failed to be reserved
2026-01-22 19:48 UTC (4+ messages)
[PATCH v2 0/2] kho: clean up page initialization logic
2026-01-22 19:11 UTC (9+ 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 0/6] kho: ABI headers and Documentation updates
2026-01-22 18:29 UTC (25+ 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 v3] kho: init alloc tags when restoring pages from reserved memory
2026-01-22 10:23 UTC (4+ messages)
[PATCH v3 0/2] kho: history: track previous kernel version and kexec boot count
2026-01-20 18:58 UTC (8+ messages)
` [PATCH v3 1/2] kho: history: track previous kernel version
[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 v4] kho: validate preserved memory map during population
2026-01-20 15:11 UTC (8+ messages)
[PATCH v2 0/4] kexec: add kexec flag to control debug printing
2026-01-20 10:15 UTC (3+ messages)
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-01-20 0:10 UTC (8+ 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 (5+ 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 (2+ 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 (9+ 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 (5+ messages)
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)
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