index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
ffa.c
Age
Commit message (
Expand
)
Author
2026-03-11
KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
Vincent Donnefort
2026-01-16
KVM: arm64: Fix error checking for FFA_VERSION
Kornel Dulęba
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-11-12
arm64: Fix typos and spelling errors in comments
mrigendrachaubey
2025-10-30
KVM: arm64: Check the untrusted offset in FF-A memory share
Sebastian Ene
2025-09-08
KVM: arm64: Bump the supported version of FF-A to 1.2
Per Larsen
2025-09-08
KVM: arm64: Mask response to FFA_FEATURE call
Per Larsen
2025-09-08
KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupported
Per Larsen
2025-09-08
KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
Per Larsen
2025-09-08
KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
Per Larsen
2025-09-08
KVM: arm64: Correct return value on host version downgrade attempt
Per Larsen
2025-04-07
KVM: arm64: Use acquire/release to communicate FF-A version negotiation
Will Deacon
2024-09-10
KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
Snehal Koukuntla
2024-07-16
Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2024-06-14
KVM: arm64: Use FF-A 1.1 with pKVM
Sebastian Ene
2024-06-14
KVM: arm64: Add support for FFA_PARTITION_INFO_GET
Sebastian Ene
2024-06-14
KVM: arm64: Trap FFA_VERSION host call in pKVM
Sebastian Ene
2024-06-11
KVM: arm64: FFA: Release hyp rx buffer
Vincent Donnefort
2024-04-14
KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylist
Sebastian Ene
2023-10-16
Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2023-10-08
KVM: arm64: FFA: Remove access of endpoint memory access descriptor array
Sudeep Holla
2023-09-12
KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
Jean-Philippe Brucker
2023-07-19
KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations
Oliver Upton
2023-06-01
KVM: arm64: pkvm: Add support for fragmented FF-A descriptors
Quentin Perret
2023-06-01
KVM: arm64: Handle FFA_FEATURES call from the host
Fuad Tabba
2023-06-01
KVM: arm64: Handle FFA_MEM_LEND calls from the host
Will Deacon
2023-06-01
KVM: arm64: Handle FFA_MEM_RECLAIM calls from the host
Will Deacon
2023-06-01
KVM: arm64: Handle FFA_MEM_SHARE calls from the host
Will Deacon
2023-06-01
KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host
Will Deacon
2023-06-01
KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
Will Deacon
2023-06-01
KVM: arm64: Probe FF-A version and host/hyp partition ID during init
Will Deacon
2023-06-01
KVM: arm64: Block unsafe FF-A calls from the host
Will Deacon