summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-304-8/+17
|\
| * efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel2023-06-271-3/+3
| * efi/esrt: Allow ESRT access without CAP_SYS_ADMINNicholas Bishop2023-06-061-4/+0
| * efivarfs: expose used and total sizeAnisse Astier2023-05-172-0/+13
| * efi: make kobj_type structure constantThomas Weißschuh2023-05-101-1/+1
* | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-2610-15/+562
|\ \
| * | x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze2023-06-061-0/+36
| * | efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memoryKirill A. Shutemov2023-06-061-0/+35
| * | efi: Add unaccepted memory supportKirill A. Shutemov2023-06-063-0/+138
| * | efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-068-0/+342
| * | efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov2023-06-061-15/+11
* | | Revert "efi: random: refresh non-volatile random seed when RNG is initialized"Linus Torvalds2023-06-211-21/+0
|/ /
* | efi: fix missing prototype warningsArnd Bergmann2023-05-251-0/+3
* | efi/libstub: zboot: Avoid eager evaluation of objcopy flagsArd Biesheuvel2023-05-251-1/+2
|/
* Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-298-69/+94
|\
| * efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel2023-04-264-30/+21
| * efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel2023-04-262-1/+8
| * efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel2023-04-202-19/+39
| * efi/zboot: Add BSS padding before compressionArd Biesheuvel2023-04-203-13/+31
| * arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel2023-04-201-2/+1
| * efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen2023-04-051-17/+7
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-272-2/+2
|\ \
| * | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-182-2/+2
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-1/+0
|\ \ \ | |_|/ |/| |
| * | efi/cper: Remove unnecessary aer.h includeBjorn Helgaas2023-04-071-1/+0
| |/
* | efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel2023-03-231-0/+1
* | efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-236-14/+21
* | efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel2023-03-211-1/+1
* | efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede2023-03-181-0/+8
* | efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede2023-03-181-1/+4
* | efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2023-03-182-4/+3
* | arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel2023-03-183-13/+80
* | efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel2023-03-181-1/+1
* | efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel2023-03-132-3/+16
* | efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel2023-03-101-0/+1
* | efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel2023-03-101-1/+1
|/
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2311-58/+231
|\
| * firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh2023-02-191-0/+8
| * efi: Discover BTI support in runtime services regionsArd Biesheuvel2023-02-041-1/+6
| * efi/cper, cxl: Remove cxl_err.hDan Williams2023-02-031-1/+11
| * efi: Use standard format for printing the EFI revisionArd Biesheuvel2023-02-031-4/+9
| * efi: Drop minimum EFI version check at bootArd Biesheuvel2023-02-032-9/+2
| * efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel2023-02-033-0/+72
| * efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov2023-01-301-0/+20
| * efi: efivars: prevent double registrationJohan Hovold2023-01-261-2/+11
| * efi: verify that variable services are supportedJohan Hovold2023-01-261-0/+22
| * efi: efivars: add efivars printk prefixJohan Hovold2023-01-231-1/+3
| * efi: Warn if trying to reserve memory under XenDemi Marie Obenour2023-01-231-0/+4
| * efi: Actually enable the ESRT under XenDemi Marie Obenour2023-01-231-2/+4
| * efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour2023-01-231-3/+10