aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/kvm/arm_pmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-19KVM: arm64: Add feature checking helpersMarc Zyngier1-11/+0
2023-10-30Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton1-1/+20
2023-10-30Merge branch kvm-arm64/pmevtyper-filter into kvmarm/nextOliver Upton1-0/+5
2023-10-24KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runRaghavendra Rao Ananta1-1/+2
2023-10-24KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta1-0/+6
2023-10-24KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Reiji Watanabe1-0/+6
2023-10-24KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerReiji Watanabe1-0/+6
2023-10-24KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertisedOliver Upton1-0/+5
2023-09-21KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton1-1/+1
2023-08-23KVM: arm64: pmu: Guard PMU emulation definitions with CONFIG_KVMMarc Zyngier1-1/+1
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+2
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton1-2/+6
2023-06-12KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton1-1/+1
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier1-1/+1
2022-11-19KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier1-0/+7
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier1-0/+6
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseudocodeMarc Zyngier1-2/+0
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