summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
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: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-09-15efi: libstub: Disable struct randomizationArd Biesheuvel1-0/+7
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-03-23efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
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
2022-02-01efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel1-0/+7
2021-10-20efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua1-1/+1
2021-10-20efi/cper: use stack buffer for error record decodingArd Biesheuvel1-2/+2
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-08-08efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov1-1/+4
2021-07-28firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier1-1/+12
2021-07-28efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek1-3/+5
2021-06-10efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2021-06-10efi/libstub: prevent read overflow in find_file_option()Dan Carpenter1-1/+1
2021-06-10efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit1-5/+0
2021-06-10efi/fdt: fix panic when no valid fdt foundChangbin Du1-0/+3
2021-05-11efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-03-25firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-25efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo1-0/+4
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2021-02-04efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner1-4/+9
2020-12-30mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
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-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-2/+276
2020-10-14efi/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-03RISC-V: Add EFI runtime servicesAtish Patra3-1/+155
2020-10-03RISC-V: Add EFI stub support.Atish Patra3-1/+121
2020-10-03Merge 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-26efi: Delete deprecated parameter commentsTian Tao1-1/+0
2020-09-26efi/libstub: Fix missing-prototypes in string.cTian Tao1-0/+1