messages from 2024-06-20 07:34:23 to 2024-07-17 18:27:32 UTC [more...]
[PATCH v3 0/2] efi/x86: Call set_os() protocol on dual GPU Macs
2024-07-17 18:27 UTC (9+ 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] Do not clear BSS region in x86 stub
2024-07-17 15:26 UTC (4+ messages)
[PATCH] efi/libstub: Fixed an issue with screen_info not being initialized
2024-07-17 7:00 UTC
[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 (9+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 04/14] efivarfs: Convert to new uid/gid "
` (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 (8+ messages)
` [PATCH v5 1/4] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v5 2/4] efi/cper: Add a new helper function to print bitmasks
` [PATCH v5 3/4] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v5 4/4] docs: efi: add CPER functions to driver-api
[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 (14+ messages)
Regression: drivers/firmware/efi/libstub/zboot.lds DISCARD
2024-06-28 17:59 UTC (3+ messages)
[efi:next] BUILD SUCCESS 2e15194fbc85dd07f117e51de2d6485ea069d950
2024-06-28 17:13 UTC
[PATCH v2] riscv: dmi: Add SMBIOS/DMI support
2024-06-27 17:50 UTC (2+ messages)
[PATCH v3] riscv: dmi: Add SMBIOS/DMI support
2024-06-27 17:50 UTC (2+ messages)
[PATCH v2] ARM: Add support for STACKLEAK gcc plugin
2024-06-27 17:02 UTC (4+ messages)
[PATCH v2] riscv: dmi: Add SMBIOS/DMI support
2024-06-26 15:46 UTC (3+ messages)
[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
2024-06-26 12:00 UTC (8+ messages)
` [PATCH 1/3] x86/64/mm: Always use dynamic memory layout
` [PATCH 2/3] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model
` [PATCH 3/3] x86/64/mm: Make 5-level paging support unconditional
` [PATCH] "
[PATCH 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
2024-06-24 22:04 UTC (5+ messages)
` [PATCH 3/4] acpi/ghes, cxl/pci: "
[PATCH v2] riscv: enable HAVE_ARCH_STACKLEAK
2024-06-24 3:23 UTC (2+ messages)
[PATCH] riscv: enable HAVE_ARCH_STACKLEAK
2024-06-23 14:31 UTC (6+ messages)
[PATCH v4 0/3] Fix CPER issues related to UEFI 2.9A Errata
2024-06-21 15:26 UTC (13+ messages)
` [PATCH v4 1/3] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 2/3] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 3/3] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
[PATCH] ARM: Add support for STACKLEAK gcc plugin
2024-06-21 11:00 UTC (4+ messages)
[RFC PATCH v2 0/8] Clavis LSM
2024-06-20 20:18 UTC (3+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-06-20 16:55 UTC (14+ messages)
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file
[PATCH v3 0/3] Fix CPER issues related to UEFI 2.9A Errata
2024-06-20 7:34 UTC (4+ messages)
` [PATCH v3 1/3] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v3 2/3] efi/cper: Add a new helper function to print bitmasks
` [PATCH v3 3/3] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
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;
as well as URLs for NNTP newsgroup(s).