summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li2018-03-281-3/+9
* KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-282-3/+105
* KVM: SVM: Add pause filter thresholdBabu Moger2018-03-282-1/+4
* KVM: VMX: Bring the common code to header fileBabu Moger2018-03-282-42/+45
* KVM: VMX: Remove ple_window_actual_maxBabu Moger2018-03-281-25/+6
* KVM: VMX: Fix the module parameters for vmxBabu Moger2018-03-281-13/+14
* KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-284-19/+20
* kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter2018-03-231-8/+7
* KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-232-73/+79
* KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2018-03-232-19/+31
* KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-234-2/+15
* KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-233-0/+37
* KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini2018-03-211-1/+3
* KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-213-2/+23
* x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-163-2/+9
* x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-163-3/+29
* KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-165-7/+27
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-166-2/+44
* KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-165-14/+33
* KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-164-17/+75
* KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+26
* KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+24
* KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2018-03-162-0/+29
* KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2018-03-162-3/+9
* KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon2018-03-161-0/+11
* KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon2018-03-162-0/+6
* KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-164-27/+24
* KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson2018-03-161-3/+6
* KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson2018-03-161-0/+15
* KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson2018-03-161-0/+2
* KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson2018-03-161-2/+2
* KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson2018-03-161-14/+22
* KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson2018-03-161-3/+4
* KVM: VMX: don't configure EPT identity map for unrestricted guestSean Christopherson2018-03-161-2/+3
* KVM: VMX: don't configure RM TSS for unrestricted guestSean Christopherson2018-03-161-0/+3
* x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmaskedVitaly Kuznetsov2018-03-161-1/+9
* x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...Vitaly Kuznetsov2018-03-162-10/+24
* x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov2018-03-163-1/+36
* KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed2018-03-161-2/+9
* KVM: x86: Make enum conversion explicit in kvm_pdptr_read()Matthias Kaehlcke2018-03-161-1/+1
* KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov2018-03-161-1/+9
* KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan2018-03-163-15/+130
* x86/msr: Add AMD Core Perf Extension MSRsJanakarajan Natarajan2018-03-161-0/+14
* KVM: nVMX: Enforce NMI controls on vmentry of L2 guestsKrish Sadhukhan2018-03-081-2/+27
* KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini2018-03-062-5/+40
* KVM: nVMX: introduce struct nested_vmx_msrsPaolo Bonzini2018-03-061-174/+178
* KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li2018-03-061-0/+2
* KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li2018-03-061-0/+5
* KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-063-2/+17
* KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass2018-03-062-16/+105