linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 16:09:29 to 2024-08-26 22:43:07 UTC [more...]

[PATCH v10 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-08-26 22:38 UTC  (11+ messages)
` [PATCH v10 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v10 02/20] x86: Secure Launch Kconfig
` [PATCH v10 03/20] x86: Secure Launch Resource Table header file
` [PATCH v10 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v10 06/20] x86: Add early SHA-256 "
` [PATCH v10 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v10 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v10 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v10 10/20] x86: Secure Launch kernel late "
` [PATCH v10 11/20] x86: Secure Launch SMP bringup support

[RFCv2 0/9] UEFI emulator for kexec
 2024-08-26 13:39 UTC  (25+ messages)
` [RFCv2 1/9] efi/libstub: Ask efi_random_alloc() to skip unusable memory
` [RFCv2 2/9] efi/libstub: Complete efi_simple_text_output_protocol
` [RFCv2 3/9] efi/emulator: Initial rountines to emulate EFI boot time service
` [RFCv2 4/9] efi/emulator: Turn on mmu for arm64
` [RFCv2 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
` [RFCv2 6/9] arm64: kexec: Introduce a new member param_mem to kimage_arch
` [RFCv2 7/9] arm64: mm: Change to prototype of
` [RFCv2 8/9] arm64: kexec: Prepare page table for emulator
` [RFCv2 9/9] arm64: kexec: Enable kexec_pe_image

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-08-25 12:12 UTC  (6+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support

[PATCH] efi/cper: Print correctable AER information
 2024-08-23  0:24 UTC 

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-08-22 18:29 UTC  (24+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 09/19] x86: Secure Launch kernel late boot stub
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup

[PATCH -next] efi: Remove unused declaration efi_initialize_iomem_resources()
 2024-08-08 14:05 UTC 

[PATCH] loongarch/efi: enable general efi poweroff
 2024-08-07 10:06 UTC 

[PATCH] loongarch/efi: enable general efi poweroff
 2024-07-26  9:17 UTC 

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2024-08-05 12:53 UTC  (5+ messages)
` [PATCH v3 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v3 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v3 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v3 5/5] docs: efi: add CPER functions to driver-api

[PATCH v2] ARM: Add support for STACKLEAK gcc plugin
 2024-08-05  1:35 UTC  (6+ messages)

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-07-31 17:45 UTC  (6+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-30 16:28 UTC  (18+ messages)
` [PATCH 1/6] Add AutoFDO "
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH v3 0/2] efi/x86: Call set_os() protocol on dual GPU Macs
 2024-07-29  7:46 UTC  (23+ messages)

[PATCH] loongarch/reset: use general efi poweroff
 2024-07-26 14:09 UTC 

[PATCH] loongarch/reset: use general efi poweroff
 2024-07-26  9:17 UTC 

[GIT PULL] EFI fixes for v6.11 #1
 2024-07-25 20:37 UTC  (2+ messages)

[PATCH v2] riscv: enable HAVE_ARCH_STACKLEAK
 2024-07-25 13:20 UTC  (2+ messages)

[PATCH v3 0/2] Resolve problems with kexec identity mapping
 2024-07-24 14:51 UTC  (5+ messages)
` [PATCH v3 1/2] x86/kexec: Add EFI config table identity mapping for kexec kernel
` [PATCH v3 2/2] x86/mm/ident_map: Use gbpages only where full GB page should be mapped

[Patch] Do not clear BSS region in x86 stub
 2024-07-24  1:48 UTC  (13+ messages)

[efi:urgent] BUILD SUCCESS ae835a96d72cd025421910edb0e8faf706998727
 2024-07-22 12:34 UTC 

[RFC 0/7] UEFI emulator for kexec
 2024-07-19 14:54 UTC  (11+ messages)
` [RFC 1/7] efi/libstub: Ask efi_random_alloc() to skip unusable memory
` [RFC 2/7] debug/libstub: cheats to step around some boot service
` [RFC 3/7] efi/emulator: Initial rountines to emulate EFI boot time service
` [RFC 4/7] efi/emulator: Turn on mmu for arm64
` [RFC 5/7] arm64: mm: Change to prototype of
` [RFC 6/7] arm64: kexec: Prepare page table for emulator

[PATCH] x86/efistub: Revert to heap allocated boot_params for PE entrypoint
 2024-07-18 20:58 UTC 

[efi:urgent] BUILD SUCCESS ee8b8f5d83eb2c9caaebcf633310905ee76856e9
 2024-07-18 11:25 UTC 

[PATCH] efi/libstub: Fixed an issue with screen_info not being initialized
 2024-07-17 20:53 UTC  (2+ messages)

[GIT PULL] EFI updates for v6.11
 2024-07-16 19:37 UTC  (2+ messages)

[PATCH v2 0/2] Resolve problems with kexec identity mapping
 2024-07-16 15:17 UTC  (4+ messages)
` [PATCH v2 1/2] x86/kexec: Add EFI config table identity mapping for kexec kernel
` [PATCH v2 2/2] x86/mm/ident_map: Use gbpages only where full GB page should be mapped

[efi:next] BUILD SUCCESS 4a2ebb082297f41803742729642961532e54079e
 2024-07-13  7:15 UTC 

[PATCH v2 0/2] efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array
 2024-07-12  8:08 UTC  (4+ messages)
` [PATCH v2 1/2] efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()
` [PATCH v2 2/2] efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array

[PATCH v2 1/5] RAS: Report all ARM processor CPER information to userspace
 2024-07-11 15:24 UTC  (6+ messages)
` [PATCH v2 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v2 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v2 5/5] docs: efi: add CPER functions to driver-api

[PATCH v4 00/16] Enable Linear Address Space Separation support
 2024-07-11 14:03 UTC  (27+ messages)
` [PATCH v4 02/16] x86/asm: Introduce inline memcpy and memset
` [PATCH v4 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v4 05/16] x86/cpu: Remove redundant comment during feature setup
` [PATCH v4 06/16] init/main.c: Move EFI runtime service initialization to x86/cpu
` [PATCH v4 07/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCH v4 08/16] x86/vsyscall: Reorganize the #PF emulation code
` [PATCH v4 09/16] x86/traps: Consolidate user fixups in exc_general_protection()
` [PATCH v4 10/16] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCH v4 11/16] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCH v4 12/16] x86/vsyscall: Document the fact that vsyscall=emulate disables LASS
` [PATCH v4 13/16] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCH v4 14/16] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v4 15/16] efi: Disable LASS around set_virtual_address_map call
` [PATCH v4 16/16] x86/cpu: Make LAM depend on LASS

[PATCH v2 0/5] Fix issues with ARM Processor CPER records
 2024-07-11  6:28 UTC 

[PATCH] efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array
 2024-07-11  6:05 UTC  (4+ messages)

[PATCH 0/6] Fix issues with ARM Processor CPER records
 2024-07-11  5:26 UTC  (6+ messages)
` [PATCH 1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions


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