index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
pmu.c
Age
Commit message (
Expand
)
Author
2025-10-10
KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
Dapeng Mi
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-18
KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
Sean Christopherson
2025-09-18
KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
Sean Christopherson
2025-08-19
KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
Sean Christopherson
2025-08-19
KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
Sean Christopherson
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulation
Sean Christopherson
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
Sean Christopherson
2025-08-19
KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
Sean Christopherson
2025-08-19
KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
Sean Christopherson
2025-08-19
KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
Sean Christopherson
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
2025-08-19
KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
Sean Christopherson
2025-08-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
2024-12-18
KVM: x86/pmu: Drop now-redundant refresh() during init()
Sean Christopherson
2024-07-16
KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_ops
Wei Wang
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
2024-07-16
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-06-28
KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
Dapeng Mi
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
2024-06-10
KVM: x86/pmu: Squash period for checkpointed events based on host HLE/RTM
Sean Christopherson
2024-06-03
KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
Dapeng Mi
2024-06-03
KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmu
Dapeng Mi
2024-06-03
KVM: x86/pmu: Switch to new Intel CPU model defines
Tony Luck
2024-04-08
KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"
Sean Christopherson
2024-02-01
KVM: x86/pmu: Avoid CPL lookup if PMC enabline for USER and KERNEL is the same
Sean Christopherson
2024-02-01
KVM: x86/pmu: Check eventsel first when emulating (branch) insns retired
Sean Christopherson
2024-02-01
KVM: x86/pmu: Expand the comment about what bits are check emulating events
Sean Christopherson
2024-02-01
KVM: x86/pmu: Snapshot event selectors that KVM emulates in software
Sean Christopherson
2024-02-01
KVM: x86/pmu: Process only enabled PMCs when emulating events in software
Sean Christopherson
2024-02-01
KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
Sean Christopherson
2024-02-01
KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
Sean Christopherson
2024-02-01
KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
Sean Christopherson
2024-02-01
KVM: x86/pmu: Add common define to capture fixed counters offset
Sean Christopherson
2024-02-01
KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
Sean Christopherson
2024-01-30
KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
Sean Christopherson
2024-01-30
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
2024-01-30
KVM: x86/pmu: Allow programming events that match unsupported arch events
Sean Christopherson
2023-11-30
KVM: x86/pmu: Track emulated counter events instead of previous counter
Sean Christopherson
2023-11-30
KVM: x86/pmu: Update sample period in pmc_write_counter()
Sean Christopherson
2023-11-30
KVM: x86/pmu: Remove manual clearing of fields in kvm_pmu_init()
Sean Christopherson
2023-11-30
KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's redundant)
Sean Christopherson
2023-11-30
KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
Sean Christopherson
2023-11-30
KVM: x86/pmu: Move PMU reset logic to common x86 code
Sean Christopherson
2023-09-25
KVM: x86/pmu: Synthesize at most one PMI per VM-exit
Jim Mattson
2023-08-02
KVM: x86/pmu: Move .hw_event_available() check out of PMC filter helper
Sean Christopherson
2023-06-06
KVM: x86/svm/pmu: Add AMD PerfMonV2 support
Like Xu
2023-06-06
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
[next]