summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)Author
2026-05-05firmware: arm_ffa: Fix sched-recv callback partition lookupSudeep Holla
2026-05-05firmware: arm_ffa: Snapshot notifier callbacks under lockSudeep Holla
2026-05-05firmware: arm_ffa: Align RxTx buffer size before mappingSudeep Holla
2026-05-05firmware: arm_ffa: Validate framework notification message layoutSudeep Holla
2026-05-05firmware: arm_ffa: Keep framework RX release under lockSudeep Holla
2026-05-05firmware: arm_ffa: Bound PARTITION_INFO_GET_REGS copiesSudeep Holla
2026-04-29firmware: arm_ffa: Unregister bus notifier on teardown for FF-A v1.0Sudeep Holla
2026-04-29firmware: arm_ffa: Fix per-vcpu self notifications handling in workqueueSudeep Holla
2026-04-29firmware: arm_ffa: Avoid collapsing NPI work from different CPUsSudeep Holla
2026-04-29firmware: arm_ffa: Skip free_pages on RX buffer alloc failureSudeep Holla
2026-04-29firmware: arm_ffa: Check for NULL FF-A ID table while driver registrationSudeep Holla
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-07firmware: arm_ffa: Use the correct buffer size during RXTX_MAPSebastian Ene
2026-03-06firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()Yeoreum Yun
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-18firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GETSudeep Holla
2025-12-15firmware: arm_ffa: Tie FF-A version checks to specific featuresSudeep Holla
2025-12-15firmware: arm_ffa: Unmap Rx/Tx buffers on init failureHaoxiang Li
2025-10-13firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptorSudeep Holla
2025-07-23firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcallYeoreum Yun
2025-06-09firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic contextSudeep Holla
2025-06-09firmware: arm_ffa: Move memory allocation outside the mutex lockingSudeep Holla
2025-06-09firmware: arm_ffa: Fix memory leak by freeing notifier callback nodeSudeep Holla
2025-04-08firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar
2025-02-23firmware: arm_ffa: Skip the first/partition ID when parsing vCPU listSudeep Holla
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-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
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun
2024-10-15firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()Gavin Shan
2024-10-14firmware: arm_ffa: Avoid string-fortify warning in export_uuid()Arnd Bergmann