kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-23 17:43:59 to 2025-05-13 10:36:35 UTC [more...]

[PATCH] kexec/zboot: Add boundary check on PE header offset
 2025-05-13 10:32 UTC 

[PATCH v2] kexec: Enable CMA based contiguous allocation
 2025-05-13  8:56 UTC 

[PATCH] kexec: Enable CMA based contiguous allocation
 2025-05-13  8:20 UTC  (5+ messages)

[RFC PATCH] ima: add a knob to make IMA be able to be disabled
 2025-05-13  3:55 UTC  (16+ messages)

[PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
 2025-05-13  2:25 UTC  (3+ messages)

Mniejsze wydatki na samochód
 2025-05-12  8:01 UTC 

[PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
 2025-05-11  2:19 UTC  (14+ messages)
` [PATCH v5] "

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-05-09  7:46 UTC  (18+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v8 02/17] memblock: Add support for scratch memory
` [PATCH v8 03/17] memblock: introduce memmap_init_kho_scratch()
` [PATCH v8 04/17] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v8 05/17] kexec: add KHO parsing support
` [PATCH v8 06/17] kexec: enable KHO support for memory preservation
` [PATCH v8 07/17] kexec: add KHO support to kexec file loads
` [PATCH v8 08/17] kexec: add config option for KHO
` [PATCH v8 09/17] arm64: add KHO support
` [PATCH v8 10/17] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v8 11/17] x86/kexec: add support for passing kexec handover (KHO) data
` [PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M
` [PATCH v8 13/17] x86/boot: make sure KASLR does not step over KHO preserved memory
` [PATCH v8 14/17] x86/Kconfig: enable kexec handover for 64 bits
` [PATCH v8 15/17] memblock: add KHO support for reserve_mem
` [PATCH v8 16/17] Documentation: add documentation for KHO
` [PATCH v8 17/17] Documentation: KHO: Add memblock bindings

[PATCH v7 00/18] kexec: introduce Kexec HandOver (KHO)
 2025-05-07 23:54 UTC  (30+ messages)
` [PATCH v7 01/18] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v7 02/18] memblock: Add support for scratch memory
` [PATCH v7 03/18] memblock: introduce memmap_init_kho_scratch()
` [PATCH v7 04/18] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v7 05/18] kexec: add KHO parsing support
` [PATCH v7 06/18] kexec: include asm/early_ioremap.h
` [PATCH v7 07/18] kexec: enable KHO support for memory preservation
` [PATCH v7 08/18] kexec: add KHO support to kexec file loads
` [PATCH v7 09/18] kexec: add config option for KHO
` [PATCH v7 10/18] arm64: add KHO support
` [PATCH v7 11/18] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v7 12/18] x86/kexec: add support for passing kexec handover (KHO) data
` [PATCH v7 13/18] x86/e820: temporarily enable KHO scratch for memory below 1M
` [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
` [PATCH v7 15/18] x86/Kconfig: enable kexec handover for 64 bits
` [PATCH v7 16/18] memblock: add KHO support for reserve_mem
` [PATCH v7 17/18] Documentation: add documentation for KHO
` [PATCH v7 18/18] Documentation: KHO: Add memblock bindings

[PATCH v5] x86/sev: Fix making shared pages private during kdump
 2025-05-07 13:58 UTC  (3+ messages)

Proszę o kontakt
 2025-05-07  8:10 UTC 

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-05-07  6:11 UTC  (7+ messages)

[PATCH v9 0/8] Support kdump with LUKS encryption by reusing LUKS volume keys
 2025-05-07  3:05 UTC  (11+ messages)
` [PATCH v9 1/8] kexec_file: allow to place kexec_buf randomly
` [PATCH v9 2/8] crash_dump: make dm crypt keys persist for the kdump kernel
` [PATCH v9 3/8] crash_dump: store dm crypt keys in kdump reserved memory
` [PATCH v9 4/8] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging
` [PATCH v9 5/8] crash_dump: retrieve dm crypt keys in kdump kernel
` [PATCH v9 6/8] Revert "x86/mm: Remove unused __set_memory_prot()"
` [PATCH v9 7/8] x86/crash: pass dm crypt keys to kdump kernel
` [PATCH v9 8/8] x86/crash: make the page that stores the dm crypt keys inaccessible

Bakery Machines
 2025-05-06  7:45 UTC 

[PATCH v13 0/9] ima: kexec: measure events between kexec load and execute
 2025-05-06  5:49 UTC  (20+ messages)
` [PATCH v13 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v13 3/9] kexec: define functions to map and unmap segments
` [PATCH v13 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v13 7/9] ima: verify if the segment size has changed
` [PATCH v13 8/9] ima: make the kexec extra memory configurable
` [PATCH v13 9/9] ima: measure kexec load and exec events as critical data

[RFCv2 0/7] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-05-06  0:37 UTC  (12+ messages)
` [RFCv2 1/7] kexec_file: Make kexec_image_load_default global visible
` [RFCv2 2/7] kexec: Introduce kexec_pe_image to parse and load PE file
` [RFCv2 3/7] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
` [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
` [RFCv2 5/7] kexec: Introduce a bpf-prog lskel to parse PE file
` [RFCv2 6/7] kexec: Integrate bpf light skeleton to load zboot image
` [RFCv2 7/7] arm64/kexec: Add PE image format support

[PATCH v4] x86/sev: Fix making shared pages private during kdump
 2025-05-05 21:49 UTC  (3+ messages)

[PATCH v2 0/4] kexec-tools RISC-V port
 2025-05-05 11:02 UTC  (3+ messages)

[PATCH v4.1] x86/sev: Fix making shared pages private during kdump
 2025-05-04  6:26 UTC 

[PATCH v3] x86/sev: Fix making shared pages private during kdump
 2025-05-02 19:40 UTC  (5+ messages)

[PATCH v4] x86/sev: Don't touch VMSA pages during kdump of SNP guest memory
 2025-05-02 13:42 UTC  (3+ messages)

[PATCH v8 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
 2025-05-02  0:13 UTC  (13+ messages)
` [PATCH v8 2/7] crash_dump: make dm crypt keys persist for the kdump kernel
` [PATCH v8 6/7] x86/crash: pass dm crypt keys to "

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-30 18:51 UTC  (25+ messages)
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 04/19] x86: Secure Launch main "
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module

[PATCH v2] x86/sev: Fix making shared pages private during kdump
 2025-04-30 13:31 UTC  (3+ messages)

[PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
 2025-04-30 12:47 UTC  (4+ messages)

[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-04-29 16:34 UTC  (12+ messages)
` [PATCH v6 10/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v6 11/14] x86: add KHO support

[Hypervisor Live Update] Notes from April 21, 2025
 2025-04-29  8:00 UTC  (3+ messages)

Zakup energii w modelu SPOT
 2025-04-29  7:30 UTC 

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-29  0:56 UTC  (4+ messages)

[PATCH] kexec_file: use SHA-256 library API instead of crypto_shash API
 2025-04-28 18:57 UTC 

[ANNOUNCE] makedumpfile 1.7.7
 2025-04-25  7:27 UTC  (3+ messages)

[PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
 2025-04-24 20:23 UTC  (5+ messages)

[PATCH] x86/sev: Fix making shared pages private during kdump
 2025-04-24 19:27 UTC  (3+ messages)

[PATCH] kexec: include asm/early_ioremap.h
 2025-04-24  9:33 UTC  (3+ messages)

[PATCH] [v2] kexec: include asm/early_ioremap.h
 2025-04-24  9:32 UTC 

[PATCH v6 12/14] memblock: add KHO support for reserve_mem
 2025-04-24  8:32 UTC  (2+ messages)


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).