aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2-19/+31
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson4-2/+15
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson3-0/+37
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini1-1/+3
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon3-2/+23
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov3-2/+9
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov3-3/+29
2018-03-16KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li5-7/+27
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li7-2/+46
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li8-25/+53
2018-03-16Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini18-119/+249
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe4-17/+75
2018-03-16KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon1-0/+26
2018-03-16KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon1-0/+24
2018-03-16KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2-0/+29
2018-03-16KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2-3/+9
2018-03-16KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon1-0/+11
2018-03-16KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon3-0/+9
2018-03-16KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson4-27/+24
2018-03-16KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson1-3/+6
2018-03-16KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson1-0/+15
2018-03-16KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson1-0/+2
2018-03-16KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson1-2/+2
2018-03-16KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson1-14/+22
2018-03-16KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson1-3/+4
2018-03-16KVM: VMX: don't configure EPT identity map for unrestricted guestSean Christopherson1-2/+3
2018-03-16KVM: VMX: don't configure RM TSS for unrestricted guestSean Christopherson1-0/+3
2018-03-16x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmaskedVitaly Kuznetsov1-1/+9
2018-03-16x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...Vitaly Kuznetsov2-10/+24
2018-03-16x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov3-1/+36
2018-03-16KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed1-2/+9
2018-03-16KVM: x86: Make enum conversion explicit in kvm_pdptr_read()Matthias Kaehlcke1-1/+1
2018-03-16KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov1-1/+9
2018-03-16KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan3-15/+130
2018-03-16x86/msr: Add AMD Core Perf Extension MSRsJanakarajan Natarajan1-0/+14
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger3-11/+63
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao3-0/+3
2018-03-14s390/setup: enable display support for KVM guestFarhan Ali3-2/+4
2018-03-14s390/char: Rename EBCDIC keymap variablesFarhan Ali3-48/+61
2018-03-14Kconfig: Remove HAS_IOMEM dependency for Graphics supportFarhan Ali2-4/+7
2018-03-14KVM: s390: fix fallthrough annotationSebastian Ott1-6/+3
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger3-13/+6
2018-03-14KVM: document KVM_CAP_S390_[BPB|PSW|GMAP|COW]Christian Borntraeger1-0/+30
2018-03-09KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank5-16/+18
2018-03-09KVM: s390: implement CPU model only facilitiesChristian Borntraeger3-21/+54
2018-03-08KVM: nVMX: Enforce NMI controls on vmentry of L2 guestsKrish Sadhukhan1-2/+27
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini2-5/+40
2018-03-06KVM: nVMX: introduce struct nested_vmx_msrsPaolo Bonzini1-174/+178
2018-03-06KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li1-0/+2
2018-03-06KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li1-0/+5