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