summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/ffa.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-32/+148
2024-06-14KVM: arm64: Use FF-A 1.1 with pKVMSebastian Ene1-4/+8
2024-06-14KVM: arm64: Add support for FFA_PARTITION_INFO_GETSebastian Ene1-0/+52
2024-06-14KVM: arm64: Trap FFA_VERSION host call in pKVMSebastian Ene1-30/+90
2024-06-11KVM: arm64: FFA: Release hyp rx bufferVincent Donnefort1-0/+12
2024-04-14KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene1-1/+0
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-2/+8
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arraySudeep Holla1-2/+8
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker1-2/+1
2023-07-19KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementationsOliver Upton1-1/+14
2023-06-02KVM: arm64: pkvm: Add support for fragmented FF-A descriptorsQuentin Perret1-23/+147
2023-06-02KVM: arm64: Handle FFA_FEATURES call from the hostFuad Tabba1-4/+41
2023-06-02KVM: arm64: Handle FFA_MEM_LEND calls from the hostWill Deacon1-7/+15
2023-06-02KVM: arm64: Handle FFA_MEM_RECLAIM calls from the hostWill Deacon1-0/+79
2023-06-02KVM: arm64: Handle FFA_MEM_SHARE calls from the hostWill Deacon1-0/+155
2023-06-02KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostWill Deacon1-0/+188
2023-06-02KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon1-1/+23
2023-06-02KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon1-0/+30
2023-06-02KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon1-0/+119