summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2019-12-08efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar
2019-12-08efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar
2019-12-08efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams
2019-11-07efi: libstub/tpm: enable tpm eventlog function for ARM platformsXinwei Kong
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski
2019-11-07efi/random: use arch-independent efi_call_proto()Dominik Brodowski
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-10-31efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel
2019-08-12efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede
2019-06-24tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett
2019-06-24Abstract out support for locating an EFI config tableMatthew Garrett
2019-06-24efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-04-09efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe
2019-03-29efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sectionsArd Biesheuvel
2019-03-29efi/libstub: Refactor the cmd_stubcopy Makefile commandMasahiro Yamada
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2019-02-04efi/fdt: Apply more cleanupsIngo Molnar
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel
2018-11-30efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor
2018-11-30efi/fdt: Simplify the get_fdt() flowJulien Thierry
2018-11-30efi/fdt: Indentation fixJulien Thierry
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel
2018-09-26efi/libstub: arm: support building with clangAlistair Strachan
2018-09-26efi/arm: libstub: add a root memreserve config tableArd Biesheuvel
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-19efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland
2018-05-14efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun
2018-05-14x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen