aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-26efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-01-14efi/libstub: disable LTOSami Tolvanen1-0/+2
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+10
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2020-10-02RISC-V: Add EFI stub support.Atish Patra1-0/+10
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel1-1/+0
2020-09-01efi/libstub: Disable -mbranch-protectionKees Cook1-1/+8
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel1-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel1-2/+1
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-15efi/x86: Fix build with gcc 4Arvind Sankar1-1/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2020-05-19efi/libstub: Optimize for size instead of speedArvind Sankar1-2/+2
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar1-1/+1
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen1-0/+3
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar1-11/+21
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar1-3/+4
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel1-1/+1
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel1-1/+2
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra1-6/+6
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-3/+6
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-1/+1
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sectionsArvind Sankar1-1/+2
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel1-1/+2
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel1-1/+1
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel1-0/+1
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel1-0/+1
2020-02-22efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel1-1/+0
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett1-1/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar1-2/+3
2019-11-16build, kcsan: Add KCSAN build exceptionsMarco Elver1-0/+2
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski1-2/+3
2019-10-31efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel1-0/+1
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2019-04-09efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe1-3/+3
2019-03-29efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sectionsArd Biesheuvel1-2/+1
2019-03-29efi/libstub: Refactor the cmd_stubcopy Makefile commandMasahiro Yamada1-6/+7
2019-02-04efi/fdt: Apply more cleanupsIngo Molnar1-2/+2
2018-11-30efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor1-1/+4
2018-09-26efi/libstub: arm: support building with clangAlistair Strachan1-1/+2
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-0/+1
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott1-2/+4
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-1/+2