summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2025-03-28efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel1-0/+4
2025-03-28firmware: imx-scu: fix OF node leak in .probe()Joe Hattori1-0/+1
2025-03-22iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic()Chengen Du1-1/+4
2025-03-13x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2-3/+1
2025-03-13efi: Don't map the entire mokvar table to determine its sizePeter Jones1-29/+13
2025-03-07firmware: cs_dsp: Remove async regmap writesRichard Fitzgerald1-18/+6
2025-02-27firmware: qcom: scm: Fix missing read barrier in qcom_scm_is_available()Krzysztof Kozlowski1-2/+3
2025-02-21efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel3-2/+10
2025-02-17efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2025-02-17firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entryPrasad Pandit1-1/+1
2025-02-08efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap1-1/+1
2024-12-09efi/libstub: Free correct pointer on failureArd Biesheuvel1-1/+1
2024-12-09firmware: arm_scpi: Check the DVFS OPP count returned by the firmwareLuo Qiu1-0/+3
2024-12-09tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-12-09efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-12-09firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-12-09firmware: arm_scmi: Reject clear channel request on A2PCristian Marussi2-0/+8
2024-11-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-4/+0
2024-11-14firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier()Xinqi Zhang1-3/+4
2024-11-08firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()Xiongfeng Wang1-1/+1
2024-11-01firmware: arm_scmi: Queue in scmi layer for mailbox implementationJustin Chen1-11/+21
2024-11-01firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()Su Hui1-3/+1
2024-10-10efi/unaccepted: touch soft lockup during memory acceptChen Yu1-0/+4
2024-10-10firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()Krzysztof Kozlowski1-6/+0
2024-10-04efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-10-04firmware: arm_scmi: Fix double free in OPTEE transportCristian Marussi1-0/+7
2024-09-12firmware: cs_dsp: Don't allow writes to read-only controlsRichard Fitzgerald1-0/+3
2024-09-04firmware: qcom: scm: Mark get_wq_ctx() as atomic callMurali Nalajala1-1/+1
2024-08-29firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidRichard Fitzgerald1-1/+6
2024-08-11firmware/sysfb: Update screen_info for relocated EFI framebuffersThomas Zimmermann1-0/+2
2024-08-11video: Add helpers for decoding screen_infoThomas Zimmermann1-0/+1
2024-08-03efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma1-0/+2
2024-08-03x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel1-5/+15
2024-08-03x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel1-4/+1
2024-08-03firmware: turris-mox-rwtm: Initialize completion before mailboxMarek Behún1-2/+1
2024-08-03firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...Marek Behún1-9/+6
2024-08-03firmware: turris-mox-rwtm: Do not complete if there are no waitersMarek Behún1-1/+4
2024-07-25efi/libstub: zboot.lds: Discard .discard sectionsNathan Chancellor1-0/+1
2024-07-18firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw filesRichard Fitzgerald1-2/+2
2024-07-18firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headersRichard Fitzgerald1-31/+113
2024-07-18firmware: cs_dsp: Validate payload length before processing blockRichard Fitzgerald1-21/+15
2024-07-18firmware: cs_dsp: Return error if block header overflows fileRichard Fitzgerald1-4/+14
2024-07-18firmware: cs_dsp: Fix overflow checking of wmfw headerRichard Fitzgerald1-7/+18
2024-07-11firmware: dmi: Stop decoding on broken entryJean Delvare1-0/+11
2024-06-27LoongArch: Fix entry point in kernel image headerJiaxun Yang1-1/+1
2024-06-27efi/loongarch: Directly position the loaded image fileWang Yao3-6/+13
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-9/+0
2024-06-27firmware: psci: Fix return value from psci_system_suspend()Sudeep Holla1-1/+3
2024-06-21firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() failsGabor Juhos1-6/+12
2024-06-12efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan1-2/+2