summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2025-02-23firmware: arm_ffa: Skip the first/partition ID when parsing vCPU listSudeep Holla
2025-02-23efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph
2025-02-23efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph
2025-02-21Merge tag 'soc-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2025-02-21x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel
2025-02-21x86/efistub: Merge PE and handover entrypointsArd Biesheuvel
2025-02-21firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GETSudeep Holla
2025-02-21firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...Sudeep Holla
2025-02-21efi: rci2: mark bin_attribute as __ro_after_initThomas Weißschuh
2025-02-21firmware: qemu_fw_cfg: constify 'struct bin_attribute'Thomas Weißschuh
2025-02-21efi/mokvar: Use const 'struct bin_attribute' callbackThomas Weißschuh
2025-02-21firmware: dmi: Constify 'struct bin_attribute'Thomas Weißschuh
2025-02-21firmware: dmi: Define bin_attributes through macroThomas Weißschuh
2025-02-21firmware: dmi: Mark bin_attributes as __ro_after_initThomas Weißschuh
2025-02-20Merge tag 'scmi-fix-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2025-02-19firmware: cs_dsp: test_control_parse: null-terminate test stringsThomas Weißschuh
2025-02-19firmware: cs_dsp: test_bin_error: Use same test cases for adsp2 and Halo CoreRichard Fitzgerald
2025-02-18firmware: imx-scu: fix OF node leak in .probe()Joe Hattori
2025-02-17firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...Sudeep Holla
2025-02-17firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callbackSudeep Holla
2025-02-17firmware: arm_ffa: Add support for handling framework notificationsSudeep Holla
2025-02-17firmware: arm_ffa: Add support for {un,}registration of framework notificationsSudeep Holla
2025-02-17firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_infoSudeep Holla
2025-02-17firmware: arm_ffa: Refactoring to prepare for framework notification supportSudeep Holla
2025-02-17firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()Sudeep Holla
2025-02-17firmware: arm_ffa: Reject higher major version as incompatibleSudeep Holla
2025-02-17firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driverSudeep Holla
2025-02-17firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2Sudeep Holla
2025-02-17firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla
2025-02-17firmware: arm_ffa: Handle the presence of host partition in the partition infoSudeep Holla
2025-02-17firmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()Sudeep Holla
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()Sudeep Holla
2025-02-17firmware: arm_ffa: Align sync_send_receive{,2} function prototypesSudeep Holla
2025-02-17firmware: arm_ffa: Replace UUID buffer to standard UUID formatSudeep Holla
2025-02-17firmware: arm_ffa: Replace SCMI by FF-A in the macroSudeep Holla
2025-02-17firmware: xilinx: Dont send linux address to get fpga config get statusSiva Durga Prasad Paladugu
2025-02-17firmware: Exynos ACPM: Fix spelling mistake "Faile" -> "Failed"Colin Ian King
2025-02-16firmware: add Exynos ACPM protocol driverTudor Ambarus
2025-02-14Merge tag 'efi-fixes-for-v6.14-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-14firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXCGeert Uytterhoeven
2025-02-13firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_setPeng Fan
2025-02-08firmware: qcom: uefisecapp: fix efivars registration raceJohan Hovold
2025-02-07Merge tag 'stable/for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-02-06efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli
2025-02-06efi/cper, cxl: Make definitions and structures globalSmita Koralahalli
2025-02-06efi/cper, cxl: Prefix protocol error struct and function names with cxl_Smita Koralahalli
2025-02-04firmware: qcom: scm: Fix error code in probe()Dan Carpenter
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel
2025-02-03firmware: arm_scmi: Emit modalias for SCMI devicesSudeep Holla