summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2025-07-06firmware: arm_scmi: Ensure that the message-id supports fastchannelSibi Sankar2-33/+45
2025-07-06firmware: arm_scmi: Add a common helper to check if a message is supportedCristian Marussi2-0/+38
2025-06-27efi/libstub: Describe missing 'out' parameter in efi_load_initrdHans Zhang1-0/+1
2025-06-27firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei2-4/+8
2025-06-27firmware: psci: Fix refcount leak in psci_dt_initMiaoqian Lin1-1/+3
2025-06-04firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar1-0/+1
2025-05-09firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla1-1/+2
2025-05-09firmware: arm_scmi: Balance device refcount when destroying devicesCristian Marussi1-0/+3
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-28iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic()Chengen Du1-1/+4
2025-02-21efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel3-2/+10
2025-02-21efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-1/+1
2025-02-21firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entryPrasad Pandit1-1/+1
2025-02-21efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap1-1/+1
2024-12-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-4/+0
2024-12-14firmware: arm_scpi: Check the DVFS OPP count returned by the firmwareLuo Qiu1-0/+3
2024-12-14tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-12-14firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-11-08firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()Xiongfeng Wang1-1/+1
2024-10-17firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()Krzysztof Kozlowski1-6/+0
2024-10-17efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-10-17firmware: 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-08-29firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidRichard Fitzgerald1-1/+6
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-07-05efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-9/+0
2024-07-05efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2-3/+4
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-230/+10
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-12firmware: dmi-id: add a release callback functionArnd Bergmann1-1/+6
2024-06-12firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart1-3/+4
2024-06-12efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan1-2/+2
2024-06-12x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel1-2/+26
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-1/+10
2024-04-27x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-04-27x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2024-04-27x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel1-7/+0