summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-06-16firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart1-3/+4
2024-05-25firmware: arm_scmi: Harden accesses to the reset domainsCristian Marussi1-1/+5
2024-04-13firmware: meson_sm: fix to avoid potential NULL pointer dereferenceZhang Shurong1-0/+2
2024-04-13efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-04-13firmware: meson_sm: Rework driver as a proper platform driverCarlo Caione1-30/+64
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann1-1/+1
2024-01-26firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()Christophe JAILLET1-5/+5
2023-11-20firmware: ti_sci: Mark driver as non removableDhruva Gole1-45/+1
2023-11-20firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2023-09-23firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeWang Ming1-1/+1
2023-07-27firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET1-1/+1
2023-05-30firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois1-17/+20
2023-05-17firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang1-0/+1
2023-05-17firmware: raspberrypi: Introduce devm_rpi_firmware_get()Nicolas Saenz Julienne1-0/+29
2023-05-17firmware: raspberrypi: Keep count of all consumersNicolas Saenz Julienne1-3/+37
2023-05-17firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2023-05-17firmware: qcom_scm: Clear download bit during rebootMukesh Ojha1-2/+1
2023-04-05firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi1-0/+37
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