summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2021-05-22efi/dev-path-parser: Switch to use for_each_acpi_dev_match()Andy Shevchenko
2021-05-22efi/apple-properties: Handle device properties with software node APIHeikki Krogerus
2021-05-22efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes
2021-05-22efi/libstub: prevent read overflow in find_file_option()Dan Carpenter
2021-05-22efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit
2021-05-22efi/fdt: fix panic when no valid fdt foundChangbin Du
2021-03-26efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor
2021-03-19Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2021-03-19firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong
2021-03-17efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse
2021-03-07efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-21efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel
2021-01-14efi/libstub: disable LTOSami Tolvanen
2020-12-31efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe
2020-12-14Merge tag 'ras_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-14efi: ia64: disable the capsule loaderArd Biesheuvel
2020-12-09driver core: Delete pointless parameter in fwnode_operations.add_linksSaravana Kannan
2020-12-09efi: Update implementation of add_links() to create fwnode linksSaravana Kannan
2020-12-09driver core: Redefine the meaning of fwnode_operations.add_links()Saravana Kannan
2020-12-09driver core: Add fwnode_init()Saravana Kannan
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-12-09efi/efi_test: read RuntimeServicesSupportedHeinrich Schuchardt
2020-12-09efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel
2020-12-07efi: capsule: use atomic kmap for transient sglist mappingsArd Biesheuvel
2020-12-01Merge tag 'v5.10-rc6' into ras/coreBorislav Petkov
2020-11-25efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven
2020-11-25efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński
2020-11-21x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-17efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-10-29efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yesGeert Uytterhoeven
2020-10-26efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar