summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-58/+231
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-83/+55
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart1-3/+6
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+6
2023-02-04efi/cper, cxl: Remove cxl_err.hDan Williams1-1/+11
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel1-4/+9
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel2-9/+2
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel3-0/+72
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov1-0/+20
2023-01-26efi: efivars: prevent double registrationJohan Hovold1-2/+11
2023-01-26efi: verify that variable services are supportedJohan Hovold1-0/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel4-83/+55
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold1-1/+3
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour1-0/+4
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour1-2/+4
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour1-3/+10
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour1-1/+4
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour2-8/+7
2023-01-17efi: efivars: make efivar_supports_writes() return boolJohan Hovold1-1/+1
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold2-14/+7
2023-01-10efi/earlycon: Speed up scrolling by disregarding empty spaceAndy Shevchenko1-2/+26
2023-01-10efi/earlycon: Replace open coded strnchrnul()Andy Shevchenko1-9/+4
2023-01-03efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui1-0/+1
2023-01-03efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
2022-12-20efi: random: fix NULL-deref when refreshing seedJohan Hovold1-1/+3
2022-12-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2022-12-14Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds40-1564/+1494
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+19
2022-12-13Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+4
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+1
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel5-3/+12
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel1-1/+2
2022-12-02efi: earlycon: use console_is_registered()John Ogness1-4/+4
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2-17/+1
2022-12-01efi: stub: use random seed from EFI variableJason A. Donenfeld1-16/+52
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel1-1/+1
2022-11-22efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld1-0/+19
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel3-8/+40
2022-11-18efi/cper, cxl: Decode CXL Error LogSmita Koralahalli1-0/+27
2022-11-18efi/cper, cxl: Decode CXL Protocol Error SectionSmita Koralahalli4-1/+228
2022-11-18efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang1-2/+2
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel4-209/+1
2022-11-18efi: runtime-maps: Clarify purpose and enable by default for kexecArd Biesheuvel1-6/+6