summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorLines
2023-06-21Revert "efi: random: refresh non-volatile random seed when RNG is initialized"Linus Torvalds-21/+0
2023-05-25efi: fix missing prototype warningsArnd Bergmann-0/+3
2023-05-25efi/libstub: zboot: Avoid eager evaluation of objcopy flagsArd Biesheuvel-1/+2
2023-04-29Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-69/+94
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel-30/+21
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel-1/+8
2023-04-20efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel-19/+39
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel-13/+31
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel-2/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-2/+2
2023-04-07efi/cper: Remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-04-05efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen-17/+7
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel-0/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel-14/+21
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel-1/+1
2023-03-18efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede-0/+8
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede-1/+4
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel-4/+3
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel-13/+80
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel-1/+1
2023-03-13efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel-3/+16
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel-0/+1
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel-1/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-58/+231
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-83/+55
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh-0/+8
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart-3/+6
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel-1/+6
2023-02-03efi/cper, cxl: Remove cxl_err.hDan Williams-1/+11
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel-4/+9
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel-9/+2
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel-0/+72
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel-1/+1
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov-0/+20
2023-01-26efi: efivars: prevent double registrationJohan Hovold-2/+11
2023-01-26efi: verify that variable services are supportedJohan Hovold-0/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel-83/+55
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold-1/+3
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour-0/+4
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour-2/+4
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour-3/+10
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour-1/+4
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour-8/+7
2023-01-17efi: efivars: make efivar_supports_writes() return boolJohan Hovold-1/+1
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold-14/+7
2023-01-10efi/earlycon: Speed up scrolling by disregarding empty spaceAndy Shevchenko-2/+26
2023-01-10efi/earlycon: Replace open coded strnchrnul()Andy Shevchenko-9/+4