summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-12-21perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2-3/+11
2018-12-21perf/x86/intel/pt: Export pt_cap_get()Chao Peng3-44/+49
2018-12-21perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2-37/+33
2018-12-21KVM: fix some typosWei Yang2-2/+2
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao1-14/+1
2018-12-21KVM: x86: Remove KF() macro placeholderSean Christopherson1-3/+0
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson1-0/+1
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson1-3/+7
2018-12-21KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William1-0/+12
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing1-1/+0
2018-12-21KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov1-0/+7
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini1-1/+1
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr4-14/+60
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr2-6/+5
2018-12-14KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan1-3/+14
2018-12-14KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan1-14/+25
2018-12-14KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan1-43/+54
2018-12-14KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan1-10/+33
2018-12-14KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson1-24/+10
2018-12-14KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan1-69/+62
2018-12-14KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan1-7/+8
2018-12-14KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu1-2/+11
2018-12-14KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan1-4/+12
2018-12-14kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson1-1/+1
2018-12-14kvm: vmx: add cpu into VMX preemption timer bug listWei Huang1-0/+2
2018-12-14kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost1-2/+2
2018-12-14x86/hyper-v: Stop caring about EOI for direct stimersVitaly Kuznetsov1-33/+3
2018-12-14x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...Vitaly Kuznetsov1-9/+3
2018-12-14x86/kvm/hyper-v: direct mode for synthetic timersVitaly Kuznetsov2-12/+65
2018-12-14x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov3-24/+19
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov1-0/+69
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov3-0/+143
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov5-7/+26
2018-12-14x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov1-1/+0
2018-12-14x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov2-97/+93
2018-12-14x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov1-22/+25
2018-12-14x86: kvm: hyperv: don't retry message delivery for periodic timersRoman Kagan1-2/+12
2018-12-14x86: kvm: hyperv: simplify SynIC message deliveryRoman Kagan1-57/+41
2018-12-14kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao1-3/+2
2018-12-14kvm: svm: remove unused struct definitionPeng Hao1-5/+0
2018-12-14kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson1-8/+8
2018-12-14kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson1-3/+0
2018-12-14kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson1-2/+5
2018-12-14kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson1-3/+3
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson4-5921/+5959
2018-12-14KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2-1/+11
2018-12-14KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2-48/+53
2018-12-14KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2-3/+6
2018-12-14KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson1-20/+26
2018-12-14KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson1-8/+8