summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-02-22efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-01-24gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2022-12-08efi: random: Properly limit the size of the random seedBen Hutchings1-1/+1
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
2022-10-26firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-09-15efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-06-14firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-03-23efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-03-11arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()Mark Rutland1-0/+15
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-03-08firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold1-7/+6
2022-03-08firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2022-01-27firmware: Update Kconfig help text for Google firmwareBen Hutchings1-3/+3
2021-12-22firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+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-07-20qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3
2021-06-10efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes1-3/+1
2021-06-10efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit1-5/+0
2021-05-22firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying1-0/+1
2020-07-09efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2-1/+12
2020-06-30efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu1-1/+1
2020-06-20efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-04-24efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel1-1/+1
2020-03-20efi: Add a sanity check to efivar_store_raw()Vladis Dronov1-0/+3
2020-03-20efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov1-9/+20
2020-01-12efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar1-54/+12
2020-01-12efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar1-2/+2
2020-01-12efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar1-6/+6
2019-12-17firmware: qcom: scm: Ensure 'a0' status code is treated as signedWill Deacon1-1/+1
2019-12-01gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie1-3/+2
2019-11-20firmware: dell_rbu: Make payload memory uncachableStuart Hayes1-0/+8
2019-11-06efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-10-17firmware: google: increment VPD key_len properlyBrian Norris1-1/+1
2019-10-17efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel1-0/+3
2019-10-05efi: cper: print AER info of PCIe fatal errorXiaofei Tan1-0/+15
2019-09-21firmware: google: check if size is valid when decoding VPD dataHung-Te Lin3-28/+37
2019-09-19firmware: ti_sci: Always request response from firmwareAndrew F. Davis1-4/+4
2019-08-16iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2-2/+7
2019-07-21efi/bgrt: Drop BGRT status field reserved bits checkHans de Goede1-5/+0
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook1-3/+1
2019-04-05efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel4-0/+19
2019-04-05efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel1-1/+1
2019-04-05efi: cper: Fix possible out-of-bounds accessRoss Lagerwall1-4/+9
2019-03-14iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche1-0/+7
2019-02-12firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel1-21/+78
2018-12-01efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel3-1/+8
2018-12-01efi/libstub: arm: support building with clangAlistair Strachan1-1/+2