index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
/
driver.c
Age
Commit message (
Expand
)
Author
2026-06-23
firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()
Unnathi Chalicheemala
2026-06-18
firmware: arm_ffa: Respect firmware advertised RX/TX buffer size limits
Seth Forshee
2026-05-27
firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe miss
Sudeep Holla
2026-05-19
firmware: arm_ffa: Honor partition info descriptor size
Jamie Nguyen
2026-05-17
firmware: arm_ffa: Defer probe until pKVM is initialized
Sudeep Holla
2026-05-17
firmware: arm_ffa: Set the core device as FF-A device parent
Sudeep Holla
2026-05-17
firmware: arm_ffa: Register core as a platform driver
Sudeep Holla
2026-05-17
Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_init...
Yeoreum Yun
2026-05-05
firmware: arm_ffa: Fix sched-recv callback partition lookup
Sudeep Holla
2026-05-05
firmware: arm_ffa: Snapshot notifier callbacks under lock
Sudeep Holla
2026-05-05
firmware: arm_ffa: Align RxTx buffer size before mapping
Sudeep Holla
2026-05-05
firmware: arm_ffa: Validate framework notification message layout
Sudeep Holla
2026-05-05
firmware: arm_ffa: Keep framework RX release under lock
Sudeep Holla
2026-05-05
firmware: arm_ffa: Bound PARTITION_INFO_GET_REGS copies
Sudeep Holla
2026-04-29
firmware: arm_ffa: Unregister bus notifier on teardown for FF-A v1.0
Sudeep Holla
2026-04-29
firmware: arm_ffa: Fix per-vcpu self notifications handling in workqueue
Sudeep Holla
2026-04-29
firmware: arm_ffa: Avoid collapsing NPI work from different CPUs
Sudeep Holla
2026-04-29
firmware: arm_ffa: Skip free_pages on RX buffer alloc failure
Sudeep Holla
2026-04-16
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-04-07
firmware: arm_ffa: Use the correct buffer size during RXTX_MAP
Sebastian Ene
2026-03-06
firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()
Yeoreum Yun
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-18
firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GET
Sudeep Holla
2025-12-15
firmware: arm_ffa: Tie FF-A version checks to specific features
Sudeep Holla
2025-12-15
firmware: arm_ffa: Unmap Rx/Tx buffers on init failure
Haoxiang Li
2025-10-13
firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptor
Sudeep Holla
2025-07-23
firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall
Yeoreum Yun
2025-06-09
firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context
Sudeep Holla
2025-06-09
firmware: arm_ffa: Move memory allocation outside the mutex locking
Sudeep Holla
2025-06-09
firmware: arm_ffa: Fix memory leak by freeing notifier callback node
Sudeep Holla
2025-04-08
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
Sudeep Holla
2025-02-23
firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list
Sudeep Holla
2025-02-21
firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET
Sudeep Holla
2025-02-21
firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...
Sudeep Holla
2025-02-17
firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...
Sudeep Holla
2025-02-17
firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callback
Sudeep Holla
2025-02-17
firmware: arm_ffa: Add support for handling framework notifications
Sudeep Holla
2025-02-17
firmware: arm_ffa: Add support for {un,}registration of framework notifications
Sudeep Holla
2025-02-17
firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_info
Sudeep Holla
2025-02-17
firmware: arm_ffa: Refactoring to prepare for framework notification support
Sudeep Holla
2025-02-17
firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()
Sudeep Holla
2025-02-17
firmware: arm_ffa: Reject higher major version as incompatible
Sudeep Holla
2025-02-17
firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driver
Sudeep Holla
2025-02-17
firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2
Sudeep Holla
2025-02-17
firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions
Sudeep Holla
2025-02-17
firmware: arm_ffa: Handle the presence of host partition in the partition info
Sudeep Holla
2025-02-17
firmware: arm_ffa: Refactor addition of partition information into XArray
Viresh Kumar
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()
Sudeep Holla
2025-02-17
firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()
Sudeep Holla
[next]