aboutsummaryrefslogtreecommitdiff
path: root/include/linux/arm_ffa.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-18firmware: arm_ffa: Add support for FFA_MSG_SEND2Gravatar Sudeep Holla 1-0/+9
2024-04-18firmware: arm_ffa: Stash the partition properties for query purposesGravatar Sudeep Holla 1-0/+18
2024-02-20firmware: arm_ffa: Make ffa_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2023-11-13firmware: arm_ffa: Declare ffa_bus_type structure in the headerGravatar Sudeep Holla 1-0/+2
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatGravatar Sudeep Holla 1-11/+22
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arrayGravatar Sudeep Holla 1-0/+6
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthGravatar Sudeep Holla 1-2/+0
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionGravatar Sudeep Holla 1-0/+2
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksGravatar Sudeep Holla 1-0/+5
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismGravatar Sudeep Holla 1-0/+8
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceGravatar Sudeep Holla 1-0/+5
2023-10-06firmware: arm_ffa: Update the FF-A command list with v1.1 additionsGravatar Sudeep Holla 1-0/+20
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 1-0/+8
2023-06-01KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostGravatar Will Deacon 1-0/+8
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsGravatar Sudeep Holla 1-0/+1
2022-12-01firmware: arm_ffa: Move comment before the field it is documentingGravatar Will Deacon 1-1/+1
2022-12-01firmware: arm_ffa: Move constants to header fileGravatar Will Deacon 1-0/+83
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsGravatar Sudeep Holla 1-1/+13
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertyGravatar Sudeep Holla 1-0/+2
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportGravatar Sudeep Holla 1-0/+1
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsGravatar Sudeep Holla 1-4/+4
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentGravatar Sudeep Holla 1-4/+2
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Gravatar Sudeep Holla 1-6/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devGravatar Sudeep Holla 1-2/+5
2022-04-29firmware: arm_ffa: Add ffa_dev_get_drvdata helper functionGravatar Sudeep Holla 1-1/+6
2021-10-18firmware: arm_ffa: Add support for MEM_LENDGravatar Marc Bonnici 1-0/+2
2021-05-26firmware: arm_ffa: Add support for MEM_* interfacesGravatar Sudeep Holla 1-0/+139
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsGravatar Sudeep Holla 1-1/+38
2021-05-26firmware: arm_ffa: Add initial FFA bus support for device enumerationGravatar Sudeep Holla 1-0/+91