summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel1-1/+1
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen1-2/+1
2017-11-05Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-28efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel1-3/+3
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett1-0/+1
2017-08-21efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel1-1/+1
2017-07-13efi: avoid fortify checks in EFI stubKees Cook1-0/+1
2017-02-07efi: Get and store the secure boot statusDavid Howells1-1/+1
2017-02-01efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel1-8/+16
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle1-1/+1
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel1-2/+2
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel1-2/+3
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel1-1/+1
2016-03-23kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-0/+1
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel1-1/+1
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+9
2016-01-06efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel1-2/+2
2015-12-14ARM: add UEFI stub supportRoy Franz1-0/+9
2015-11-02arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel1-1/+1
2015-10-30arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel1-0/+3
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel1-6/+33
2015-06-05of: clean-up unnecessary libfdt include pathsRob Herring1-2/+0
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+1
2015-01-16arm64/efi: efistub: Apply __init annotationArd Biesheuvel1-0/+14
2014-07-19efi: efistub: Convert into static libraryArd Biesheuvel1-0/+26