aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/pmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuGravatar Fuad Tabba 1-8/+4
2022-05-15KVM: arm64: Wrapper for getting pmu_eventsGravatar Fuad Tabba 1-16/+26
2021-03-19KVM: arm64: Disable PMU support in protected modeGravatar Quentin Perret 1-4/+4
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEGravatar David Brazdil 1-1/+4
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEGravatar David Brazdil 1-4/+4
2020-07-06KVM: arm64: PMU: Fix per-CPU access in preemptible contextGravatar Marc Zyngier 1-1/+6
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureGravatar Marc Zyngier 1-6/+2
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationGravatar James Morse 1-38/+0
2019-04-30arm64: KVM: Fix perf cycle counter support for VHEGravatar Andrew Murray 1-2/+9
2019-04-24arm64: KVM: Avoid isb's by using direct pmxevtyper sysregGravatar Andrew Murray 1-10/+74
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersGravatar Andrew Murray 1-2/+86
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersGravatar Andrew Murray 1-0/+39
2019-04-24arm64: KVM: Add accessors to track guest/host only countersGravatar Andrew Murray 1-0/+45