summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov1-0/+2
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel1-2/+1
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel1-2/+2
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+19
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel1-15/+19
2022-11-11arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-1/+1
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-0/+1
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel1-1/+1
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel1-1/+1
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel1-1/+1
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel1-1/+1
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel1-1/+2
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel1-1/+2
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel1-2/+3
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel1-2/+2
2022-11-09efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel1-9/+10
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+24
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2022-10-04kmsan: 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-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2020-10-03RISC-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-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus 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-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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