summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
10 daysMerge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2025-12-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-04Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-04Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-28firmware: cs_dsp: Add test cases for client_ops == NULLRichard Fitzgerald
2025-11-28firmware: cs_dsp: Don't require client to provide a struct cs_dsp_client_opsRichard Fitzgerald
2025-11-27firmware: cs_dsp: Use kvzalloc() to allocate control cachesRichard Fitzgerald
2025-11-27firmware: cs_dsp: Take pwr_lock around reading controls debugfsRichard Fitzgerald
2025-11-26firmware: qcom: scm: Simplify with of_machine_device_match()Krzysztof Kozlowski
2025-11-26firmware: cs_dsp: Remove redundant download buffer allocatorRichard Fitzgerald
2025-11-25Merge tag 'ti-driver-soc-for-v6.19' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2025-11-25Merge tag 'imx-drivers-6.19' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-11-24firmware: cs_dsp: Store control length as 32-bitRichard Fitzgerald
2025-11-24firmware: stratix10-svc: fix make htmldocs warning for stratix10_svcDinh Nguyen
2025-11-24firmware: stratix-svc: fix make htmldocs warningDinh Nguyen
2025-11-21docs: efi: add CPER functions to driver-apiMauro Carvalho Chehab
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2025-11-21efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab
2025-11-21efi/cper: Adjust infopfx size to accept an extra spaceMauro Carvalho Chehab
2025-11-20firmware: cs_dsp: Append \n to debugfs string during readRichard Fitzgerald
2025-11-20firmware: cs_dsp: Factor out common debugfs string readRichard Fitzgerald
2025-11-18efi/libstub: x86: Store EDID in boot_paramsThomas Zimmermann
2025-11-18efi/libstub: gop: Add support for reading EDIDThomas Zimmermann
2025-11-18efi/libstub: gop: Initialize screen_info in helper functionThomas Zimmermann
2025-11-18efi/libstub: gop: Find GOP handle instead of GOP dataThomas Zimmermann
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-13Merge tag 'socfpga_firmware_updates_for_v6.19' of ssh://gitolite.kernel.org/p...Greg Kroah-Hartman
2025-11-13firmware: ti_sci: Partial-IO supportMarkus Schneider-Pargmann (TI.com)
2025-11-13firmware: ti_sci: Support transfers without responseMarkus Schneider-Pargmann (TI.com)
2025-11-13firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() fu...Rahul Kumar
2025-11-13firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous fra...Mahesh Rao
2025-11-13firmware: stratix10-svc: Add support for RSU commands in asynchronous frameworkMahesh Rao
2025-11-13firmware: stratix10-svc: Add support for async communicationMahesh Rao
2025-11-13firmware: stratix10-svc: Add mutex in stratix10 memory managementMahesh Rao
2025-11-13firmware: stratix10-svc: Add definition for voltage and temperature sensorKhairul Anuar Romli
2025-11-11efi/runtime-wrappers: Keep track of the efi_runtime_lock ownerArd Biesheuvel
2025-11-11efi: Add missing static initializer for efi_mm::cpus_allowed_lockArd Biesheuvel
2025-11-11efi/memattr: Convert efi_memattr_init() return type to voidBreno Leitao
2025-11-11efi: stmm: fix kernel-doc "bad line" warningsRandy Dunlap
2025-11-11efi/riscv: Remove the useless failure return message printQiang Ma
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner