| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-10-23 | 1 | -0/+5 |
|\ |
|
| * | KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1 | Marc Zyngier | 2020-09-29 | 1 | -0/+5 |
* | | KVM: arm64: pmu: Make overflow handler NMI safe | Julien Thierry | 2020-09-28 | 1 | -0/+1 |
|/ |
|
* | KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index | Zenghui Yu | 2019-07-23 | 1 | -0/+2 |
* | KVM: arm/arm64: Support chained PMU counters | Andrew Murray | 2019-07-05 | 1 | -0/+2 |
* | KVM: arm/arm64: Remove pmc->bitmask | Andrew Murray | 2019-07-05 | 1 | -1/+0 |
* | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions | Andrew Murray | 2019-07-05 | 1 | -4/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | KVM: arm/arm64: PMU: Fix overflow interrupt injection | Andrew Jones | 2017-07-25 | 1 | -2/+0 |
* | KVM: arm64: Allow creating the PMU without the in-kernel GIC | Christoffer Dall | 2017-06-08 | 1 | -0/+6 |
* | KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip | Christoffer Dall | 2017-04-09 | 1 | -0/+7 |
* | arm64: KVM: fix build with CONFIG_ARM_PMU disabled | Sudeep Holla | 2016-06-27 | 1 | -2/+2 |
* | arm64: KVM: Add a new vcpu device control group for PMUv3 | Shannon Zhao | 2016-02-29 | 1 | -0/+23 |
* | arm64: KVM: Add a new feature bit for PMUv3 | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: Free perf event of PMU when destroying vcpu | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: Reset PMU state when resetting vcpu | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: Add PMU overflow interrupt routing | Shannon Zhao | 2016-02-29 | 1 | -0/+5 |
* | arm64: KVM: Add helper to handle PMCR register bits | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: Add access handler for PMSWINC register | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register | Shannon Zhao | 2016-02-29 | 1 | -0/+2 |
* | arm64: KVM: PMU: Add perf event map and introduce perf event creating function | Shannon Zhao | 2016-02-29 | 1 | -0/+4 |
* | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register | Shannon Zhao | 2016-02-29 | 1 | -0/+9 |
* | arm64: KVM: Add access handler for event counter register | Shannon Zhao | 2016-02-29 | 1 | -0/+11 |
* | arm64: KVM: Add access handler for PMCR register | Shannon Zhao | 2016-02-29 | 1 | -0/+4 |
* | arm64: KVM: Define PMU data structure for each vcpu | Shannon Zhao | 2016-02-29 | 1 | -0/+42 |