index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
pmu.h
Age
Commit message (
Expand
)
Author
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: Stop calling kvm_pmu_reset() at RESET (it's redundant)
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-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: Move reprogram_counters() to pmu.h
Like Xu
2023-04-07
KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()
Like Xu
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-15
KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
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
2022-12-23
KVM: x86/pmu: Prevent zero period event from being repeatedly released
Like Xu
2022-11-09
KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
Like Xu
2022-06-20
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
2022-06-08
KVM: x86/pmu: Restrict advanced features based on module enable_pmu
Like Xu
2022-06-08
KVM: x86/pmu: Avoid exposing Intel BTS feature
Like Xu
2022-06-08
KVM: x86/pmu: Update global enable_pmu when PMU is undetected
Like Xu
2022-06-08
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
2022-06-08
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
2022-06-08
KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
Like Xu
2022-06-08
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
2022-06-08
KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
Like Xu
2022-06-08
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
2022-06-08
KVM: x86/pmu: remove useless prototype
Paolo Bonzini
2022-06-08
KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header file
Like Xu
2022-06-08
KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
Like Xu
2022-06-08
KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
Like Xu
2022-06-08
KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
Like Xu
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-04-21
KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
Like Xu
2022-04-13
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
2022-02-02
KVM: x86: use the KVM side max supported fixed counter
Wei Wang
2022-01-07
KVM: x86: Update vPMCs when retiring instructions
Eric Hankland
2022-01-07
KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
Like Xu
2022-01-07
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
2021-11-11
kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
Jim Mattson
2021-08-04
KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...
Like Xu
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-02-04
KVM: vmx/pmu: Release guest LBR event via lazy release mechanism
Like Xu
2021-02-04
KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
Like Xu
2020-07-08
kvm: x86: limit the maximum number of vPMU fixed counters to 3
Like Xu
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-16
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
2020-01-27
KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...
Marios Pomonis
2019-11-15
KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
Oliver Upton
[next]