summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2025-12-07arch: back to -std=gnu89 in < v5.18Matthieu Baerts (NGI0)1-1/+1
2025-03-13efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel2-0/+6
2025-03-13efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2024-10-17efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2023-09-19x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski1-1/+1
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2-6/+38
2022-11-10efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel1-1/+6
2022-11-03arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-1/+1
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
2022-09-28efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-28efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel1-0/+7
2022-09-15efi: libstub: Disable struct randomizationArd Biesheuvel1-0/+7
2022-03-08riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L1-7/+10
2022-02-01efi/libstub: arm64: Fix image check alignment at entryMihai Carabas1-3/+3
2021-08-18efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel1-0/+4
2021-08-18efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel1-15/+13
2021-08-18efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel1-1/+48
2021-08-18arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt1-0/+2
2021-06-10efi/libstub: prevent read overflow in find_file_option()Dan Carpenter1-1/+1
2021-05-11efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+129
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+9
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-202/+211
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar4-8/+17
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra1-1/+10
2020-10-03RISC-V: Add EFI stub support.Atish Patra2-0/+119
2020-10-03Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt5-193/+45
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel2-6/+6
2020-09-26efi/libstub: Fix missing-prototypes in string.cTian Tao1-0/+1
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar3-2/+135
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel4-189/+38
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2-2/+5
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar1-0/+23
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2-3/+3
2020-09-16efi/printf: remove unneeded semicolonTian Tao1-1/+1
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel2-4/+3
2020-09-01efi/libstub: Disable -mbranch-protectionKees Cook1-1/+8
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar1-2/+4
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar1-1/+5
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2-7/+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-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-24/+22
2020-07-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-12/+15
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon2-12/+15
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel1-2/+1
2020-07-09efi/libstub: Move the function prototypes to header fileAtish Patra2-17/+16
2020-07-09efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsAtish Patra1-1/+1
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1