summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-02-04KVM: SVM: Fix #GP handling for doubly-nested virtualizationWei Huang
2021-02-04KVM: SVM: Add support for SVM instruction address check changeWei Huang
2021-02-04KVM: SVM: Add emulation support for #GP triggered by SVM instructionsBandan Das
2021-02-04KVM: x86: Factor out x86 instruction emulation with decodingWei Huang
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-04KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIESLike Xu
2021-02-04KVM: vmx/pmu: Release guest LBR event via lazy release mechanismLike Xu
2021-02-04KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMILike Xu
2021-02-04KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellationLike Xu
2021-02-04KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVELike Xu
2021-02-04KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBRLike Xu
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledLike Xu
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledPaolo Bonzini
2021-02-04KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refreshPaolo Bonzini
2021-02-04KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-staticLike Xu
2021-02-04KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLLike Xu
2021-02-04KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI stateSean Christopherson
2021-02-04x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson
2021-02-04KVM: VMX: Enable bus lock VM exitChenyi Qiang
2021-02-04KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_runChenyi Qiang
2021-02-04KVM: VMX: Convert vcpu_vmx.exit_reason to a unionSean Christopherson
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh
2021-02-04KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2021-02-04KVM: Expose AVX_VNNI instruction to gusetYang Zhong
2021-02-04Enumerate AVX Vector Neural Network instructionsKyung Min Park
2021-02-04x86: kvm: style: Simplify bool comparisonYANG LI
2021-02-04KVM: x86: Zap the oldest MMU pages, not the newestSean Christopherson
2021-02-04KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson
2021-02-04KVM: x86: Take KVM's SRCU lock only if steal time update is neededSean Christopherson
2021-02-04KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()Sean Christopherson
2021-02-04KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini
2021-02-03KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-02-02KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson
2021-02-01KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov
2021-02-01KVM/x86: assign hva with the right value to vm_munmap the pagesZheng Zhan Liang
2021-02-01KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini
2021-01-28Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda
2021-01-28KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth
2021-01-25KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini
2021-01-25KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson
2021-01-25KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson
2021-01-25KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky
2021-01-25kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia
2021-01-25KVM: x86: get smi pending status correctlyJay Zhou
2021-01-25KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu
2021-01-25KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu
2021-01-25KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson
2021-01-10Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds