aboutsummaryrefslogtreecommitdiffstats
path: root/include/kvm/arm_pmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier1-0/+24
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba1-0/+6
2022-05-15KVM: arm64: Repack struct kvm_pmu to reduce sizeFuad Tabba1-2/+2
2022-02-08KVM: arm64: Keep a list of probed PMUsAlexandru Elisei1-0/+5
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson1-7/+12
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier1-3/+0
2021-04-22KVM: arm64: Divorce the perf code from oprofile helpersMarc Zyngier1-0/+4
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier1-2/+7
2021-01-04KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier1-1/+1
2020-11-27KVM: arm64: Get rid of the PMU ready stateMarc Zyngier1-3/+0
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2020-09-29KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier1-0/+5
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-0/+1
2019-07-23KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter indexZenghui Yu1-0/+2
2019-07-05KVM: arm/arm64: Support chained PMU countersAndrew Murray1-0/+2
2019-07-05KVM: arm/arm64: Remove pmc->bitmaskAndrew Murray1-1/+0
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones1-2/+0
2017-06-08KVM: arm64: Allow creating the PMU without the in-kernel GICChristoffer Dall1-0/+6
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall1-0/+7
2016-06-27arm64: KVM: fix build with CONFIG_ARM_PMU disabledSudeep Holla1-2/+2
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+23
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-0/+2
2016-02-29arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao1-0/+2
2016-02-29arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao1-0/+2
2016-02-29arm64: KVM: Add PMU overflow interrupt routingShannon Zhao1-0/+5
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao1-0/+2
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao1-0/+2
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-0/+2
2016-02-29arm64: KVM: PMU: Add perf event map and introduce perf event creating functionShannon Zhao1-0/+4
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-0/+9
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-0/+11
2016-02-29arm64: KVM: Add access handler for PMCR registerShannon Zhao1-0/+4
2016-02-29arm64: KVM: Define PMU data structure for each vcpuShannon Zhao1-0/+42