Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-26 14:25:37 to 2025-04-12 16:20:05 UTC [more...]

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-12 16:07 UTC  (25+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 02/19] x86: Secure Launch Kconfig
` [PATCH v13 03/19] x86: Secure Launch Resource Table header file
` [PATCH v13 04/19] x86: Secure Launch main "
` [PATCH v13 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v13 06/19] x86: Add early SHA-256 "
` [PATCH v13 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v13 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 10/19] x86: Secure Launch kernel late "
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v13 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v13 14/19] tpm, tpm_tis: Close all localities
` [PATCH v13 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v13 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v13 18/19] x86: Secure Launch late initcall platform module
` [PATCH v13 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-04-11  5:37 UTC  (15+ messages)
` [PATCH v6 01/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v6 02/14] memblock: Add support for scratch memory
` [PATCH v6 03/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v6 04/14] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v6 05/14] kexec: add KHO parsing support
` [PATCH v6 06/14] kexec: enable KHO support for memory preservation
` [PATCH v6 07/14] kexec: add KHO support to kexec file loads
` [PATCH v6 08/14] kexec: add config option for KHO
` [PATCH v6 09/14] arm64: add KHO support
` [PATCH v6 10/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v6 11/14] x86: add KHO support
` [PATCH v6 12/14] memblock: add KHO support for reserve_mem
` [PATCH v6 13/14] Documentation: add documentation for KHO
` [PATCH v6 14/14] Documentation: KHO: Add memblock bindings

[PATCH v5 12/16] arm64: add KHO support
 2025-04-11  3:47 UTC  (2+ messages)

[PATCH v11 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-10 19:47 UTC  (35+ messages)
` [PATCH v11 1/9] ima: rename variable the set_file "file" to "ima_kexec_file"
` [PATCH v11 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v11 3/9] kexec: define functions to map and unmap segments
` [PATCH v11 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v11 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v11 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v11 7/9] ima: verify if the segment size has changed
` [PATCH v11 8/9] ima: make the kexec extra memory configurable
` [PATCH v11 9/9] ima: measure kexec load and exec events as critical data

[PATCH v9 0/4] x86/kexec: Add exception handling for relocate_kernel
 2025-04-10  7:26 UTC  (8+ messages)
` [PATCH v9 1/4] x86/kexec: Add 8250 serial port output
` [PATCH v9 2/4] x86/kexec: Add 8250 MMIO "
` [PATCH v9 3/4] x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlier
` [PATCH v9 4/4] selftests/kexec: Add x86_64 selftest for kexec-jump and exception handling

[PATCH 0/4] kexec-tools RISC-V port
 2025-04-09 20:14 UTC  (4+ messages)
` [PATCH 2/4] RISC-V: Enable kexec_file_load syscall
` [PATCH 3/4] RISC-V: Separate elf_riscv_find_pbase out
` [PATCH 4/4] RISC-V: Support loading Image binary file

[RFC PATCH] ima: add a knob to make IMA be able to be disabled
 2025-04-09 15:40 UTC  (15+ messages)

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-09  9:15 UTC  (26+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 02/19] x86: Secure Launch Kconfig
` [PATCH v13 03/19] x86: Secure Launch Resource Table header file
` [PATCH v13 04/19] x86: Secure Launch main "
` [PATCH v13 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v13 06/19] x86: Add early SHA-256 "
` [PATCH v13 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v13 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 10/19] x86: Secure Launch kernel late "
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v13 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v13 14/19] tpm, tpm_tis: Close all localities
` [PATCH v13 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v13 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v13 18/19] x86: Secure Launch late initcall platform module
` [PATCH v13 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[ANNOUNCE] kexec-tools v2.0.31 preparation
 2025-04-07  7:41 UTC 

[PATCH v3] crash: Export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfo
 2025-04-05  6:06 UTC 

[REGRESSION] Kernel booted via kexec fails to resume from hibernation
 2025-04-05  5:15 UTC  (22+ messages)

[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
 2025-04-04 12:54 UTC  (45+ messages)
` [PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
` [PATCH v5 11/16] kexec: add config option for KHO

Zobowiązanie
 2025-04-03  7:35 UTC 

[PATCH v2 RESEND] crash: Export PAGE_UNACCEPTED_MAPCOUNT_VALUE to vmcoreinfo
 2025-04-03  3:08 UTC  (2+ messages)

Proszę o kontakt
 2025-04-02  7:35 UTC 

[PATCH] MAINTAINERS: Add Andrew and myself as kexec maintainer
 2025-04-01  8:40 UTC  (3+ messages)

[RFC PATCH 1/5] misc: introduce FDBox
 2025-03-31 15:38 UTC  (13+ messages)

kexec: locate_hole failed regression since v2.0.27
 2025-03-27 21:21 UTC 

[PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
 2025-03-25  0:21 UTC  (2+ messages)

[PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
 2025-03-23 19:02 UTC  (2+ messages)

[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
 2025-03-26 23:44 UTC  (9+ messages)
` [PATCH v10 6/8] ima: kexec: move IMA log copy from kexec load to execute

[Hypervisor Live Update] Notes from March 10, 2025
 2025-03-26 16:18 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox