aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Enable Notify VM exitTao Xu2022-06-0811-4/+158
* KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson2022-06-0810-101/+94
* KVM: selftests: Add a test to get/set triple fault eventChenyi Qiang2022-06-083-0/+103
* KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang2022-06-085-2/+36
* KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu2022-06-085-65/+12
* KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()Like Xu2022-06-081-7/+2
* perf: x86/core: Add interface to query perfmon_event_map[] directlyLike Xu2022-06-082-0/+17
* KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter()Like Xu2022-06-081-58/+21
* KVM: x86/pmu: Use only the uniform interface reprogram_counter()Paolo Bonzini2022-06-084-9/+5
* KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()Like Xu2022-06-083-15/+14
* KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()Like Xu2022-06-084-8/+10
* KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()Like Xu2022-06-083-27/+24
* KVM: x86/pmu: Extract check_pmu_event_filter() handling both GP and fixed cou...Like Xu2022-06-081-26/+37
* KVM: x86/pmu: Update comments for AMD gp countersLike Xu2022-06-081-2/+5
* KVM: x86: always allow host-initiated writes to PMU MSRsPaolo Bonzini2022-06-085-20/+27
* KVM: vmx, pmu: accept 0 for host-initiated write to MSR_IA32_DS_AREAPaolo Bonzini2022-06-081-0/+2
* KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu2022-06-081-0/+3
* KVM: x86/pmu: Don't overwrite the pmu->global_ctrl when refreshingLike Xu2022-06-081-4/+5
* KVM: x86/pmu: remove useless prototypePaolo Bonzini2022-06-081-1/+0
* KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header fileLike Xu2022-06-082-8/+7
* selftests: kvm: replace ternary operator with min()Guo Zhengkui2022-06-084-5/+5
* KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64Like Xu2022-06-082-11/+32
* KVM: x86/cpuid: Refactor host/guest CPU model consistency checkLike Xu2022-06-084-13/+7
* KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capabilityLike Xu2022-06-085-33/+42
* KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu2022-06-085-2/+43
* KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.hLike Xu2022-06-082-11/+11
* KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabledLike Xu2022-06-082-1/+9
* KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBSLike Xu2022-06-084-2/+30
* KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DSLike Xu2022-06-084-2/+22
* KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counterLike Xu2022-06-083-1/+11
* KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counterLike Xu2022-06-081-3/+33
* KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBSLike Xu2022-06-085-18/+98
* x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK valuePeter Zijlstra (Intel)2022-06-082-8/+7
* KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu2022-06-082-1/+6
* KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabledLike Xu2022-06-082-2/+14
* perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu2022-06-085-8/+9
* perf/x86/intel: Handle guest PEBS overflow PMI for KVM guestLike Xu2022-06-081-0/+42
* perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu2022-06-084-1/+5
* KVM: VMX: enable IPI virtualizationChao Gao2022-06-0810-7/+119
* kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap testZeng Guang2022-06-083-0/+56
* KVM: x86: Allow userspace to set maximum VCPU id for VMZeng Guang2022-06-083-0/+47
* KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang2022-06-083-7/+7
* KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()Zeng Guang2022-06-081-10/+9
* KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC modeZeng Guang2022-06-081-3/+21
* KVM: VMX: Report tertiary_exec_control field in dump_vmcs()Robert Hoo2022-06-081-4/+13
* KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo2022-06-087-1/+43
* KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variationRobert Hoo2022-06-081-28/+28
* x86/cpu: Add new VMX feature, Tertiary VM-Execution controlRobert Hoo2022-06-083-2/+11
* KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logicSean Christopherson2022-06-081-0/+9
* KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()Sean Christopherson2022-06-082-1/+10