index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
pmu.c
Age
Commit message (
Expand
)
Author
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-08
KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
Sean Christopherson
2026-01-08
KVM: x86/pmu: Handle emulated instruction for mediated vPMU
Dapeng Mi
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
2026-01-08
KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
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: Bypass perf checks when emulating mediated PMU counter accesses
Dapeng Mi
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: Disable RDPMC interception for compatible mediated vPMU
Dapeng Mi
2026-01-08
KVM: x86/pmu: Register PMI handler for mediated vPMU
Xiong Zhang
2026-01-08
KVM: x86/pmu: Start stubbing in mediated PMU support
Dapeng Mi
2026-01-07
KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
Sean Christopherson
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
[next]