messages from 2025-03-12 08:51:33 to 2025-03-28 23:13:46 UTC [more...]
[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-03-28 23:08 UTC (11+ messages)
` [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 10/19] x86: Secure Launch kernel late boot stub
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
[PATCH] MAINTAINERS: Add Andrew and myself as kexec maintainer
2025-03-28 10:44 UTC
kexec: locate_hole failed regression since v2.0.27
2025-03-27 21:21 UTC
[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
2025-03-27 13:31 UTC (60+ messages)
` [PATCH v5 01/16] kexec: define functions to map and unmap segments
` [PATCH v5 02/16] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v5 03/16] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v5 04/16] memblock: Add support for scratch memory
` [PATCH v5 05/16] memblock: introduce memmap_init_kho_scratch()
` [PATCH v5 06/16] hashtable: add macro HASHTABLE_INIT
` [PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v5 08/16] kexec: add KHO parsing support
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
` [PATCH v5 10/16] kexec: add KHO support to kexec file loads
` [PATCH v5 11/16] kexec: add config option for KHO
` [PATCH v5 12/16] arm64: add KHO support
` [PATCH v5 13/16] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v5 14/16] x86: add KHO support
` [PATCH v5 15/16] memblock: add KHO support for reserve_mem
` [PATCH v5 16/16] Documentation: add documentation for KHO
[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
2025-03-26 23:44 UTC (34+ messages)
` [PATCH v10 1/8] ima: rename variable the ser_file "file" to "ima_kexec_file"
` [PATCH v10 2/8] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v10 3/8] kexec: define functions to map and unmap segments
` [PATCH v10 4/8] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v10 5/8] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v10 6/8] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v10 7/8] ima: make the kexec extra memory configurable
` [PATCH v10 8/8] ima: measure kexec load and exec events as critical data
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
2025-03-26 22:40 UTC (16+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox
[Hypervisor Live Update] Notes from March 10, 2025
2025-03-26 16:18 UTC (5+ messages)
[PATCH v9 0/4] x86/kexec: Add exception handling for relocate_kernel
2025-03-26 14:16 UTC (5+ 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 v7 0/8] x86/kexec: Add exception handling for relocate_kernel
2025-03-22 11:38 UTC (34+ messages)
` [PATCH v7 1/8] x86/kexec: Debugging support: load a GDT
` [PATCH v7 2/8] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [PATCH v7 3/8] x86/kexec: Debugging support: Dump registers on exception
` [PATCH v7 4/8] x86/kexec: Add 8250 serial port output
` [PATCH v7 5/8] x86/kexec: Add 8250 MMIO "
` [PATCH v7 6/8] x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlier
` [PATCH v7 7/8] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing
` [PATCH v7 8/8] [DO NOT MERGE] x86/kexec: Add CFI type information to relocate_kernel()
x86 kexec problem in stable 6.1.129 and later due to change related to PGD allocation
2025-03-21 15:41 UTC
[PATCH v8 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
2025-03-21 6:54 UTC (4+ messages)
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-03-13 15:41 UTC (31+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 12/14] x86: Add KHO support
[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
2025-03-17 18:26 UTC (6+ messages)
` [PATCH v9 2/7] kexec: define functions to map and unmap segments
[PATCH] MAINTAINERS: Remove myself
2025-03-17 13:47 UTC
[PATCHv9 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
2025-03-17 11:59 UTC (9+ messages)
[PATCH v8 0/7] x86/kexec: Add exception handling for relocate_kernel
2025-03-14 17:27 UTC (8+ messages)
` [PATCH v8 1/7] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [PATCH v8 2/7] x86/kexec: Debugging support: Dump registers on exception
` [PATCH v8 3/7] x86/kexec: Add 8250 serial port output
` [PATCH v8 4/7] x86/kexec: Add 8250 MMIO "
` [PATCH v8 5/7] x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlier
` [PATCH v8 6/7] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing
` [PATCH v8 7/7] [DO NOT MERGE] x86/kexec: Add CFI type information to relocate_kernel()
[PATCH v3 0/5] kdump: crashkernel reservation from CMA
2025-03-14 3:18 UTC (7+ messages)
` [PATCH v3 1/5] Add a new optional ",cma" suffix to the crashkernel= command line option
` [PATCH v3 2/5] kdump: implement reserve_crashkernel_cma
` [PATCH v3 3/5] kdump, documentation: describe craskernel CMA reservation
` [PATCH v3 4/5] kdump: wait for DMA to finish when using CMA
` [PATCH v3 5/5] x86: implement crashkernel cma reservation
[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
2025-03-13 12:06 UTC (14+ messages)
[PATCH v2 0/5] kdump: crashkernel reservation from CMA
2025-03-12 15:36 UTC (3+ messages)
[PATCH v9 4/7] ima: kexec: define functions to copy IMA log at soft boot
2025-03-12 8:57 UTC (2+ messages)
Message from production
2025-03-12 8:50 UTC
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