summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar
2024-03-06Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2024-03-04firmware: microchip: Fix over-requested allocation sizeDawei Li
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-03-04efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel
2024-03-04Merge tag 'tegra-for-6.9-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2024-03-04Merge tag 'scmi-updates-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2024-03-01Merge tag 'efi-fixes-for-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-23Merge tag 'riscv-firmware-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/s...Arnd Bergmann
2024-02-22firmware: arm_scmi: Update the supported clock protocol versionCristian Marussi
2024-02-22firmware: arm_scmi: Add standard clock OEM definitionsCristian Marussi
2024-02-22firmware: arm_scmi: Add clock check for extended config supportCristian Marussi
2024-02-22firmware: arm_scmi: Add support for v3.2 NEGOTIATE_PROTOCOL_VERSIONCristian Marussi
2024-02-22firmware: arm_scmi: Fix struct kernel-doc warnings in optee transportRandy Dunlap
2024-02-21firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filena...Markus Elfring
2024-02-20firmware: arm_scmi: Report frequencies in the perf notificationsCristian Marussi
2024-02-20firmware: arm_scmi: Use opps_by_lvl to store oppsCristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in powercap protocolCristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in reset protocolCristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in sensor protocolCristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in clock protocolCristian Marussi
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in system power pr...Cristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in power protocolCristian Marussi
2024-02-20firmware: arm_scmi: Implement is_notify_supported callback in perf protocolCristian Marussi
2024-02-20firmware: arm_scmi: Add a common helper to check if a message is supportedCristian Marussi
2024-02-20firmware: arm_scmi: Check for notification supportCristian Marussi
2024-02-20firmware: arm_scmi: Make scmi_bus_type constRicardo B. Marliere
2024-02-20firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara
2024-02-20firmware: arm_scmi: Implement clock get permissionsPeng Fan
2024-02-20firmware: arm_scmi: Add multiple protocols registration supportCristian Marussi
2024-02-20firmware: arm_scmi: Rework clock domain info lookupsCristian Marussi
2024-02-20firmware: arm_scmi: Warn if domain frequency multiplier is 0 or rounded offSudeep Holla
2024-02-13efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny
2024-02-02efi: Don't add memblocks for soft-reserved memoryAndrew Bresticker
2024-02-02efi: runtime: Fix potential overflow of soft-reserved region sizeAndrew Bresticker
2024-01-30efi/libstub: Add one kernel-doc commentYang Li
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2024-01-29firmware: microchip: fix wrong sizeof argumentSamasth Norway Ananda
2024-01-26Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-26x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel
2024-01-25Merge tag 'ffa-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann
2024-01-24Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_in...Thomas Zimmermann
2024-01-23riscv/efistub: Tighten ELF relocation checkArd Biesheuvel
2024-01-23riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka
2024-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi
2024-01-22firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi