aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2023-09-19x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski
2023-07-23efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-10efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel
2022-09-28efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel
2022-09-28efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel
2022-09-15efi: libstub: Disable struct randomizationArd Biesheuvel
2022-03-08riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L
2022-02-01efi/libstub: arm64: Fix image check alignment at entryMihai Carabas
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra
2021-05-22efi/libstub: prevent read overflow in find_file_option()Dan Carpenter
2021-03-26efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse
2021-03-07efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-01-21efi/arm64: Update debug prints to reflect other entropy sourcesMark Brown
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel
2021-01-14efi/libstub: disable LTOSami Tolvanen
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-11-17efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-10-26efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar
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-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add EFI stub support.Atish Patra
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel
2020-09-25efi/libstub: Fix missing-prototypes in string.cTian Tao
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel
2020-09-16efi/printf: remove unneeded semicolonTian Tao
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel
2020-09-01efi/libstub: Disable -mbranch-protectionKees Cook