summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/pmu.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil2020-09-301-1/+4
* kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-4/+4
* KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier2020-07-061-1/+6
* KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier2020-06-091-6/+2
* KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-38/+0
* arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray2019-04-301-2/+9
* arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray2019-04-241-10/+74
* arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-2/+86
* arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+39
* arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-241-0/+45