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