Show patches with: State = Action Required       |    Archived = No       |   1912 patches
« 1 2 3 419 20 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,18/28] x86/boot/64: Determine VA/PA offset before entering C code x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,17/28] x86/hibernate: Prefer RIP-relative accesses x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,16/28] x86/entry_64: Use RIP-relative addressing x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,15/28] x86/sync_core: Use RIP-relative addressing x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,14/28] x86/rethook: Use RIP-relative reference for return address x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,13/28] x86/kvm: Use RIP-relative addressing x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,11/28] x86/pvh: Avoid absolute symbol references in .head.text x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,09/28] x86/tools: Remove special relocation handling for per-CPU variables x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,08/28] scripts/kallsyms: Remove support for absolute per-CPU variables x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,07/28] scripts/kallsyms: Avoid 0x0 as the relative base x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,06/28] x86/percpu: Get rid of absolute per-CPU variable placement x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,05/28] x86: Define the stack protector guard symbol explicitly x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,03/28] x86/tools: Use mmap() to simplify relocs host tool x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,02/28] Documentation: Bump minimum GCC version to 8.1 x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[RFC,01/28] x86/pvh: Call C code via the kernel virtual mapping x86: Rely on toolchain for relocatable code --- 2024-09-25 Ard Biesheuvel New
[v11,18/20] tpm: Add sysfs interface to allow setting and querying the default locality x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-09-13 Ross Philipson New
[v11,17/20] tpm: Add ability to set the default locality the TPM chip uses x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-09-13 Ross Philipson New
[v11,16/20] tpm: Make locality requests return consistent values x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-09-13 Ross Philipson New
[v11,15/20] tpm: Ensure tpm is in known state at startup x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-09-13 Ross Philipson New
[v11,14/20] tpm: Protect against locality counter underflow x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-09-13 Ross Philipson New
efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption --- 2024-09-12 Ard Biesheuvel New
[6/6] libstub,tpm: do not ignore failure case when reading final event log libstub,tpm: fix small bugs and improve error reporting --- 2024-09-06 Gregory Price New
[4/6] tpm: sanity check the log version before using it libstub,tpm: fix small bugs and improve error reporting --- 2024-09-06 Gregory Price New
[3/6] libstub,tpm: provide indication of failure when getting event log libstub,tpm: fix small bugs and improve error reporting --- 2024-09-06 Gregory Price New
[6.6,4/4] riscv: Use accessors to page table entries instead of direct dereference [6.6,1/4] riscv: Use WRITE_ONCE() when setting page table entries --- 2024-09-06 WangYuli New
[6.6,3/4] riscv: mm: Only compile pgtable.c if MMU [6.6,1/4] riscv: Use WRITE_ONCE() when setting page table entries --- 2024-09-06 WangYuli New
[6.6,2/4] mm: Introduce pudp/p4dp/pgdp_get() functions [6.6,1/4] riscv: Use WRITE_ONCE() when setting page table entries --- 2024-09-06 WangYuli New
[6.6,1/4] riscv: Use WRITE_ONCE() when setting page table entries [6.6,1/4] riscv: Use WRITE_ONCE() when setting page table entries --- 2024-09-06 WangYuli New
[v2,4/4] x86: enable llvm-cov support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang --- 2024-09-05 Wentao Zhang New
[v2,3/4] x86: disable llvm-cov instrumentation Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang --- 2024-09-05 Wentao Zhang New
[v2,2/4] llvm-cov: add Clang's MC/DC support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang --- 2024-09-05 Wentao Zhang New
[v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang --- 2024-09-05 Wentao Zhang New
[v3,5/5] docs: efi: add CPER functions to driver-api Fix issues with ARM Processor CPER records --- 2024-09-04 Mauro Carvalho Chehab New
[v3,4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs Fix issues with ARM Processor CPER records --- 2024-09-04 Mauro Carvalho Chehab New
[v3,3/5] efi/cper: Add a new helper function to print bitmasks Fix issues with ARM Processor CPER records --- 2024-09-04 Mauro Carvalho Chehab New
[v3,2/5] efi/cper: Adjust infopfx size to accept an extra space Fix issues with ARM Processor CPER records --- 2024-09-04 Mauro Carvalho Chehab New
efi: reserve memory for tpm_log only if TPM final events table is valid efi: reserve memory for tpm_log only if TPM final events table is valid --- 2024-08-30 Usama Arif New
[v10,20/20] x86/efi: EFI stub DRTM launch support for Secure Launch x86: Trenchboot secure dynamic launch Linux kernel support --- 2024-08-26 Ross Philipson New
[RFC,2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang --- 2024-08-24 Wentao Zhang New
efi/cper: Print correctable AER information efi/cper: Print correctable AER information --- 2024-08-23 Avadhut Naik New
[RFCv2,9/9] arm64: kexec: Enable kexec_pe_image UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,8/9] arm64: kexec: Prepare page table for emulator UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,7/9] arm64: mm: Change to prototype of UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,6/9] arm64: kexec: Introduce a new member param_mem to kimage_arch UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,5/9] kexec: Introduce kexec_pe_image to parse and load PE file UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,4/9] efi/emulator: Turn on mmu for arm64 UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,3/9] efi/emulator: Initial rountines to emulate EFI boot time service UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,2/9] efi/libstub: Complete efi_simple_text_output_protocol UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[RFCv2,1/9] efi/libstub: Ask efi_random_alloc() to skip unusable memory UEFI emulator for kexec --- 2024-08-19 Pingfan Liu New
[6/6] Add Propeller configuration for kernel build. Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
[5/6] AutoFDO: Enable machine function split optimization for AutoFDO Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
[4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
[3/6] Change the symbols order when --ffuntion-sections is enabled Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
[2/6] objtool: Fix unreachable instruction warnings for weak funcitons Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
[1/6] Add AutoFDO support for Clang build Add AutoFDO and Propeller support for Clang build --- 2024-07-28 Rong Xu New
loongarch/reset: use general efi poweroff loongarch/reset: use general efi poweroff --- 2024-07-26 Miao Wang via B4 Relay New
loongarch/efi: enable general efi poweroff loongarch/efi: enable general efi poweroff --- 2024-07-26 Miao Wang via B4 Relay New
[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,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
[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,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,05/16] x86/cpu: Remove redundant comment during feature setup 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
[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
[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
[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
« 1 2 3 419 20 »