linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-30 11:56:44 to 2024-07-31 11:36:55 UTC [more...]

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-07-31 11:36 UTC  (4+ 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 v2] ARM: Add support for STACKLEAK gcc plugin
 2024-07-29 11:24 UTC  (4+ messages)

[PATCH v3 0/2] efi/x86: Call set_os() protocol on dual GPU Macs
 2024-07-29  7:46 UTC  (26+ messages)
` [PATCH v3 1/2] efistub/x86: Enable SMBIOS protocol handling for x86
` [PATCH v3 2/2] x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs

[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  (29+ messages)
` [PATCH v4 01/16] x86/cpu: Enumerate the LASS feature bits
` [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 04/16] x86/cpu: Enable LASS during CPU initialization
` [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  (16+ messages)
` [PATCH 1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
` [PATCH 2/6] RAS: Report all ARM processor CPER information to userspace
` [PATCH 3/6] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH 4/6] efi/cper: Add a new helper function to print bitmasks
` [PATCH 5/6] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH 6/6] docs: efi: add CPER functions to driver-api

[PATCH] arm64/efistub: Clean up KASLR logic
 2024-07-10 10:25 UTC 

[PATCH AUTOSEL 6.1 07/29] efi: pstore: Return proper errors on UEFI failures
 2024-07-10  9:59 UTC  (2+ messages)

[efi:next] BUILD SUCCESS ebf5a79acf9a2970e93d30a9e97b08913ef15711
 2024-07-08 23:49 UTC 

[efi:next] BUILD SUCCESS f06ecac98e56e2d6c8cb04da732dc6709f7e3fef
 2024-07-05 22:52 UTC 

[PATCH 1/2] x86/efistub: Avoid returning EFI_SUCCESS on error
 2024-07-04 12:46 UTC  (2+ messages)
` [PATCH 2/2] x86/efistub: Drop redundant clearing of BSS

[efi:next] BUILD SUCCESS d68cc8abc357c05ca1567458965f009add8bab69
 2024-07-03  6:01 UTC 

[PATCH v2 1/2] ACPI: PRM: Add PRM handler direct call support
 2024-07-02 14:54 UTC  (2+ messages)

[PATCH 0/14] New uid & gid mount option parsing helpers
 2024-07-02  4:25 UTC  (6+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` (subset) [PATCH 0/14] New uid & gid mount "

[PATCH] efistub/smbios: Simplify SMBIOS enumeration API
 2024-07-01 22:52 UTC 

[RFC PATCH] x86/efi: Drop support for fake EFI memory maps
 2024-07-01 22:25 UTC  (7+ messages)

[PATCH v5 0/4] fix CPER issues related to UEFI 2.9A Errata
 2024-07-01 15:07 UTC  (3+ messages)
` [PATCH v5 2/4] efi/cper: Add a new helper function to print bitmasks

[PATCH v2] efi: libstub: add support for the apple_set_os protocol
 2024-07-01 13:44 UTC  (21+ messages)

[PATCH] efi: libstub: add support for the apple_set_os protocol
 2024-06-30 19:18 UTC  (7+ 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).