summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorLines
2022-09-22efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel-4/+4
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel-0/+7
2022-09-07efi/x86: libstub: remove unused variablechen zhang-1/+0
2022-08-25efi: libstub: Disable struct randomizationArd Biesheuvel-0/+7
2022-07-19riscv/efi_stub: Add 64bit boot-hartid support on RV64Sunil V L-3/+10
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel-2/+2
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L-6/+30
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel-0/+11
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel-5/+9
2022-05-03efi: libstub: ensure allocated memory to be executableBaskov Evgeniy-4/+106
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy-1/+82
2022-02-28riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L-7/+10
2022-01-23efi/libstub: arm64: Fix image check alignment at entryMihai Carabas-3/+3
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt-0/+2
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti-0/+2
2022-01-06efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas-14/+58
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel-29/+21
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel-1/+28
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan-2/+2
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel-0/+4
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel-0/+2
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel-15/+13
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel-1/+48
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt-0/+2
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra-2/+2
2021-05-22efi/libstub: prevent read overflow in find_file_option()Dan Carpenter-1/+1
2021-03-26efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor-1/+2
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+16
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse-1/+1
2021-03-07efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel-0/+16
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2021-01-21efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown-2/+2
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel-0/+9
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel-1/+1
2021-01-14efi/libstub: disable LTOSami Tolvanen-0/+2
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel-4/+1
2020-11-17efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel-3/+0
2020-11-04efi: generalize efi_get_securebootChester Lin-26/+17
2020-10-26efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar-1/+4
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+129
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+9
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-202/+211
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar-8/+17
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra-1/+10
2020-10-02RISC-V: Add EFI stub support.Atish Patra-0/+119
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt-193/+45
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel-6/+6