index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
firmware: arm_ffa: Split bus and driver into distinct modules
Sudeep Holla
4
-16
/
+15
2024-05-29
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
2024-03-25
firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()
Jens Wiklander
1
-1
/
+1
2024-03-12
Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-02-20
firmware: arm_ffa: Make ffa_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-01-22
firmware: arm_ffa: Handle partitions setup failures
Cristian Marussi
1
-5
/
+23
2024-01-22
firmware: arm_ffa: Use xa_insert() and check for result
Cristian Marussi
1
-3
/
+16
2024-01-22
firmware: arm_ffa: Simplify ffa_partitions_cleanup()
Cristian Marussi
1
-20
/
+6
2024-01-22
firmware: arm_ffa: Check xa_load() return value
Cristian Marussi
1
-0
/
+10
2024-01-22
firmware: arm_ffa: Add missing rwlock_init() for the driver partition
Cristian Marussi
1
-0
/
+1
2024-01-22
firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()
Cristian Marussi
1
-0
/
+1
2023-11-13
firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
Lorenzo Pieralisi
1
-2
/
+2
2023-11-13
firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()
Sudeep Holla
1
-1
/
+1
2023-11-13
firmware: arm_ffa: Fix FFA notifications cleanup path
Sudeep Holla
1
-4
/
+12
2023-11-13
firmware: arm_ffa: Add checks for the notification enabled state
Sudeep Holla
1
-0
/
+17
2023-11-13
firmware: arm_ffa: Setup the partitions after the notification initialisation
Sudeep Holla
1
-7
/
+8
2023-11-13
firmware: arm_ffa: Allow FF-A initialisation even when notification fails
Sudeep Holla
1
-12
/
+8
2023-10-08
firmware: arm_ffa: Upgrade the driver version to v1.1
Sudeep Holla
1
-1
/
+1
2023-10-08
firmware: arm_ffa: Update memory descriptor to support v1.1 format
Sudeep Holla
1
-3
/
+8
2023-10-08
firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessor
Sudeep Holla
1
-2
/
+4
2023-10-06
firmware: arm_ffa: Simplify the computation of transmit and fragment length
Sudeep Holla
1
-6
/
+8
2023-10-06
firmware: arm_ffa: Add notification handling mechanism
Sudeep Holla
1
-1
/
+66
2023-10-06
firmware: arm_ffa: Add interface to send a notification to a given partition
Sudeep Holla
1
-0
/
+13
2023-10-06
firmware: arm_ffa: Add interfaces to request notification callbacks
Sudeep Holla
1
-0
/
+145
2023-10-06
firmware: arm_ffa: Add schedule receiver callback mechanism
Sudeep Holla
1
-3
/
+100
2023-10-06
firmware: arm_ffa: Initial support for scheduler receiver interrupt
Sudeep Holla
1
-10
/
+176
2023-10-06
firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interface
Sudeep Holla
1
-0
/
+73
2023-10-06
firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interface
Sudeep Holla
1
-0
/
+37
2023-10-06
firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface
Sudeep Holla
1
-0
/
+20
2023-10-06
firmware: arm_ffa: Implement the FFA_RUN interface
Sudeep Holla
1
-0
/
+22
2023-10-06
firmware: arm_ffa: Implement the notification bind and unbind interface
Sudeep Holla
1
-0
/
+29
2023-10-06
firmware: arm_ffa: Implement notification bitmap create and destroy interfaces
Sudeep Holla
1
-1
/
+62
2023-10-06
firmware: arm_ffa: Update the FF-A command list with v1.1 additions
Sudeep Holla
1
-0
/
+1
2023-10-06
firmware: arm_ffa: Emit modalias for FF-A devices
Sudeep Holla
1
-1
/
+14
2023-10-06
firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging
Sudeep Holla
1
-10
/
+2
2023-10-06
firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device
Sudeep Holla
1
-0
/
+1
2023-09-25
firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND
Sudeep Holla
1
-2
/
+14
2023-06-06
firmware: arm_ffa: Set handle field to zero in memory descriptor
Balint Dobszay
1
-0
/
+1
2023-05-08
firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
Sudeep Holla
1
-0
/
+6
[next]