summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* efi: call get_event_log before ExitBootServicesThiebaud Weksteen2018-01-082-2/+82
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-042-5/+8
|\
| * efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2017-10-272-5/+8
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-023-0/+3
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |/
* | efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel2017-10-251-1/+2
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-075-8/+76
|\
| * efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2017-08-261-6/+4
| * efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-263-0/+62
| * efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel2017-08-211-1/+1
| * efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel2017-08-211-1/+9
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-2/+4
|\ \
| * | efi/arm64: add EFI_KIMG_ALIGNMark Rutland2017-08-151-2/+4
| |/
* | efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He2017-08-171-2/+2
|/
* efi: avoid fortify checks in EFI stubKees Cook2017-07-121-0/+1
* efi: Remove duplicate 'const' specifiersArnd Bergmann2017-05-281-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-051-2/+26
|\
| * efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel2017-04-051-2/+26
* | efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel2017-04-171-2/+9
* | ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel2017-04-051-13/+36
* | efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel2017-04-055-10/+30
* | efi/libstub: Unify command line param parsingArd Biesheuvel2017-04-054-28/+21
* | efi/libstub: Fix harmless command line parsing bugArd Biesheuvel2017-04-051-2/+2
* | efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel2017-04-051-20/+128
* | efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel2017-04-051-33/+24
* | efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel2017-04-051-3/+4
* | efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene2017-04-051-2/+4
|/
* efi/libstub: Treat missing SecureBoot variable as Secure Boot disabledArd Biesheuvel2017-03-021-2/+2
* efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel2017-02-071-1/+10
* efi: Disable secure boot if shim is in insecure modeJosh Boyer2017-02-071-1/+24
* efi: Get and store the secure boot statusDavid Howells2017-02-073-58/+68
* Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar2017-02-071-11/+3
|\
| * efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel2017-02-011-11/+3
* | efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2017-02-011-8/+16
* | efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner2017-02-013-77/+63
|/
* efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2016-12-282-39/+56
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* | efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* | efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-133-0/+52
* | efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-134-14/+16
* | efi/libstub: Fix allocation size calculationsRoy Franz2016-11-131-10/+14
|/
* efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
OpenPOWER on IntegriCloud