summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/ffa.c
AgeCommit message (Expand)Author
2026-03-11KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hypVincent Donnefort
2026-01-16KVM: arm64: Fix error checking for FFA_VERSIONKornel Dulęba
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey
2025-10-30KVM: arm64: Check the untrusted offset in FF-A memory shareSebastian Ene
2025-09-08KVM: arm64: Bump the supported version of FF-A to 1.2Per Larsen
2025-09-08KVM: arm64: Mask response to FFA_FEATURE callPer Larsen
2025-09-08KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupportedPer Larsen
2025-09-08KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupportedPer Larsen
2025-09-08KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handlerPer Larsen
2025-09-08KVM: arm64: Correct return value on host version downgrade attemptPer Larsen
2025-04-07KVM: arm64: Use acquire/release to communicate FF-A version negotiationWill Deacon
2024-09-10KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xferSnehal Koukuntla
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2024-06-14KVM: arm64: Use FF-A 1.1 with pKVMSebastian Ene
2024-06-14KVM: arm64: Add support for FFA_PARTITION_INFO_GETSebastian Ene
2024-06-14KVM: arm64: Trap FFA_VERSION host call in pKVMSebastian Ene
2024-06-11KVM: arm64: FFA: Release hyp rx bufferVincent Donnefort
2024-04-14KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arraySudeep Holla
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker
2023-07-19KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementationsOliver Upton
2023-06-01KVM: arm64: pkvm: Add support for fragmented FF-A descriptorsQuentin Perret
2023-06-01KVM: arm64: Handle FFA_FEATURES call from the hostFuad Tabba
2023-06-01KVM: arm64: Handle FFA_MEM_LEND calls from the hostWill Deacon
2023-06-01KVM: arm64: Handle FFA_MEM_RECLAIM calls from the hostWill Deacon
2023-06-01KVM: arm64: Handle FFA_MEM_SHARE calls from the hostWill Deacon
2023-06-01KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostWill Deacon
2023-06-01KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon
2023-06-01KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon
2023-06-01KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon