Show patches with: State = Action Required       |    Archived = No       |   1691 patches
« 1 2 3 416 17 »
Patch Series S/W/F Date Submitter Delegate State
[GIT,PULL] EFI fixes for v6.11 #1 [GIT,PULL] EFI fixes for v6.11 #1 --- 2024-07-24 Ard Biesheuvel New
x86/efistub: Revert to heap allocated boot_params for PE entrypoint x86/efistub: Revert to heap allocated boot_params for PE entrypoint --- 2024-07-18 Ard Biesheuvel New
[RFC,6/7] arm64: kexec: Prepare page table for emulator UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[RFC,5/7] arm64: mm: Change to prototype of UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[RFC,4/7] efi/emulator: Turn on mmu for arm64 UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[RFC,3/7] efi/emulator: Initial rountines to emulate EFI boot time service UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[RFC,2/7] debug/libstub: cheats to step around some boot service UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[RFC,1/7] efi/libstub: Ask efi_random_alloc() to skip unusable memory UEFI emulator for kexec --- 2024-07-18 Pingfan Liu New
[v3,2/2] x86/mm/ident_map: Use gbpages only where full GB page should be mapped. Resolve problems with kexec identity mapping --- 2024-07-17 Steve Wahl New
[v3,1/2] x86/kexec: Add EFI config table identity mapping for kexec kernel Resolve problems with kexec identity mapping --- 2024-07-17 Steve Wahl New
Do not clear BSS region in x86 stub Do not clear BSS region in x86 stub --- 2024-07-17 Shao, Marshall New
efi/libstub: Fixed an issue with screen_info not being initialized efi/libstub: Fixed an issue with screen_info not being initialized --- 2024-07-17 Qiang Ma New
[GIT,PULL] EFI updates for v6.11 [GIT,PULL] EFI updates for v6.11 --- 2024-07-16 Ard Biesheuvel New
[v2,1/2] x86/kexec: Add EFI config table identity mapping for kexec kernel Resolve problems with kexec identity mapping --- 2024-07-15 Steve Wahl New
[v2,5/5] docs: efi: add CPER functions to driver-api Fix issues with ARM Processor CPER records --- 2024-07-11 Mauro Carvalho Chehab New
[v2,2/5] efi/cper: Adjust infopfx size to accept an extra space Fix issues with ARM Processor CPER records --- 2024-07-11 Mauro Carvalho Chehab New
[v2,1/5] RAS: Report all ARM processor CPER information to userspace Fix issues with ARM Processor CPER records --- 2024-07-11 Mauro Carvalho Chehab New
[v4,16/16] x86/cpu: Make LAM depend on LASS Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,15/16] efi: Disable LASS around set_virtual_address_map call Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,14/16] x86/traps: Communicate a LASS violation in #GP message Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,13/16] x86/cpu: Set LASS CR4 bit as pinning sensitive Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,12/16] x86/vsyscall: Document the fact that vsyscall=emulate disables LASS Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,11/16] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,10/16] x86/vsyscall: Add vsyscall emulation for #GP Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,09/16] x86/traps: Consolidate user fixups in exc_general_protection() Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,08/16] x86/vsyscall: Reorganize the #PF emulation code Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,07/16] x86/cpu: Defer CR pinning setup until after EFI initialization Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,06/16] init/main.c: Move EFI runtime service initialization to x86/cpu Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,05/16] x86/cpu: Remove redundant comment during feature setup Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,04/16] x86/cpu: Enable LASS during CPU initialization Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,03/16] x86/alternatives: Disable LASS when patching kernel alternatives Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,02/16] x86/asm: Introduce inline memcpy and memset Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
[v4,01/16] x86/cpu: Enumerate the LASS feature bits Enable Linear Address Space Separation support --- 2024-07-10 Alexander Shishkin New
arm64/efistub: Clean up KASLR logic arm64/efistub: Clean up KASLR logic --- 2024-07-10 Ard Biesheuvel New
[6/6] docs: efi: add CPER functions to driver-api Fix issues with ARM Processor CPER records --- 2024-07-08 Mauro Carvalho Chehab New
[5/6] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs Fix issues with ARM Processor CPER records --- 2024-07-08 Mauro Carvalho Chehab New
[4/6] efi/cper: Add a new helper function to print bitmasks Fix issues with ARM Processor CPER records --- 2024-07-08 Mauro Carvalho Chehab New
[2/6] RAS: Report all ARM processor CPER information to userspace Fix issues with ARM Processor CPER records --- 2024-07-08 Mauro Carvalho Chehab New
[1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions Fix issues with ARM Processor CPER records --- 2024-07-08 Mauro Carvalho Chehab New
[2/2] x86/efistub: Drop redundant clearing of BSS [1/2] x86/efistub: Avoid returning EFI_SUCCESS on error --- 2024-07-04 Ard Biesheuvel New
[1/2] x86/efistub: Avoid returning EFI_SUCCESS on error [1/2] x86/efistub: Avoid returning EFI_SUCCESS on error --- 2024-07-04 Ard Biesheuvel New
efistub/smbios: Simplify SMBIOS enumeration API efistub/smbios: Simplify SMBIOS enumeration API --- 2024-07-01 Ard Biesheuvel New
[v3,2/2] x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs efi/x86: Call set_os() protocol on dual GPU Macs --- 2024-07-01 Ard Biesheuvel New
[v3,1/2] efistub/x86: Enable SMBIOS protocol handling for x86 efi/x86: Call set_os() protocol on dual GPU Macs --- 2024-07-01 Ard Biesheuvel New
[v2] efi: libstub: add support for the apple_set_os protocol [v2] efi: libstub: add support for the apple_set_os protocol --- 2024-06-30 Aditya Garg New
efi: libstub: add support for the apple_set_os protocol efi: libstub: add support for the apple_set_os protocol --- 2024-06-30 Aditya Garg New
x86/64/mm: Make 5-level paging support unconditional x86/64/mm: Make 5-level paging support unconditional --- 2024-06-26 Kirill A. Shutemov New
[v2] ARM: Add support for STACKLEAK gcc plugin [v2] ARM: Add support for STACKLEAK gcc plugin --- 2024-06-24 Jinjie Ruan New
[v2] riscv: enable HAVE_ARCH_STACKLEAK [v2] riscv: enable HAVE_ARCH_STACKLEAK --- 2024-06-23 Jisheng Zhang New
[2/3] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model x86: Make 5-level paging support unconditional for x86-64 --- 2024-06-21 Kirill A. Shutemov New
[1/3] x86/64/mm: Always use dynamic memory layout x86: Make 5-level paging support unconditional for x86-64 --- 2024-06-21 Kirill A. Shutemov New
[v4,2/3] efi/cper: Add a new helper function to print bitmasks Fix CPER issues related to UEFI 2.9A Errata --- 2024-06-20 Mauro Carvalho Chehab New
[v3,2/3] efi/cper: Add a new helper function to print bitmasks Fix CPER issues related to UEFI 2.9A Errata --- 2024-06-20 Mauro Carvalho Chehab New
[RFC] x86/efi: Drop support for fake EFI memory maps [RFC] x86/efi: Drop support for fake EFI memory maps --- 2024-06-20 Ard Biesheuvel New
[v2] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs [v2] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs --- 2024-06-19 Mauro Carvalho Chehab New
[RFC] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs [RFC] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs --- 2024-06-19 Mauro Carvalho Chehab New
[GIT,PULL] EFI fixes for v6.10 #3 [GIT,PULL] EFI fixes for v6.10 #3 --- 2024-06-18 Ard Biesheuvel New
riscv: enable HAVE_ARCH_STACKLEAK riscv: enable HAVE_ARCH_STACKLEAK --- 2024-06-17 Jisheng Zhang New
[RFC] x86: efi: Reserve all boot services regions to avoid memory reservation conflicts [RFC] x86: efi: Reserve all boot services regions to avoid memory reservation conflicts --- 2024-06-17 Li Huafei New
[v2] x86/boot: Don't add the EFI stub to targets, again [v2] x86/boot: Don't add the EFI stub to targets, again --- 2024-06-12 Benjamin Segall New
[v3] x86/efi: Free EFI memory map only when installing a new one. [v3] x86/efi: Free EFI memory map only when installing a new one. --- 2024-06-12 Ard Biesheuvel New
[v2] x86/efi: Free EFI memory map only when installing a new one. [v2] x86/efi: Free EFI memory map only when installing a new one. --- 2024-06-12 Ard Biesheuvel New
[v2] efi/arm: Disable LPAE PAN when calling EFI runtime services [v2] efi/arm: Disable LPAE PAN when calling EFI runtime services --- 2024-06-11 Ard Biesheuvel New
efi/x86: Clear BSS when entering in mixed mode via compat entrypoint efi/x86: Clear BSS when entering in mixed mode via compat entrypoint --- 2024-06-10 Ard Biesheuvel New
x86/efi: Free EFI memory map only when installing a new one. x86/efi: Free EFI memory map only when installing a new one. --- 2024-06-10 Ard Biesheuvel New
efi/arm: Disable LPAE PAN when calling EFI runtime services efi/arm: Disable LPAE PAN when calling EFI runtime services --- 2024-06-10 Ard Biesheuvel New
[GIT,PULL] EFI fixes for v6.10 #2 [GIT,PULL] EFI fixes for v6.10 #2 --- 2024-06-06 Ard Biesheuvel New
efi: Add missing __nocfi annotations to runtime wrappers efi: Add missing __nocfi annotations to runtime wrappers --- 2024-06-04 Ard Biesheuvel New
[v9,19/19] x86: EFI stub DRTM launch support for Secure Launch x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,18/19] x86: Secure Launch late initcall platform module x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,17/19] tpm: Add sysfs interface to allow setting and querying the preferred locality x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,16/19] tpm: Add ability to set the preferred locality the TPM chip uses x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,15/19] tpm: Make locality requests return consistent values x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,14/19] tpm: Ensure tpm is in known state at startup x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,13/19] tpm: Protect against locality counter underflow x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,12/19] reboot: Secure Launch SEXIT support on reboot paths x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,11/19] kexec: Secure Launch kexec SEXIT support x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,10/19] x86: Secure Launch SMP bringup support x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,09/19] x86: Secure Launch kernel late boot stub x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,08/19] x86: Secure Launch kernel early boot stub x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,07/19] x86: Add early SHA-256 support for Secure Launch early measurements x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,06/19] x86: Add early SHA-1 support for Secure Launch early measurements x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,05/19] x86: Secure Launch main header file x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,04/19] x86: Secure Launch Resource Table header file x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,03/19] x86: Secure Launch Kconfig x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,02/19] Documentation/x86: Secure Launch kernel documentation x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[v9,01/19] x86/boot: Place kernel_info at a fixed offset x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-05-31 Ross Philipson New
[RFC,v2,8/8] clavis: Introduce new LSM called clavis Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,7/8] clavis: Introduce a new key type called clavis_key_acl Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,6/8] keys: Add ability to track intended usage of the public key Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE) Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,4/8] clavis: Prevent clavis boot param from changing during kexec Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,3/8] efi: Make clavis boot param persist across kexec Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,2/8] clavis: Introduce a new system keyring called clavis Clavis LSM --- 2024-05-31 Eric Snowberg New
[RFC,v2,1/8] certs: Introduce ability to link to a system key Clavis LSM --- 2024-05-31 Eric Snowberg New
[3/4] acpi/ghes, cxl/pci: Trace FW-First CXL Protocol Errors acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors --- 2024-05-22 Smita Koralahalli New
x86/efistub: Omit physical KASLR when memory reservations exist x86/efistub: Omit physical KASLR when memory reservations exist --- 2024-05-16 Ard Biesheuvel New
[GIT,PULL] EFI updates for v6.10 [GIT,PULL] EFI updates for v6.10 --- 2024-05-14 Ard Biesheuvel New
[12/12] mm, riscv, arm64: Use common get_and_clear_full_ptes()/clear_full_ptes() functions Make riscv use THP contpte support for arm64 --- 2024-05-08 Alexandre Ghiti New
[11/12] mm, riscv, arm64: Use common ptep_set_wrprotect()/wrprotect_ptes() functions Make riscv use THP contpte support for arm64 --- 2024-05-08 Alexandre Ghiti New
« 1 2 3 416 17 »