summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/Makefile
AgeCommit message (Expand)AuthorLines
2025-12-16efi: Support EDID informationThomas Zimmermann-1/+1
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor-2/+2
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-4/+4
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+1
2025-06-06efi/libstub: use 'targets' instead of extra-y in MakefileMasahiro Yamada-1/+1
2025-05-30LoongArch: Enable HAVE_ARCH_STACKLEAKYouling Tang-1/+1
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel-1/+0
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel-1/+6
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel-0/+3
2025-01-22efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor-1/+1
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-1/+6
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang-1/+2
2024-07-08x86/efistub: Enable SMBIOS protocol handling for x86Ard Biesheuvel-1/+1
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan-1/+2
2024-06-10ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu-0/+4
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-11/+0
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor-1/+1
2024-01-23riscv/efistub: Tighten ELF relocation checkArd Biesheuvel-1/+1
2024-01-23riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka-1/+1
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang-1/+1
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel-7/+0
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt-2/+2
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti-1/+1
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti-1/+1
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel-0/+1
2023-08-03efi/riscv: libstub: Fix comment about absolute relocationXiao Wang-1/+1
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov-0/+2
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel-2/+1
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel-2/+2
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+19
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel-15/+19
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel-1/+1
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel-0/+1
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel-1/+1
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel-1/+1
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel-1/+1
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel-1/+1
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel-1/+2
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel-1/+2
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel-2/+3
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel-2/+2
2022-11-09efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel-9/+10
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+24
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-0/+2
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko-0/+1