index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall
Yeoreum Yun
1
-1
/
+1
2025-06-09
firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context
Sudeep Holla
1
-11
/
+11
2025-06-09
firmware: arm_ffa: Move memory allocation outside the mutex locking
Sudeep Holla
1
-24
/
+24
2025-06-09
firmware: arm_ffa: Fix memory leak by freeing notifier callback node
Sudeep Holla
1
-0
/
+1
2025-04-08
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
Sudeep Holla
1
-1
/
+2
2025-02-28
firmware: arm_ffa: Set dma_mask for ffa devices
Viresh Kumar
1
-0
/
+1
2025-02-24
firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list
Sudeep Holla
1
-1
/
+1
2025-02-21
firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET
Sudeep Holla
1
-1
/
+1
2025-02-21
firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...
Sudeep Holla
1
-1
/
+1
2025-02-17
firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...
Sudeep Holla
1
-7
/
+24
2025-02-17
firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callback
Sudeep Holla
1
-42
/
+117
2025-02-17
firmware: arm_ffa: Add support for handling framework notifications
Sudeep Holla
1
-7
/
+43
2025-02-17
firmware: arm_ffa: Add support for {un,}registration of framework notifications
Sudeep Holla
1
-21
/
+92
2025-02-17
firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_info
Sudeep Holla
1
-8
/
+7
2025-02-17
firmware: arm_ffa: Refactoring to prepare for framework notification support
Sudeep Holla
1
-23
/
+34
2025-02-17
firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()
Sudeep Holla
1
-17
/
+16
2025-02-17
firmware: arm_ffa: Reject higher major version as incompatible
Sudeep Holla
1
-0
/
+8
2025-02-17
firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driver
Sudeep Holla
1
-1
/
+1
2025-02-17
firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2
Sudeep Holla
1
-3
/
+4
2025-02-17
firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions
Sudeep Holla
2
-4
/
+6
2025-02-17
firmware: arm_ffa: Handle the presence of host partition in the partition info
Sudeep Holla
1
-0
/
+4
2025-02-17
firmware: arm_ffa: Refactor addition of partition information into XArray
Viresh Kumar
1
-25
/
+22
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()
Sudeep Holla
1
-2
/
+29
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()
Sudeep Holla
1
-3
/
+15
2025-02-17
firmware: arm_ffa: Align sync_send_receive{,2} function prototypes
Sudeep Holla
1
-2
/
+2
2025-02-17
firmware: arm_ffa: Replace UUID buffer to standard UUID format
Sudeep Holla
1
-3
/
+1
2025-02-17
firmware: arm_ffa: Replace SCMI by FF-A in the macro
Sudeep Holla
1
-3
/
+3
2024-12-04
firmware: arm_ffa: Fix the race around setting ffa_dev->properties
Levi Yun
2
-10
/
+12
2024-10-15
firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()
Gavin Shan
1
-1
/
+1
2024-10-14
firmware: arm_ffa: Avoid string-fortify warning in export_uuid()
Arnd Bergmann
1
-3
/
+8
2024-08-20
firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features()
Sudeep Holla
1
-16
/
+28
2024-08-20
firmware: arm_ffa: Add support for FFA_YIELD in direct messaging
Sudeep Holla
1
-8
/
+15
2024-08-20
firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2
Sudeep Holla
1
-2
/
+47
2024-08-20
firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS
Sudeep Holla
1
-4
/
+68
2024-08-20
firmware: arm_ffa: Move the function ffa_features() earlier
Sudeep Holla
1
-26
/
+26
2024-08-20
firmware: arm_ffa: Update the FF-A command list with v1.2 additions
Sudeep Holla
1
-0
/
+1
2024-08-20
firmware: arm_ffa: Some coding style fixes
Sudeep Holla
1
-5
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-05-30
firmware: arm_ffa: Split bus and driver into distinct modules
Sudeep Holla
4
-16
/
+15
2024-05-30
firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier
Sudeep Holla
2
-13
/
+43
2024-05-13
Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-45
/
+142
2024-04-25
firmware: arm_ffa: Avoid queuing work when running on the worker queue
Sudeep Holla
1
-5
/
+14
2024-04-24
firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()
Dan Carpenter
1
-1
/
+1
2024-04-18
firmware: arm_ffa: Add support for FFA_MSG_SEND2
Sudeep Holla
1
-0
/
+38
2024-04-18
firmware: arm_ffa: Stash the partition properties for query purposes
Sudeep Holla
1
-0
/
+2
2024-04-18
firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPI
Sudeep Holla
1
-0
/
+2
2024-04-15
firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)
Jens Wiklander
1
-16
/
+55
2024-04-15
firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI support
Sudeep Holla
1
-19
/
+28
2024-04-15
firmware: arm_ffa: Skip creation of the notification bitmaps
Jens Wiklander
1
-9
/
+7
[next]