summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-144-14/+60
* kvm: x86: Use task structs fpu field for userMarc Orr2018-12-142-6/+5
* KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan2018-12-141-3/+14
* KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan2018-12-141-14/+25
* KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan2018-12-141-43/+54
* KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan2018-12-141-10/+33
* KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson2018-12-141-24/+10
* KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan2018-12-141-69/+62
* KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan2018-12-141-7/+8
* KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu2018-12-141-2/+11
* KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan2018-12-141-4/+12
* kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson2018-12-141-1/+1
* kvm: vmx: add cpu into VMX preemption timer bug listWei Huang2018-12-141-0/+2
* kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost2018-12-141-2/+2
* x86/hyper-v: Stop caring about EOI for direct stimersVitaly Kuznetsov2018-12-141-33/+3
* x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...Vitaly Kuznetsov2018-12-141-9/+3
* x86/kvm/hyper-v: direct mode for synthetic timersVitaly Kuznetsov2018-12-142-12/+65
* x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov2018-12-143-24/+19
* x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov2018-12-141-0/+69
* x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov2018-12-143-0/+143
* x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-145-7/+26
* x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov2018-12-141-1/+0
* x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov2018-12-142-97/+93
* x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov2018-12-141-22/+25
* x86: kvm: hyperv: don't retry message delivery for periodic timersRoman Kagan2018-12-141-2/+12
* x86: kvm: hyperv: simplify SynIC message deliveryRoman Kagan2018-12-141-57/+41
* kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao2018-12-141-3/+2
* kvm: svm: remove unused struct definitionPeng Hao2018-12-141-5/+0
* kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson2018-12-141-8/+8
* kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson2018-12-141-3/+0
* kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson2018-12-141-2/+5
* kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson2018-12-141-3/+3
* KVM: nVMX: Move nested code to dedicated filesSean Christopherson2018-12-144-5921/+5959
* KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2018-12-142-1/+11
* KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2018-12-142-48/+53
* KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2018-12-142-3/+6
* KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson2018-12-141-20/+26
* KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson2018-12-141-8/+8
* KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson2018-12-141-26/+49
* KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson2018-12-141-184/+184
* KVM: x86: nVMX: Allow nested_enable_evmcs to be NULLSean Christopherson2018-12-141-0/+2
* KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson2018-12-141-31/+54
* KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson2018-12-143-380/+429
* KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-145-476/+514
* KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2018-12-142-363/+352
* KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson2018-12-145-603/+624
* KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson2018-12-142-122/+135
* KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson2018-12-142-6/+13
* KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson2018-12-142-310/+324
* KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson2018-12-141-12/+17