index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
pmu.c
Age
Commit message (
Expand
)
Author
2023-10-12
KVM: arm64: pmu: Drop redundant check for non-NULL kvm_pmu_events
Anshuman Khandual
2023-08-22
KVM: arm64: pmu: Resync EL0 state on counter rotation
Marc Zyngier
2023-06-04
KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
Reiji Watanabe
2022-05-15
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
2022-05-15
KVM: arm64: Wrapper for getting pmu_events
Fuad Tabba
2021-03-19
KVM: arm64: Disable PMU support in protected mode
Quentin Perret
2020-09-30
kvm: arm64: Set up hyp percpu data for nVHE
David Brazdil
2020-09-30
kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
David Brazdil
2020-07-06
KVM: arm64: PMU: Fix per-CPU access in preemptible context
Marc Zyngier
2020-06-09
KVM: arm64: Remove host_cpu_context member from vcpu structure
Marc Zyngier
2019-05-24
KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
James Morse
2019-04-30
arm64: KVM: Fix perf cycle counter support for VHE
Andrew Murray
2019-04-24
arm64: KVM: Avoid isb's by using direct pmxevtyper sysreg
Andrew Murray
2019-04-24
arm64: KVM: Enable VHE support for :G/:H perf event modifiers
Andrew Murray
2019-04-24
arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
Andrew Murray
2019-04-24
arm64: KVM: Add accessors to track guest/host only counters
Andrew Murray