aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li5-14/+33
2018-03-16Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini11-66/+150
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 Alon2-0/+6
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 vector changeVitaly 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 Ali1-0/+2
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-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
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li6-2/+32
2018-03-06KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass2-16/+105
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan5-1/+117
2018-03-06kvm: x86: factor out kvm.arch.hyperv (de)initRoman Kagan3-1/+14
2018-03-06KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand1-0/+1
2018-03-04Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-17/+20
2018-03-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-25/+48
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+3
2018-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-17/+149
2018-03-02Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-39/+86
2018-03-02Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+4
2018-03-02parisc: Reduce irq overhead when run in qemuHelge Deller1-4/+5