summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede2019-12-251-3/+3
* efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar2019-12-081-54/+12
* efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar2019-12-081-2/+2
* efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar2019-12-081-6/+6
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-263-0/+28
|\
| * arm/efi: EFI soft reservation to memblockDan Williams2019-11-072-0/+9
| * efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-071-0/+19
* | efi: libstub/tpm: enable tpm eventlog function for ARM platformsXinwei Kong2019-11-071-0/+2
* | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-072-4/+3
* | efi/random: use arch-independent efi_call_proto()Dominik Brodowski2019-11-071-5/+18
|/
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-312-15/+11
* efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel2019-10-312-3/+14
* efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
* tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-0/+30
* Abstract out support for locating an EFI config tableMatthew Garrett2019-06-243-18/+26
* efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett2019-06-241-17/+33
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-4/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-061-3/+3
|\
| * efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-3/+3
* | efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sectionsArd Biesheuvel2019-03-291-2/+1
* | efi/libstub: Refactor the cmd_stubcopy Makefile commandMasahiro Yamada2019-03-291-6/+7
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-0611-90/+91
|\
| * efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel2019-02-044-0/+19
| * efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-048-32/+8
| * efi/fdt: Apply more cleanupsIngo Molnar2019-02-043-58/+64
* | efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-3/+0
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-263-16/+21
|\
| * efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-301-1/+1
| * efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor2018-11-301-1/+4
| * efi/fdt: Simplify the get_fdt() flowJulien Thierry2018-11-301-12/+13
| * efi/fdt: Indentation fixJulien Thierry2018-11-301-2/+3
* | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-101-1/+1
|/
* efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-151-0/+3
* efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
* efi/libstub: arm: support building with clangAlistair Strachan2018-09-261-1/+2
* efi/arm: libstub: add a root memreserve config tableArd Biesheuvel2018-09-261-0/+27
* module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-2/+5
|\
| * efi/libstub: Only disable stackleak plugin for arm64Laura Abbott2018-07-311-2/+4
| * arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-1/+2
* | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-223-30/+29
* | efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2018-07-161-3/+4
|/
* efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede2018-06-221-1/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-042-1/+4
|\
| * efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun2018-05-141-1/+1
| * x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper2018-05-141-0/+3
* | efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland2018-05-191-0/+10
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-023-15/+6
|\
| * efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-123-15/+6
* | efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel2018-03-131-2/+2
|/