summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-07-05KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini
2019-07-05KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini
2019-07-05kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid
2019-07-05KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini
2019-07-05KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini
2019-07-05KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_entPaolo Bonzini
2019-07-05KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafsPaolo Bonzini
2019-07-05KVM: cpuid: do_cpuid_ent works on a whole CPUID functionPaolo Bonzini
2019-07-03KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printkWanpeng Li
2019-07-03KVM: svm: add nrips module parameterPaolo Bonzini
2019-07-02kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUIDJim Mattson
2019-07-02kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson
2019-07-02KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guestWanpeng Li
2019-07-02KVM: X86: Implement PV sched yield hypercallWanpeng Li
2019-07-02KVM: X86: Yield to IPI target if necessaryWanpeng Li
2019-07-02x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov
2019-07-02x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCHVitaly Kuznetsov
2019-07-02KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini
2019-07-02KVM: nVMX: allow setting the VMFUNC controls MSRPaolo Bonzini
2019-07-02KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRSPaolo Bonzini
2019-06-20KVM: x86: Fix apic dangling pointer in vcpuSaar Amar
2019-06-20KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li
2019-06-18KVM: nVMX: shadow pin based execution controlsPaolo Bonzini
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson
2019-06-18KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIPSean Christopherson
2019-06-18KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02Sean Christopherson
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson
2019-06-18KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson
2019-06-18KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson
2019-06-18KVM: VMX: Add builder macros for shadowing controlsSean Christopherson
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson
2019-06-18KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessarySean Christopherson
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini
2019-06-18KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCSSean Christopherson
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson
2019-06-18KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson
2019-06-18KVM: nVMX: Don't speculatively write APIC-access page addressSean Christopherson
2019-06-18KVM: nVMX: Don't speculatively write virtual-APIC page addressSean Christopherson
2019-06-18KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson
2019-06-18KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson
2019-06-18KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini
2019-06-18KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-EntrySean Christopherson
2019-06-18KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02Sean Christopherson
2019-06-18KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01Sean Christopherson