summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-03-11firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-02-22efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-02-22efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-01-24gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2023-01-24efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui1-0/+1
2023-01-18efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
2022-12-08firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2022-12-08firmware: google: Release devices before unregistering the busPatrick Rudolph1-0/+7
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-10-15firmware: arm_scmi: Add SCMI PM driver remove routineCristian Marussi1-0/+20
2022-09-28efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-15efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-08-25firmware: arm_scpi: Ensure scpi_info is not assigned if the probe failsSudeep Holla1-26/+35
2022-06-14firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-06-14firmware: stratix10-svc: fix a missing check on list iteratorXiaomeng Tong1-6/+6
2022-06-14firmware: arm_scmi: Fix list protocols enumeration in the base protocolCristian Marussi1-1/+1
2022-04-15firmware: google: Properly state IOMEM dependencyDavid Gow1-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-08firmware: arm_scmi: Remove space in MODULE_ALIAS nameAlyssa Ross1-1/+1
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-01-27firmware: Update Kconfig help text for Google firmwareBen Hutchings1-3/+3
2022-01-20firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold1-7/+6
2022-01-20firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold1-4/+1
2022-01-20firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold1-1/+1
2021-12-22firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+7
2021-12-01firmware: arm_scmi: pm: Propagate return value to callerPeng Fan1-3/+1
2021-11-17firmware/psci: fix application of sizeof to pointerjing yangyang1-1/+1
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-08firmware: arm_scmi: Add delayed response status checkCristian Marussi1-2/+6
2021-08-08firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla1-0/+3
2021-07-31firmware: arm_scmi: Fix range check for the maximum number of pending messagesCristian Marussi1-2/+3
2021-07-31firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflowSudeep Holla1-3/+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-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