summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2025-04-14firmware: arm_scmi: imx: Add i.MX95 CPU ProtocolPeng Fan
2025-04-14firmware: arm_scmi: imx: Add i.MX95 LMM protocolPeng Fan
2025-04-14firmware: arm_scmi: imx: Add LMM and CPU documentationPeng Fan
2025-04-14firmware: arm_scmi: Add polling support to raw modeCristian Marussi
2025-04-14firmware: arm_scmi: Exclude transport devices from bus matchingSudeep Holla
2025-04-14firmware: arm_scmi: Assign correct parent to arm-scmi platform deviceSudeep Holla
2025-04-14firmware: arm_scmi: Refactor error logging from SCMI device creation to singl...Sudeep Holla
2025-04-14firmware: arm_scmi: Refactor device matching logic to eliminate duplicationSudeep Holla
2025-04-14firmware: arm_scmi: Ensure scmi_devices are always matched by name as wellSudeep Holla
2025-04-14Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-04-13firmware: cs_dsp: tests: Depend on FW_CS_DSP rather then enabling itNico Pache
2025-04-10firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw versionRichard Fitzgerald
2025-04-09efi: Export symbol efi_mem_desc_lookupThomas Zimmermann
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-04-08firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla
2025-04-08firmware: arm_scmi: Fix timeout checks on polling pathCristian Marussi
2025-04-08firmware: arm_scmi: Balance device refcount when destroying devicesCristian Marussi
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-04-07firmware: sysfb: Move bpp-depth calculation into screen_info helperThomas Zimmermann
2025-04-07firmware: exynos-acpm: allow use during system shutdownAndré Draszik
2025-04-07firmware: exynos-acpm: use ktime APIs for timeout detectionAndré Draszik
2025-04-07firmware: exynos-acpm: check saved RX before bailing out on empty RX queueTudor Ambarus
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04Merge tag 'sound-fix-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-02smccc: kvm_guest: Remove unneeded semicolonChen Ni
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-01smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABIOliver Upton
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-03-25Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on successRichard Fitzgerald
2025-03-20firmware: turris-mox-rwtm: Add support for ECDSA signatures with HW private keyMarek Behún
2025-03-20firmware: turris-mox-rwtm: Drop ECDSA signatures via debugfsMarek Behún
2025-03-20Merge tag 'zynqmp-soc-for-6.15' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann
2025-03-20Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton
2025-03-19Merge tag 'ti-driver-soc-for-v6.15' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2025-03-19Merge tag 'samsung-drivers-6.15' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2025-03-18firmware: thead: add CONFIG_MAILBOX dependencyArnd Bergmann
2025-03-18firmware: thead,th1520-aon: Fix use after free in th1520_aon_init()Dan Carpenter
2025-03-14Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2025-03-14efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel
2025-03-13firmware: thead: Add AON firmware protocol driverMichal Wilczynski
2025-03-13efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel
2025-03-10efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()Ethan Carter Edwards