summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-59/+124
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+4
10 daysMerge tag 'rproc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+28
14 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
14 daysMerge tag 'soc-arm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-265/+1452
2026-06-16Merge tag 'chrome-platform-firmware-v7.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+12
2026-06-15Revert "firmware: zynqmp: Add dynamic CSU register discovery and sysfs interf...Arnd Bergmann4-283/+1
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-15Merge tag 'thermal-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/r...Linus Torvalds1-5/+23
2026-06-15Merge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+0
2026-06-12Merge tag 'char-misc-7.1-final' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-29/+37
2026-06-11Merge back earlier thermal control material for 7.2Rafael J. Wysocki1-5/+23
2026-06-10fw_cfg: Add support for LoongArch architectureHuacai Chen2-2/+2
2026-06-09Merge tag 'ti-driver-soc-for-v7.2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-13/+197
2026-06-09Merge tag 'arm-soc/for-7.2/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann1-1/+4
2026-06-09Merge tag 'samsung-drivers-7.2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann7-102/+459
2026-06-09Merge tag 'tegra-for-7.2-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-11/+46
2026-06-08Merge tag 'svc_updates_for_v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2-59/+124
2026-06-08firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) versionTze Yee Ng1-0/+12
2026-06-08firmware: stratix10-rsu: avoid blocking reboot_image sysfs when busyDinh Nguyen1-12/+73
2026-06-05Merge tag 'svc_fixes_for_v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-29/+37
2026-06-04Merge tag 'zynqmp-soc-for-7.2' of https://github.com/Xilinx/linux-xlnx into s...Linus Walleij4-1/+283
2026-06-02Merge tag 'soc-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-44/+100
2026-05-31firmware: tegra: bpmp: Add support for multi-socket platformsJon Hunter1-5/+40
2026-05-31firmware: tegra: bpmp: Propagate debugfs errorsJon Hunter1-5/+5
2026-05-30Merge tag 'ffa-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann5-63/+180
2026-05-30Merge tag 'scmi-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann13-153/+759
2026-05-29firmware: samsung: acpm: Add devm_acpm_get_by_phandle helperTudor Ambarus1-0/+23
2026-05-29firmware: samsung: acpm: Add TMU protocol supportTudor Ambarus4-0/+280
2026-05-29firmware: samsung: acpm: Make acpm_ops const and access via pointerTudor Ambarus1-20/+16
2026-05-29firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops membersTudor Ambarus1-2/+2
2026-05-29firmware: samsung: acpm: Annotate rx_data->cmd with __counted_by_ptrTudor Ambarus1-8/+8
2026-05-29firmware: samsung: acpm: Consolidate transfer initialization helperTudor Ambarus4-33/+35
2026-05-29firmware: samsung: acpm: Fix infinite loop on sequence number exhaustionTudor Ambarus1-14/+31
2026-05-29firmware: samsung: acpm: Fix missing LKMM barriers in sequence allocatorTudor Ambarus1-7/+11
2026-05-29firmware: samsung: acpm: Fix false timeouts and Use-After-Free in pollingTudor Ambarus1-20/+48
2026-05-29riscv: fix building compressed EFI imageDmitry Antipov1-2/+4
2026-05-29firmware: tegra: Make TEGRA_IVC a hidden Kconfig symbolSasha Levin1-1/+1
2026-05-28firmware: stratix10-rsu: Fix NULL deref on rsu_send_msg() timeout in probeDinh Nguyen1-25/+20
2026-05-28firmware: stratix10-svc: Don't fail probe when async ops unsupportedMuhammad Amirul Asyraf Mohamad Jamian1-1/+5
2026-05-28firmware: stratix10-svc: Return -EOPNOTSUPP when ATF async unsupportedMuhammad Amirul Asyraf Mohamad Jamian1-3/+12
2026-05-27firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe missSudeep Holla1-2/+5
2026-05-26firmware: ti_sci: Add support for restoring clock context during resumeThomas Richard (TI)2-2/+10
2026-05-26firmware: ti_sci: Add support for restoring IRQs during resumeThomas Richard (TI)2-12/+181
2026-05-26firmware: ti_sci: Add BOARDCFG_MANAGED mode supportThomas Richard (TI)2-3/+10
2026-05-26firmware: meson: sm: Add thermal calibration SMC callRonald Claveau1-5/+23
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-1/+0
2026-05-25firmware: zynqmp: Add dynamic CSU register discovery and sysfs interfaceRonak Jain4-1/+283
2026-05-23Merge tag 'loongarch-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+20