summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2025-10-23Merge tag 'scmi-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-44/+47
2025-10-15firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw modeArtem Shimko1-2/+1
2025-10-15firmware: arm_scmi: Skip RAW initialization on failureCristian Marussi1-4/+1
2025-10-15include: trace: Fix inflight count helper on failed initializationCristian Marussi2-5/+10
2025-10-15firmware: arm_scmi: Account for failed debug initializationCristian Marussi2-33/+35
2025-10-13firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptorSudeep Holla1-10/+27
2025-10-05Merge tag 'efi-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+10
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+25
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-40/+430
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2025-09-29efi/x86: Memory protection on EfiGcdMemoryTypeMoreReliableLenny Szubowicz1-4/+6
2025-09-25Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2025-09-24Merge tag 'ti-driver-soc-for-v6.18' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2-2/+58
2025-09-24Merge tag 'amlogic-drivers-for-v6.18' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann2-2/+7
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-11/+178
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar1-34/+27
2025-09-15firmware: tegra: Do not warn on missing memory-region propertyThierry Reding1-1/+4
2025-09-15Merge tag 'scmi-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann8-18/+160
2025-09-15Merge tag 'samsung-drivers-6.18' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-5/+20
2025-09-15Merge tag 'qcom-drivers-for-6.18' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-1/+6
2025-09-15Merge tag 'arm-soc/for-6.18/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-1/+1
2025-09-15Merge branch '20250911-qcom-tee-using-tee-ss-without-mem-obj-v12-2-17f07a942b...Bjorn Andersson3-11/+178
2025-09-15firmware: qcom: scm: add support for object invocationAmirreza Zarrabi2-0/+126
2025-09-15firmware: qcom: tzmem: export shm_bridge create/deleteAmirreza Zarrabi1-11/+52
2025-09-14efi: support booting with kexec handover (KHO)Evangelos Petrongonas1-4/+25
2025-09-12firmware: arm_scmi: Simplify printks with pOF formatKrzysztof Kozlowski2-11/+9
2025-09-12firmware: qcom: tzmem: disable sc7180 platformNikita Travkin1-0/+1
2025-09-11firmware: exynos-acpm: fix PMIC returned errnoTudor Ambarus1-5/+20
2025-09-10firmware: firmware: meson-sm: fix compile-test defaultJohan Hovold1-1/+1
2025-09-09firmware: arm_scmi: imx: Discover MISC board info from the system managerPeng Fan1-0/+35
2025-09-08firmware: arm_scmi: imx: Support retrieving MISC protocol configuration infoPeng Fan1-0/+35
2025-09-08firmware: arm_scmi: imx: Discover MISC build info from the system managerPeng Fan1-0/+41
2025-09-08firmware: arm_scmi: imx: Add documentation for MISC_BOARD_INFOPeng Fan1-0/+25
2025-09-04firmware: meson_sm: fix device leak at probeJohan Hovold1-1/+6
2025-09-03drivers: firmware: bcm47xx_sprom: fix spellingAkhilesh Patil1-1/+1
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel1-1/+3
2025-09-02firmware: arm_scmi: quirk: Prevent writes to string constantsJohan Hovold1-5/+10
2025-09-01firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455Val Packett1-0/+2
2025-09-01firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16Jens Glathe1-0/+1
2025-08-29efi: Explain OVMF acronym in OVMF_DEBUG_LOG help textGeert Uytterhoeven1-3/+4
2025-08-26efi: stmm: Drop unneeded null pointer checkJan Kiszka1-2/+1
2025-08-26efi: stmm: Drop unused EFI error from setup_mm_hdr argumentsJan Kiszka1-17/+8
2025-08-26efi: stmm: Do not return EFI_OUT_OF_RESOURCES on internal errorsJan Kiszka1-6/+6
2025-08-26efi: stmm: Fix incorrect buffer allocation methodJan Kiszka1-9/+12
2025-08-22firmware: ti_sci: Enable abort handling of entry to LPMKendall Willis2-2/+58
2025-08-21firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driverJunnan Wu1-0/+3
2025-08-21firmware: arm_scmi: Constify struct scmi_transport_opsChristophe JAILLET1-1/+1
2025-08-21firmware: arm_scmi: Constify struct scmi_voltage_proto_opsChristophe JAILLET1-1/+1
2025-08-11firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVKYijie Yang1-0/+1
2025-08-11firmware: qcom: scm: preserve assign_mem() error return valueMukesh Ojha1-1/+1