summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
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
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel
2020-07-09efi/libstub: Move the function prototypes to header fileAtish Patra
2020-07-09efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsAtish Patra
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-25efi/x86: Only copy upto the end of setup_headerArvind Sankar
2020-06-25efi/x86: Remove unused variablesArvind Sankar
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel
2020-06-16efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt
2020-06-15efi/libstub: Fix path separator regressionPhilipp Fent
2020-06-15efi/libstub: Fix missing-prototype warning for skip_spaces()Ard Biesheuvel
2020-06-15efi/x86: Fix build with gcc 4Arvind Sankar
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar