aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-2/+276
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceGravatar Dan Williams 1-3/+9
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+9
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 19-311/+704
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-4/+3
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesGravatar Ingo Molnar 7-33/+44
2020-10-02RISC-V: Add EFI runtime servicesGravatar Atish Patra 3-1/+155
2020-10-02RISC-V: Add EFI stub support.Gravatar Atish Patra 3-1/+121
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Gravatar Palmer Dabbelt 7-194/+46
2020-10-02efi: mokvar: add missing include of asm/early_ioremap.hGravatar Ard Biesheuvel 1-0/+2
2020-09-29efi: efivars: limit availability to X86 buildsGravatar Ard Biesheuvel 2-10/+4
2020-09-29efi: remove some false dependencies on CONFIG_EFI_VARSGravatar Ard Biesheuvel 1-2/+1
2020-09-29efi: efivars: un-export efivars_sysfs_init()Gravatar Ard Biesheuvel 1-2/+1
2020-09-29efi: pstore: move workqueue handling out of efivarsGravatar Ard Biesheuvel 2-23/+5
2020-09-29efi: pstore: disentangle from deprecated efivars moduleGravatar Ard Biesheuvel 3-45/+74
2020-09-29efi: mokvar-table: fix some issues in new codeGravatar Ard Biesheuvel 1-14/+11
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureGravatar Ard Biesheuvel 2-6/+6
2020-09-25efi: Delete deprecated parameter commentsGravatar Tian Tao 1-1/+0
2020-09-25efi/libstub: Fix missing-prototypes in string.cGravatar Tian Tao 1-0/+1
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itGravatar Ard Biesheuvel 1-23/+24
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-09-17cper,edac,efi: Memory Error Record: bank group/address and chip idGravatar Alex Kluver 1-0/+9
2020-09-17edac,ghes,cper: Add Row Extension to Memory Error RecordGravatar Alex Kluver 1-2/+7
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareGravatar Arvind Sankar 3-2/+135
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelGravatar Ard Biesheuvel 4-189/+38
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsGravatar Ard Biesheuvel 2-2/+5
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersGravatar Arvind Sankar 1-0/+23
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressGravatar Ard Biesheuvel 2-3/+3
2020-09-16efi: Support for MOK variable config tableGravatar Lenny Szubowicz 4-0/+368
2020-09-16efi/printf: remove unneeded semicolonGravatar Tian Tao 1-1/+1
2020-09-15efi: efibc: check for efivars write capabilityGravatar Ard Biesheuvel 1-1/+1
2020-09-11efi: Rename arm-init to efi-init common for all archGravatar Atish Patra 2-1/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsGravatar Kees Cook 1-5/+5
2020-09-07arm64: get rid of TEXT_OFFSETGravatar Ard Biesheuvel 2-4/+3
2020-09-01efi/libstub: Disable -mbranch-protectionGravatar Kees Cook 1-1/+8
2020-08-20efi/libstub: Handle unterminated cmdlineGravatar Arvind Sankar 1-2/+4
2020-08-20efi/libstub: Handle NULL cmdlineGravatar Arvind Sankar 1-1/+5
2020-08-20efi/libstub: Stop parsing arguments at "--"Gravatar Arvind Sankar 1-0/+2
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsGravatar Li Heng 1-0/+2
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesGravatar Ard Biesheuvel 2-7/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+3
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-36/+38
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-12/+15
2020-07-16efi: use sha256() instead of open codingGravatar Eric Biggers 1-6/+3
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRGravatar Will Deacon 2-12/+15
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Gravatar Ard Biesheuvel 1-2/+1
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionGravatar Ard Biesheuvel 4-12/+16
2020-07-09efi/libstub: Move the function prototypes to header fileGravatar Atish Patra 2-17/+16
2020-07-09efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsGravatar Atish Patra 1-1/+1