summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+2
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-3/+6
| |\
| * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-1/+1
| |\ \
| * \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-2/+3
| |\ \ \
| * | | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-161-0/+2
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-021-0/+3
|\ \ \ \ \
| * | | | | efi/libstub: Disable Shadow Call StackSami Tolvanen2020-05-151-0/+3
| | |_|_|/ | |/| | |
* | | | | efi/libstub: Optimize for size instead of speedArvind Sankar2020-05-191-2/+2
* | | | | efi/libstub: Add a basic printf implementationArvind Sankar2020-05-191-1/+1
* | | | | efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel2020-05-051-0/+1
* | | | | efi/x86: Remove __efistub_global and add relocation checkArvind Sankar2020-04-241-11/+21
* | | | | efi/arm: Remove __efistub_global annotationArvind Sankar2020-04-241-3/+4
* | | | | efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel2020-04-241-1/+1
* | | | | efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel2020-04-241-1/+2
* | | | | efi/libstub: Move arm-stub to a common fileAtish Patra2020-04-231-6/+6
|/ / / /
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+2
|\ \ \ \
| * | | | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-251-1/+2
| | |_|/ | |/| |
* | | | efi/libstub: Clean up command line parsing routineArd Biesheuvel2020-02-231-1/+2
* | | | efi/libstub: Move file I/O support code into separate fileArd Biesheuvel2020-02-231-1/+1
* | | | efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel2020-02-231-1/+1
* | | | efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel2020-02-231-0/+1
* | | | efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel2020-02-231-1/+1
* | | | efi/libstub: Use hidden visibility for all source filesArd Biesheuvel2020-02-231-0/+1
* | | | efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel2020-02-221-1/+0
|/ / /
* | / efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-1/+1
| |/ |/|
* | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-2/+3
|/
* efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel2019-10-311-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-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
|/
* efi/fdt: Apply more cleanupsIngo Molnar2019-02-041-2/+2
* efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor2018-11-301-1/+4
* efi/libstub: arm: support building with clangAlistair Strachan2018-09-261-1/+2
* module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-0/+1
* 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: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-1/+1
* efi: call get_event_log before ExitBootServicesThiebaud Weksteen2018-01-081-2/+1
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-041-3/+3
|\
| * efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2017-10-281-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-261-0/+1
* efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel2017-08-211-1/+1
* efi: avoid fortify checks in EFI stubKees Cook2017-07-131-0/+1
* efi: Get and store the secure boot statusDavid Howells2017-02-071-1/+1
* efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2017-02-011-8/+16
* 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: Add random.c to ARM buildArd Biesheuvel2016-11-131-2/+2
|/