index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
pmu-emul.c
Age
Commit message (
Expand
)
Author
2025-06-05
KVM: arm64: Add RMW specific sysreg accessor
Marc Zyngier
2025-06-05
KVM: arm64: Add assignment-specific sysreg accessor
Marc Zyngier
2025-04-11
KVM: arm64: Let kvm_vcpu_read_pmcr() return an EL-dependent value for PMCR_EL0.N
Marc Zyngier
2025-04-11
KVM: arm64: Allow userspace to limit the number of PMU counters for EL2 VMs
Marc Zyngier
2025-04-11
KVM: arm64: Contextualise the handling of PMCR_EL0.P writes
Marc Zyngier
2025-04-11
KVM: arm64: Fix MDCR_EL2.HPMN reset value
Marc Zyngier
2025-04-11
KVM: arm64: Repaint pmcr_n into nr_pmu_counters
Marc Zyngier
2025-03-19
Merge branch 'kvm-arm64/pmu-fixes' into kvmarm/next
Oliver Upton
2025-03-17
KVM: arm64: PMU: Reload when resetting
Akihiko Odaki
2025-03-17
KVM: arm64: PMU: Reload when user modifies registers
Akihiko Odaki
2025-03-17
KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
Akihiko Odaki
2025-03-17
KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
Akihiko Odaki
2025-03-11
KVM: arm64: Provide 1 event counter on IMPDEF hardware
Oliver Upton
2025-03-11
KVM: arm64: Remap PMUv3 events onto hardware
Oliver Upton
2025-03-11
KVM: arm64: Advertise PMUv3 if IMPDEF traps are present
Oliver Upton
2025-03-11
KVM: arm64: Move PMUVer filtering into KVM code
Oliver Upton
2025-03-11
KVM: arm64: Use guard() to cleanup usage of arm_pmus_lock
Oliver Upton
2025-03-11
KVM: arm64: Drop kvm_arm_pmu_available static key
Oliver Upton
2025-03-11
KVM: arm64: Always support SW_INCR PMU event
Oliver Upton
2025-03-11
KVM: arm64: Compute PMCEID from arm_pmu's event bitmaps
Oliver Upton
2024-12-18
KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters
Oliver Upton
2024-12-18
KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change
Oliver Upton
2024-12-18
KVM: arm64: Add unified helper for reprogramming counters by mask
Oliver Upton
2024-11-20
KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters
Oliver Upton
2024-11-20
KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
Raghavendra Rao Ananta
2024-10-31
KVM: arm64: nv: Reprogram PMU events affected by nested transition
Oliver Upton
2024-10-31
KVM: arm64: nv: Apply EL2 event filtering when in hyp context
Oliver Upton
2024-10-31
KVM: arm64: nv: Honor MDCR_EL2.HLP
Oliver Upton
2024-10-31
KVM: arm64: nv: Honor MDCR_EL2.HPME
Oliver Upton
2024-10-31
KVM: arm64: Add helpers to determine if PMC counts at a given EL
Oliver Upton
2024-10-31
KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
Oliver Upton
2024-10-31
KVM: arm64: Rename kvm_pmu_valid_counter_mask()
Oliver Upton
2024-10-31
KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
Oliver Upton
2024-08-16
KVM: arm64: Refine PMU defines for number of counters
Rob Herring (Arm)
2024-08-16
perf: arm_pmu: Remove event index to counter remapping
Rob Herring (Arm)
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-07-03
perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h
Rob Herring (Arm)
2024-06-20
KVM: arm64: Use read-only helper for reading VM ID registers
Oliver Upton
2024-03-07
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
2024-02-19
KVM: arm64: Add feature checking helpers
Marc Zyngier
2024-02-01
KVM: arm64: PMU: fix kernel-doc warnings
Randy Dunlap
2023-12-12
arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
James Clark
2023-10-30
Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/next
Oliver Upton
2023-10-30
Merge branch kvm-arm64/sgi-injection into kvmarm/next
Oliver Upton
2023-10-24
KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
Raghavendra Rao Ananta
2023-10-24
KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
Raghavendra Rao Ananta
2023-10-24
KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
Reiji Watanabe
2023-10-24
KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handler
Reiji Watanabe
2023-10-24
KVM: arm64: Add PMU event filter bits required if EL3 is implemented
Oliver Upton
2023-10-24
KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
Oliver Upton
[next]