summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel
2023-03-18efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel
2023-03-13efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2023-02-03efi/cper, cxl: Remove cxl_err.hDan Williams
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov
2023-01-26efi: efivars: prevent double registrationJohan Hovold
2023-01-26efi: verify that variable services are supportedJohan Hovold
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour
2023-01-17efi: efivars: make efivar_supports_writes() return boolJohan Hovold
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold
2023-01-10efi/earlycon: Speed up scrolling by disregarding empty spaceAndy Shevchenko
2023-01-10efi/earlycon: Replace open coded strnchrnul()Andy Shevchenko
2023-01-03efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui
2023-01-03efi: fix NULL-deref in init error pathJohan Hovold
2022-12-20efi: random: fix NULL-deref when refreshing seedJohan Hovold
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel