aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19firmware: meson_sm: fix device leak at probeJohan Hovold1-1/+6
2025-10-19firmware: exynos-acpm: fix PMIC returned errnoTudor Ambarus1-5/+20
2025-10-19firmware: arm_scmi: quirk: Prevent writes to string constantsJohan Hovold1-5/+10
2025-10-15efi: Explain OVMF acronym in OVMF_DEBUG_LOG help textGeert Uytterhoeven1-3/+4
2025-10-15firmware: firmware: meson-sm: fix compile-test defaultJohan Hovold1-1/+1
2025-10-15firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driverJunnan Wu1-0/+3
2025-09-24Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+4
2025-09-15firmware: tegra: Do not warn on missing memory-region propertyThierry Reding1-1/+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-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds5-2/+130
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2025-07-29Merge tag 'x86-boot-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds6-7/+7
2025-07-29Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds1-2/+16
2025-07-29Merge tag 'soc-drivers-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds16-94/+176
2025-07-28Merge tag 'sound-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-20/+25
2025-07-28Merge tag 'tpmdd-next-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-1/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2025-07-25Merge tag 'qcom-drivers-for-6.17-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann3-54/+53
2025-07-23firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcallYeoreum Yun1-1/+1
2025-07-22Merge tag 'tegra-for-6.17-firmware' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann5-17/+10
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-4/+4
2025-07-21Merge tag 'scmi-updates-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/driversArnd Bergmann7-19/+112
2025-07-16firmware: qcom: scm: request the waitqueue irq *after* initializing SCMBartosz Golaszewski1-22/+14
2025-07-16firmware: qcom: scm: initialize tzmem before marking SCM as availableBartosz Golaszewski1-27/+26
2025-07-16firmware: qcom: scm: take struct device as argument in SHM bridge enableBartosz Golaszewski3-4/+12
2025-07-16firmware: qcom: scm: remove unused arguments from SHM bridge routinesBartosz Golaszewski2-6/+6
2025-07-15efistub: Lower default log levelAaron Kling1-2/+2
2025-07-14ASoC: codec: Convert to GPIO descriptors forMark Brown1-4/+2
2025-07-11firmware: tegra: bpmp: Fix build failure for tegra264-only configArnd Bergmann2-6/+1
2025-07-09firmware: tegra: bpmp: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-7/+2
2025-07-09firmware: xilinx: Use of_genpd_sync_state()Ulf Hansson1-1/+6
2025-07-09firmware: xilinx: Don't share zynqmp_pm_init_finalize()Ulf Hansson1-2/+1
2025-07-09firmware/pmdomain: xilinx: Move ->sync_state() support to firmware driverUlf Hansson1-0/+10
2025-07-09efi: add ovmf debug log driverGerd Hoffmann4-0/+128
2025-07-09firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPSArnd Bergmann1-2/+2
2025-07-08firmware: arm_scmi: Avoid notifier registration for unsupported eventsCristian Marussi1-9/+30
2025-07-08arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=yMasahiro Yamada1-1/+1
2025-07-07Merge tag 'efi-fixes-for-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-4/+2
2025-07-07ASoC: soc-dapm: cleanupsMark Brown2-51/+45
2025-07-07firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resumePeng Fan1-5/+17
2025-07-07firmware: arm_scmi: Add power management operations to SCMI busPeng Fan1-0/+26
2025-07-07firmware: tegra: bpmp: Add support on Tegra264Thierry Reding1-2/+4
2025-07-07firmware: tegra: Fix IVC dependency problemsThierry Reding1-2/+3
2025-07-03include: trace: Add tracepoint support for inflight xfer countPhilip Radford3-4/+20
2025-07-03firmware: arm_scmi: Track number of inflight SCMI transfersPhilip Radford2-0/+12
2025-07-03firmware: arm_scmi: Add support for debug counter decrementPhilip Radford1-0/+6