summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-07-25firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...Pali Rohár1-0/+1
2021-07-25firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding3-2/+5
2021-07-20firmware: turris-mox-rwtm: fail probing when firmware does not support hwrngPali Rohár1-0/+28
2021-07-20firmware: turris-mox-rwtm: report failures betterMarek Behún1-6/+12
2021-07-20firmware: turris-mox-rwtm: fix reply status decoding functionMarek Behún1-2/+5
2021-07-20firmware: arm_scmi: Reset Rx buffer to max size during async commandsCristian Marussi1-0/+4
2021-07-20firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei1-1/+1
2021-07-19qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3
2021-07-14firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET1-7/+15
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-26firmware: arm_scpi: Prevent the ternary sign expansion bugDan Carpenter1-1/+3
2021-05-14firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying1-0/+1
2021-03-24firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-02-04firmware: imx: select SOC_BUS to fix firmware buildRandy Dunlap1-0/+1
2020-12-02efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven1-1/+1
2020-11-05firmware: arm_scmi: Add missing Rx size re-initialisationSudeep Holla6-0/+18
2020-11-05firmware: arm_scmi: Fix ARCH_COLD_RESETEtienne Carriere1-3/+1
2020-10-01firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse1-12/+14
2020-08-26efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-19firmware: arm_scmi: Fix SCMI genpd domain probingCristian Marussi1-6/+6
2020-08-11firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2020-07-29drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()Gavin Shan1-1/+4
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-24firmware: imx: scu: Fix possible memory leak in imx_scu_probe()Wei Yongjun1-0/+1
2020-06-24firmware: qcom_scm: fix bogous abuse of dma-direct internalsChristoph Hellwig1-6/+3
2020-06-22efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-06-17firmware: imx: scu: Fix corruption of headerFranck LENORMAND1-5/+5
2020-06-17firmware: imx-scu: Support one TX and one RXPeng Fan1-11/+43
2020-06-17firmware: imx: warn on unexpected RXLeonard Crestez1-1/+9
2020-06-17efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-05-27tpm: check event log version before reading final eventsLoïc Yhuel2-3/+7
2020-05-20gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-04-17efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel1-1/+1
2020-04-17firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse1-17/+15
2020-03-18efi: Add a sanity check to efivar_store_raw()Vladis Dronov1-0/+3
2020-03-18efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov1-9/+20
2020-03-12efi: READ_ONCE rng seed size before munmapJason A. Donenfeld1-2/+2
2020-03-12firmware: imx: Align imx_sc_msg_req_cpu_start to 4Leonard Crestez1-1/+1
2020-03-12firmware: imx: scu-pd: Align imx sc msg structs to 4Leonard Crestez1-1/+1
2020-03-12firmware: imx: misc: Align imx sc msg structs to 4Leonard Crestez1-3/+3
2020-03-12firmware: imx: scu: Ensure sequential TXLeonard Crestez1-0/+27
2020-01-26firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BITSudeep Holla1-1/+1
2020-01-26firmware: imx: Remove call to devm_of_platform_populateDaniel Baluta1-1/+1
2020-01-23efi/earlycon: Fix write-combine mapping on x86Arvind Sankar1-9/+7
2020-01-12efi/earlycon: Remap entire framebuffer after page initializationAndy Shevchenko1-0/+40
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