aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-8/+24
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko1-0/+1
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel1-6/+8
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel1-5/+8
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen1-0/+2
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel1-3/+6
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel1-1/+2
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-1/+1
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen1-0/+10
2022-08-25efi: libstub: Disable struct randomizationArd Biesheuvel1-0/+7
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