summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)AuthorFilesLines
4 daysfirmware: arm_ffa: Fix sched-recv callback partition lookupSudeep Holla1-3/+3
4 daysfirmware: arm_ffa: Align RxTx buffer size before mappingSudeep Holla1-1/+2
4 daysfirmware: arm_ffa: Unregister bus notifier on teardown for FF-A v1.0Sudeep Holla1-0/+15
4 daysfirmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callbackSudeep Holla1-42/+117
4 daysfirmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()Sudeep Holla1-17/+16
4 daysfirmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla2-4/+6
4 daysfirmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar1-25/+22
4 daysfirmware: arm_ffa: Fix per-vcpu self notifications handling in workqueueSudeep Holla1-1/+1
4 daysfirmware: arm_ffa: Skip free_pages on RX buffer alloc failureSudeep Holla1-1/+1
4 daysfirmware: arm_ffa: Check for NULL FF-A ID table while driver registrationSudeep Holla1-1/+3
13 daysfirmware: arm_ffa: Use the correct buffer size during RXTX_MAPSebastian Ene1-1/+1
2026-03-25firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()Yeoreum Yun1-4/+4
2026-03-04firmware: arm_ffa: Unmap Rx/Tx buffers on init failureHaoxiang Li1-0/+1
2026-03-04firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GETSudeep Holla1-4/+29
2025-08-20firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcallYeoreum Yun1-1/+1
2025-07-10firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic contextSudeep Holla1-9/+9
2025-07-10firmware: arm_ffa: Move memory allocation outside the mutex lockingSudeep Holla1-19/+21
2025-07-10firmware: arm_ffa: Fix memory leak by freeing notifier callback nodeSudeep Holla1-0/+1
2025-05-29firmware: arm_ffa: Handle the presence of host partition in the partition infoSudeep Holla1-0/+4
2025-05-29firmware: arm_ffa: Reject higher major version as incompatibleSudeep Holla1-0/+8
2025-05-29firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar1-0/+1
2025-05-09firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla1-1/+2
2024-12-27firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun2-10/+12
2024-10-15firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()Gavin Shan1-1/+1
2024-10-14firmware: arm_ffa: Avoid string-fortify warning in export_uuid()Arnd Bergmann1-3/+8
2024-08-20firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features()Sudeep Holla1-16/+28
2024-08-20firmware: arm_ffa: Add support for FFA_YIELD in direct messagingSudeep Holla1-8/+15
2024-08-20firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2Sudeep Holla1-2/+47
2024-08-20firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGSSudeep Holla1-4/+68
2024-08-20firmware: arm_ffa: Move the function ffa_features() earlierSudeep Holla1-26/+26
2024-08-20firmware: arm_ffa: Update the FF-A command list with v1.2 additionsSudeep Holla1-0/+1
2024-08-20firmware: arm_ffa: Some coding style fixesSudeep Holla1-5/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-05-30firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla4-16/+15
2024-05-30firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifierSudeep Holla2-13/+43
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-45/+142
2024-04-25firmware: arm_ffa: Avoid queuing work when running on the worker queueSudeep Holla1-5/+14
2024-04-24firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()Dan Carpenter1-1/+1
2024-04-18firmware: arm_ffa: Add support for FFA_MSG_SEND2Sudeep Holla1-0/+38
2024-04-18firmware: arm_ffa: Stash the partition properties for query purposesSudeep Holla1-0/+2
2024-04-18firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPISudeep Holla1-0/+2
2024-04-15firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)Jens Wiklander1-16/+55
2024-04-15firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI supportSudeep Holla1-19/+28
2024-04-15firmware: arm_ffa: Skip creation of the notification bitmapsJens Wiklander1-9/+7
2024-03-25firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()Jens Wiklander1-1/+1
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere1-1/+1
2024-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi1-5/+23
2024-01-22firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi1-3/+16