messages from 2025-03-07 01:27:30 to 2025-03-20 15:04:59 UTC [more...]
[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
2025-03-20 8:30 UTC (20+ 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 15/16] memblock: add KHO support for reserve_mem
` [PATCH v5 16/16] Documentation: add documentation for KHO
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-03-13 15:41 UTC (35+ 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 06/14] kexec: Add KHO parsing support
` [PATCH v4 12/14] x86: Add KHO support
[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
2025-03-20 13:06 UTC (22+ 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
[Hypervisor Live Update] Notes from March 10, 2025
2025-03-20 12:23 UTC (4+ messages)
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
2025-03-20 12:14 UTC (27+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox
` [RFC PATCH 2/5] misc: add documentation for FDBox
` [RFC PATCH 3/5] mm: shmem: allow callers to specify operations to shmem_undo_range
` [RFC PATCH 4/5] mm: shmem: allow preserving file over FDBOX + KHO
` [RFC PATCH 5/5] mm/memfd: allow preserving FD "
[PATCH v7 0/8] x86/kexec: Add exception handling for relocate_kernel
2025-03-19 15:47 UTC (33+ 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()
[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
2025-03-17 18:26 UTC (13+ messages)
` [PATCH v9 1/7] ima: copy only complete measurement records across kexec
` [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 (6+ messages)
` [PATCH v2 4/5] kdump: wait for DMA to finish when using CMA
[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
Odbiór tłumaczenia
2025-03-12 8:40 UTC
[PATCH 0/5] printk: renaming some suspend/resume functions and one fix for unblanking
2025-03-11 14:41 UTC (4+ messages)
[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
2025-03-11 12:25 UTC (12+ messages)
` [PATCH v2 1/7] kstate: Add kstate - a mechanism to describe and migrate "
` [PATCH v2 2/7] kstate, kexec, x86: transfer kstate data "
` [PATCH v2 3/7] kexec: exclude control pages from the destination addresses
` [PATCH v2 4/7] kexec, kstate: delay loading of kexec segments
` [PATCH v2 5/7] x86, kstate: Add the ability to preserve memory pages across kexec
` [PATCH v2 6/7] kexec, kstate: save kstate data before kexec'ing
` [PATCH v2 7/7] kstate, test: add test module for testing kstate subsystem
[PATCH v8 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
2025-03-10 3:30 UTC (2+ messages)
[PATCH] elf: add remaining SHF_ flag macros
2025-03-07 20:23 UTC (2+ messages)
[PATCH v12 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-03-07 19:46 UTC (40+ messages)
` [PATCH v12 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v12 03/19] x86: Secure Launch Resource Table header file
` [PATCH v12 04/19] x86: Secure Launch main "
` [PATCH v12 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v12 06/19] x86: Add early SHA-256 "
` [PATCH v12 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v12 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v12 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v12 10/19] x86: Secure Launch kernel late "
` [PATCH v12 14/19] tpm, tpm_tis: Close all localities
` [PATCH v12 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v12 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v12 17/19] tpm, sysfs: Show locality used by kernel
[Hypervisor Live Update] Notes from February 24, 2025
2025-03-07 1:09 UTC (2+ 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