summary refs log tree commit diff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2021-02-18KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky
2021-02-18KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson
2021-02-18KVM: x86: Advertise INVPCID by defaultSean Christopherson
2021-02-18KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson
2021-02-11KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytesSean Christopherson
2021-02-11KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun
2021-02-09KVM: x86/xen: Allow reset of Xen attributesDavid Woodhouse
2021-02-09KVM: x86/mmu: Make HVA handler retpoline-friendlyMaciej S. Szmigiero
2021-02-09KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helperVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Allocate Hyper-V context lazilyVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variableVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Introduce to_kvm_hv() helperVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()Vitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()Vitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()Vitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()Vitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()Vitaly Kuznetsov
2021-02-09KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini
2021-02-09KVM: SVM: Remove an unnecessary forward declarationSean Christopherson
2021-02-09KVM: SVM: Move AVIC vCPU kicking snippet to helper functionSean Christopherson
2021-02-09KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson
2021-02-09KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulationSean Christopherson
2021-02-09KVM: x86/xen: Use hva_t for holding hypercall page addressSean Christopherson
2021-02-09KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()David Woodhouse
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini
2021-02-04KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculationsSean Christopherson
2021-02-04KVM: x86/mmu: Add helper to generate mask of reserved HPA bitsSean Christopherson
2021-02-04KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bitsSean Christopherson
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson
2021-02-04KVM: nSVM: Use common GPA helper to check for illegal CR3Sean Christopherson
2021-02-04KVM: VMX: Use GPA legality helpers to replace open coded equivalentsSean Christopherson
2021-02-04KVM: x86: Add a helper to handle legal GPA with an alignment requirementSean Christopherson
2021-02-04KVM: x86: Add a helper to check for a legal GPASean Christopherson
2021-02-04KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRsSean Christopherson
2021-02-04KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson
2021-02-04KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse
2021-02-04KVM: x86/xen: Add event channel interrupt vector upcallDavid Woodhouse
2021-02-04KVM: x86/xen: register vcpu time info regionJoao Martins
2021-02-04KVM: x86/xen: setup pvclock updatesJoao Martins
2021-02-04KVM: x86/xen: register vcpu infoJoao Martins
2021-02-04KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTRDavid Woodhouse
2021-02-04KVM: x86/xen: update wallclock regionJoao Martins
2021-02-04KVM: x86/xen: register shared_info pageJoao Martins
2021-02-04KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_infoDavid Woodhouse
2021-02-04KVM: x86/xen: latch long_mode when hypercall page is set upDavid Woodhouse