summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/pmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: pmu: Drop redundant check for non-NULL kvm_pmu_eventsAnshuman Khandual2023-10-121-2/+2
* KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier2023-08-221-0/+18
* KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe2023-06-041-0/+27
* KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba2022-05-151-8/+4
* KVM: arm64: Wrapper for getting pmu_eventsFuad Tabba2022-05-151-16/+26
* KVM: arm64: Disable PMU support in protected modeQuentin Perret2021-03-191-4/+4
* 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