index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-17
Merge tag 'soc-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-8
/
+21
2026-07-15
Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-8
/
+17
2026-07-07
firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
Sebastian Ene
1
-5
/
+15
2026-07-07
firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
Mostafa Saleh
1
-4
/
+3
2026-06-30
firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()
Unnathi Chalicheemala
1
-1
/
+1
2026-06-29
firmware: arm_ffa: Respect firmware advertised RX/TX buffer size limits
Seth Forshee
1
-7
/
+20
2026-05-27
firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe miss
Sudeep Holla
1
-2
/
+5
2026-05-19
firmware: arm_ffa: Honor partition info descriptor size
Jamie Nguyen
1
-11
/
+16
2026-05-17
firmware: arm_ffa: Defer probe until pKVM is initialized
Sudeep Holla
1
-0
/
+6
2026-05-17
firmware: arm_ffa: Set the core device as FF-A device parent
Sudeep Holla
2
-3
/
+5
2026-05-17
firmware: arm_ffa: Register core as a platform driver
Sudeep Holla
3
-9
/
+50
2026-05-17
Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"
Yeoreum Yun
1
-1
/
+1
2026-05-05
firmware: arm_ffa: Fix sched-recv callback partition lookup
Sudeep Holla
1
-3
/
+3
2026-05-05
firmware: arm_ffa: Snapshot notifier callbacks under lock
Sudeep Holla
1
-12
/
+23
2026-05-05
firmware: arm_ffa: Align RxTx buffer size before mapping
Sudeep Holla
1
-1
/
+2
2026-05-05
firmware: arm_ffa: Validate framework notification message layout
Sudeep Holla
1
-2
/
+16
2026-05-05
firmware: arm_ffa: Keep framework RX release under lock
Sudeep Holla
1
-16
/
+13
2026-05-05
firmware: arm_ffa: Bound PARTITION_INFO_GET_REGS copies
Sudeep Holla
1
-6
/
+23
2026-04-29
firmware: arm_ffa: Unregister bus notifier on teardown for FF-A v1.0
Sudeep Holla
1
-0
/
+15
2026-04-29
firmware: arm_ffa: Fix per-vcpu self notifications handling in workqueue
Sudeep Holla
1
-1
/
+1
2026-04-29
firmware: arm_ffa: Avoid collapsing NPI work from different CPUs
Sudeep Holla
1
-5
/
+8
2026-04-29
firmware: arm_ffa: Skip free_pages on RX buffer alloc failure
Sudeep Holla
1
-1
/
+1
2026-04-29
firmware: arm_ffa: Check for NULL FF-A ID table while driver registration
Sudeep Holla
1
-1
/
+3
2026-04-16
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2026-04-07
firmware: arm_ffa: Use the correct buffer size during RXTX_MAP
Sebastian Ene
1
-1
/
+1
2026-03-06
firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()
Yeoreum Yun
1
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-6
/
+6
2025-12-18
firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GET
Sudeep Holla
1
-4
/
+29
2025-12-15
firmware: arm_ffa: Tie FF-A version checks to specific features
Sudeep Holla
1
-5
/
+9
2025-12-15
firmware: arm_ffa: Unmap Rx/Tx buffers on init failure
Haoxiang Li
1
-0
/
+1
2025-10-13
firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptor
Sudeep Holla
1
-10
/
+27
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-23
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 comparison
Sudeep Holla
1
-1
/
+1
2025-02-17
firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A instance
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
[next]