summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
| * RISC-V: Add EFI stub support.Atish Patra2020-10-021-0/+10
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-2/+9
|\ \
| * | efi/libstub: Disable -mbranch-protectionKees Cook2020-09-011-1/+8
| * | x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2020-08-141-1/+1
| |/
* / arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-1/+0
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\
| * kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-071-1/+1
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel2020-07-091-2/+1
|/
* efi/x86: Fix build with gcc 4Arvind Sankar2020-06-151-1/+2
* 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-011-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-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
|/
* 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
|\