summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* 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
| * efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour2023-01-221-1/+4
| * efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour2023-01-222-8/+7
| * efi: efivars: make efivar_supports_writes() return boolJohan Hovold2023-01-171-1/+1
| * efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-172-14/+7
| * efi/earlycon: Speed up scrolling by disregarding empty spaceAndy Shevchenko2023-01-101-2/+26
| * efi/earlycon: Replace open coded strnchrnul()Andy Shevchenko2023-01-101-9/+4
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-214-83/+55
|\ \
| * | efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-244-83/+55
| |/
* | arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart2023-02-091-3/+6
* | efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev2023-02-031-0/+2
* | efi: Accept version 2 of memory attributes tableArd Biesheuvel2023-02-021-1/+1
* | efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui2023-01-031-0/+1
* | efi: fix NULL-deref in init error pathJohan Hovold2023-01-031-3/+6
|/
* efi: random: fix NULL-deref when refreshing seedJohan Hovold2022-12-201-1/+3
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-2/+2
|\
| * ARM: 9255/1: efi/dump UEFI runtime page tables for ARMWang Kefeng2022-11-071-2/+2
* | Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-1/+1
|\ \
| * | x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-1/+1
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1340-1564/+1494
|\ \ \
| * | | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-12-081-0/+1
| * | | arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-075-3/+12
| * | | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-051-1/+2
| * | | efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2022-12-012-17/+1
| * | | efi: stub: use random seed from EFI variableJason A. Donenfeld2022-12-011-16/+52
| * | | efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-183-8/+40