aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-03-23kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter
2018-03-23KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov
2018-03-16KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe
2018-03-16KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon
2018-03-16KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon
2018-03-16KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon
2018-03-16KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon
2018-03-16KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon
2018-03-16KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon
2018-03-16KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson
2018-03-16KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson
2018-03-16KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson
2018-03-16KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson
2018-03-16KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson
2018-03-16KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson
2018-03-16KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson
2018-03-16KVM: VMX: don't configure EPT identity map for unrestricted guestSean Christopherson
2018-03-16KVM: VMX: don't configure RM TSS for unrestricted guestSean Christopherson
2018-03-16x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmaskedVitaly Kuznetsov
2018-03-16x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...Vitaly Kuznetsov
2018-03-16x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov
2018-03-16KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed
2018-03-16KVM: x86: Make enum conversion explicit in kvm_pdptr_read()Matthias Kaehlcke
2018-03-16KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov
2018-03-16KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan
2018-03-16x86/msr: Add AMD Core Perf Extension MSRsJanakarajan Natarajan
2018-03-08KVM: nVMX: Enforce NMI controls on vmentry of L2 guestsKrish Sadhukhan
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini
2018-03-06KVM: nVMX: introduce struct nested_vmx_msrsPaolo Bonzini
2018-03-06KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li
2018-03-06KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li
2018-03-06KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan
2018-03-06kvm: x86: factor out kvm.arch.hyperv (de)initRoman Kagan
2018-03-04Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-03-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-02Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-03-01KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář