index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
pmu_intel.c
Age
Commit message (
Expand
)
Author
2025-06-20
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-03-14
KVM: TDX: Make pmu_intel.c ignore guest TD case
Isaku Yamahata
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
2024-06-28
KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
Dapeng Mi
2024-06-11
KVM: x86/pmu: Add a helper to enable bits in FIXED_CTR_CTRL
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-04-11
KVM: VMX: Snapshot LBR capabilities during module initialization
Sean Christopherson
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-02-02
KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
Mingwei Zhang
2024-02-01
KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
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: Explicitly check for RDPMC of unsupported Intel PMC types
Sean Christopherson
2024-01-30
KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag
Sean Christopherson
2024-01-30
KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs
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: Get eventsel for fixed counters from perf
Sean Christopherson
2024-01-30
KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
Sean Christopherson
2024-01-30
KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
Sean Christopherson
2024-01-30
KVM: x86/pmu: Allow programming events that match unsupported arch events
Sean Christopherson
2024-01-30
KVM: x86/pmu: Always treat Fixed counters as available when supported
Sean Christopherson
2023-11-30
KVM: x86/pmu: Update sample period in pmc_write_counter()
Sean Christopherson
2023-11-30
KVM: x86/pmu: Move PMU reset logic to common x86 code
Sean Christopherson
2023-09-25
KVM: x86/pmu: Truncate counter value to allowed width on write
Roman Kagan
2023-08-02
KVM: x86/pmu: Require nr fixed_pmc_events to match nr max fixed counters
Sean Christopherson
2023-08-02
KVM: x86/pmu: Simplify intel_hw_event_available()
Sean Christopherson
2023-08-02
KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indices
Sean Christopherson
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-06-06
KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
Like Xu
2023-06-06
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
2023-06-06
KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86
Like Xu
2023-06-06
KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bits
Like Xu
2023-06-06
KVM: x86/pmu: Move reprogram_counters() to pmu.h
Like Xu
2023-06-06
KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask
Sean Christopherson
2023-06-01
KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler
Jinrong Liang
2023-04-07
KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()
Like Xu
2023-04-06
KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
Like Xu
2023-04-06
KVM: VMX: Refactor intel_pmu_{g,}set_msr() to align with other helpers
Sean Christopherson
2023-04-06
KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
Sean Christopherson
2023-01-26
KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
Sean Christopherson
2023-01-26
KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping"
Like Xu
2023-01-24
KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
Aaron Lewis
[next]