summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-26/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-14Merge tag 'ras_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+8
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-12-09driver core: Delete pointless parameter in fwnode_operations.add_linksSaravana Kannan1-2/+1
2020-12-09efi: Update implementation of add_links() to create fwnode linksSaravana Kannan1-20/+1
2020-12-09driver core: Redefine the meaning of fwnode_operations.add_links()Saravana Kannan1-1/+1
2020-12-09driver core: Add fwnode_init()Saravana Kannan1-4/+4
2020-12-01Merge tag 'v5.10-rc6' into ras/coreBorislav Petkov2-2/+2
2020-11-25efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven1-1/+1
2020-11-25efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński1-1/+1
2020-11-21x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli1-3/+8
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-2/+276
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams1-3/+9
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 Torvalds19-311/+704
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-4/+3
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar7-33/+44
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra3-1/+155
2020-10-02RISC-V: Add EFI stub support.Atish Patra3-1/+121
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt7-194/+46
2020-10-02efi: mokvar: add missing include of asm/early_ioremap.hArd Biesheuvel1-0/+2
2020-09-29efi: efivars: limit availability to X86 buildsArd Biesheuvel2-10/+4
2020-09-29efi: remove some false dependencies on CONFIG_EFI_VARSArd Biesheuvel1-2/+1
2020-09-29efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel1-2/+1
2020-09-29efi: pstore: move workqueue handling out of efivarsArd Biesheuvel2-23/+5
2020-09-29efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel3-45/+74
2020-09-29efi: mokvar-table: fix some issues in new codeArd Biesheuvel1-14/+11
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel2-6/+6
2020-09-25efi: Delete deprecated parameter commentsTian Tao1-1/+0
2020-09-25efi/libstub: Fix missing-prototypes in string.cTian Tao1-0/+1
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-23/+24
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-09-17cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver1-0/+9
2020-09-17edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver1-2/+7
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: Support for MOK variable config tableLenny Szubowicz4-0/+368
2020-09-16efi/printf: remove unneeded semicolonTian Tao1-1/+1
2020-09-15efi: efibc: check for efivars write capabilityArd Biesheuvel1-1/+1
2020-09-11efi: Rename arm-init to efi-init common for all archAtish Patra2-1/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-5/+5
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