summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel3-8/+40
2023-01-14firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang1-0/+1
2022-11-25firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2022-11-10efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel1-1/+6
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-11-10firmware: arm_scmi: Make Rx chan_setup fail on memory errorsCristian Marussi1-2/+6
2022-11-10firmware: arm_scmi: Suppress the driver's bind attributesCristian Marussi1-0/+1
2022-11-10efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar1-1/+1
2022-11-03arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-1/+1
2022-10-26firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
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-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-08-21firmware: arm_scpi: Ensure scpi_info is not assigned if the probe failsSudeep Holla1-26/+35
2022-08-21firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi1-5/+5
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-09firmware: arm_scmi: Fix list protocols enumeration in the base protocolCristian Marussi1-1/+1
2022-04-20firmware: arm_scmi: Fix sorting of retrieved clock ratesCristian Marussi1-1/+2
2022-04-08firmware: google: Properly state IOMEM dependencyDavid Gow1-1/+1
2022-04-08firmware: qcom: scm: Remove reassignment to desc following initializerMarijn Suijten1-6/+0
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-04-08firmware: stratix10-svc: add missing callback parameter on RSUAng Tien Sung1-1/+1
2022-03-23efi: fix return value of __setup handlersRandy Dunlap2-2/+2
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-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
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: smccc: Fix check for ARCH_SOC_ID not implementedMichael Kelley1-1/+1
2021-12-01firmware: arm_scmi: pm: Propagate return value to callerPeng Fan1-3/+1
2021-11-18firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()Guru Das Srinagesh1-1/+1
2021-11-18firmware/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-09-15firmware: raspberrypi: Fix a leak in 'rpi_firmware_get()'Christophe JAILLET1-2/+8
2021-09-15firmware: raspberrypi: Keep count of all consumersNicolas Saenz Julienne1-3/+37
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