index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
2026-01-08
KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
2026-01-08
KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Mingwei Zhang
2026-01-08
KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Dapeng Mi
2026-01-08
KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
Dapeng Mi
2026-01-08
KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
Dapeng Mi
2025-09-18
KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
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: Use BIT_ULL() instead of open coded equivalents
Dapeng Mi
2025-09-18
KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
Dapeng Mi
2025-09-16
KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"
Dapeng Mi
2025-08-19
KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
Sean Christopherson
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
[next]