]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
authorVincent Donnefort <vdonnefort@google.com>
Mon, 9 Mar 2026 16:25:14 +0000 (16:25 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 11 Mar 2026 08:51:17 +0000 (08:51 +0000)
commit696dfec22b8e4ac57cc90558af2b6be2b37f4b95
tree2c2607d6503b6ff8f4fc3ee9463a2e35f70ae48c
parent0a90fbc8a1709f682e0196c2632027cdedae5e94
KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp

The hyp_enter and hyp_exit events are logged by the hypervisor any time
it is entered and exited.

Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
Link: https://patch.msgid.link/20260309162516.2623589-29-vdonnefort@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_hypevents.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/hyp/include/nvhe/arm-smccc.h [new file with mode: 0644]
arch/arm64/kvm/hyp/include/nvhe/trace.h
arch/arm64/kvm/hyp/nvhe/ffa.c
arch/arm64/kvm/hyp/nvhe/hyp-main.c
arch/arm64/kvm/hyp/nvhe/psci-relay.c
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/hyp_trace.c