index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
Age
Commit message (
Expand
)
Author
2025-08-20
firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall
Yeoreum Yun
2025-07-10
firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context
Sudeep Holla
2025-07-10
firmware: arm_ffa: Move memory allocation outside the mutex locking
Sudeep Holla
2025-07-10
firmware: arm_ffa: Fix memory leak by freeing notifier callback node
Sudeep Holla
2025-05-29
firmware: arm_ffa: Handle the presence of host partition in the partition info
Sudeep Holla
2025-05-29
firmware: arm_ffa: Reject higher major version as incompatible
Sudeep Holla
2025-05-29
firmware: arm_ffa: Set dma_mask for ffa devices
Viresh Kumar
2025-05-09
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
Sudeep Holla
2024-12-27
firmware: arm_ffa: Fix the race around setting ffa_dev->properties
Levi Yun
2024-10-15
firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()
Gavin Shan
2024-10-14
firmware: arm_ffa: Avoid string-fortify warning in export_uuid()
Arnd Bergmann
2024-08-20
firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features()
Sudeep Holla
2024-08-20
firmware: arm_ffa: Add support for FFA_YIELD in direct messaging
Sudeep Holla
2024-08-20
firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2
Sudeep Holla
2024-08-20
firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS
Sudeep Holla
2024-08-20
firmware: arm_ffa: Move the function ffa_features() earlier
Sudeep Holla
2024-08-20
firmware: arm_ffa: Update the FF-A command list with v1.2 additions
Sudeep Holla
2024-08-20
firmware: arm_ffa: Some coding style fixes
Sudeep Holla
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-05-29
firmware: arm_ffa: Split bus and driver into distinct modules
Sudeep Holla
2024-05-29
firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier
Sudeep Holla
2024-05-13
Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-04-25
firmware: arm_ffa: Avoid queuing work when running on the worker queue
Sudeep Holla
2024-04-24
firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()
Dan Carpenter
2024-04-18
firmware: arm_ffa: Add support for FFA_MSG_SEND2
Sudeep Holla
2024-04-18
firmware: arm_ffa: Stash the partition properties for query purposes
Sudeep Holla
2024-04-18
firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPI
Sudeep Holla
2024-04-15
firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)
Jens Wiklander
2024-04-15
firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI support
Sudeep Holla
2024-04-15
firmware: arm_ffa: Skip creation of the notification bitmaps
Jens Wiklander
2024-03-25
firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()
Jens Wiklander
2024-03-12
Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-20
firmware: arm_ffa: Make ffa_bus_type const
Ricardo B. Marliere
2024-01-22
firmware: arm_ffa: Handle partitions setup failures
Cristian Marussi
2024-01-22
firmware: arm_ffa: Use xa_insert() and check for result
Cristian Marussi
2024-01-22
firmware: arm_ffa: Simplify ffa_partitions_cleanup()
Cristian Marussi
2024-01-22
firmware: arm_ffa: Check xa_load() return value
Cristian Marussi
2024-01-22
firmware: arm_ffa: Add missing rwlock_init() for the driver partition
Cristian Marussi
2024-01-22
firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()
Cristian Marussi
2023-11-13
firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
Lorenzo Pieralisi
2023-11-13
firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()
Sudeep Holla
2023-11-13
firmware: arm_ffa: Fix FFA notifications cleanup path
Sudeep Holla
2023-11-13
firmware: arm_ffa: Add checks for the notification enabled state
Sudeep Holla
2023-11-13
firmware: arm_ffa: Setup the partitions after the notification initialisation
Sudeep Holla
2023-11-13
firmware: arm_ffa: Allow FF-A initialisation even when notification fails
Sudeep Holla
2023-10-08
firmware: arm_ffa: Upgrade the driver version to v1.1
Sudeep Holla
2023-10-08
firmware: arm_ffa: Update memory descriptor to support v1.1 format
Sudeep Holla
2023-10-08
firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessor
Sudeep Holla
2023-10-06
firmware: arm_ffa: Simplify the computation of transmit and fragment length
Sudeep Holla
[next]