summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-03-07Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel
2025-03-06smccc: kvm_guest: Fix kernel builds for 32 bit armShameer Kolothum
2025-03-06firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()Arnd Bergmann
2025-03-06Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-03-06Merge tag 'scmi-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2025-03-06Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2025-03-06Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2025-03-05ASoC: Merge up fixesMark Brown
2025-03-03firmware: smccc: Support optional Arm SMCCC SOC_ID namePaul Benoit
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar
2025-02-27efi/mokvar-table: Avoid repeated map/unmap of the same pageArd Biesheuvel
2025-02-27efi: Don't map the entire mokvar table to determine its sizePeter Jones
2025-02-27Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-02-26smccc/kvm_guest: Enable errata based on implementation CPUsShameer Kolothum
2025-02-26firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driverGuillaume La Roque
2025-02-25firmware: cs_dsp: Remove async regmap writesRichard Fitzgerald
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