aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27KVM: arm64: Require in-kernel irqchip for PMU supportChristoffer Dall1-0/+8
2016-05-20KVM: arm/arm64: pmu: abstract access to number of SPIsAndre Przywara1-11/+14
2016-04-01arm64: KVM: Add braces to multi-line if statement in virtual PMU codeWill Deacon1-1/+2
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+112
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-0/+10
2016-02-29arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao1-0/+21
2016-02-29arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao1-0/+17
2016-02-29arm64: KVM: Add PMU overflow interrupt routingShannon Zhao1-1/+68
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao1-0/+34
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao1-0/+34
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-0/+31
2016-02-29arm64: KVM: PMU: Add perf event map and introduce perf event creating functionShannon Zhao1-0/+74
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-0/+66
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-0/+63