summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/Makefile
AgeCommit message (Expand)Author
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-01-23riscv/efistub: Tighten ELF relocation checkArd Biesheuvel
2024-01-23riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel
2023-08-03efi/riscv: libstub: Fix comment about absolute relocationXiao Wang
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel
2022-11-09efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen
2022-08-25efi: libstub: Disable struct randomizationArd Biesheuvel
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