summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang1-2/+4
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2-21/+18
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner3-33/+91
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner4-6/+10
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner1-21/+9
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers1-1/+1
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2-24/+27
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li2-2/+6
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini3-50/+45
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini1-13/+27
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson1-4/+18
2017-06-27KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek1-0/+6
2017-06-27KVM: SVM: don't NMI singlestep over event injectionLadi Prosek1-0/+16
2017-06-27KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek1-1/+14
2017-06-27KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek1-5/+40
2017-06-27KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek1-4/+9
2017-06-07KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson1-2/+1
2017-06-07KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson1-2/+0
2017-06-07kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2-0/+5
2017-06-07kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2-2/+10
2017-06-07kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson1-1/+0
2017-06-04KVM: add kvm_request_pendingRadim Krčmář1-2/+2
2017-06-04KVM: improve arch vcpu request definingAndrew Jones1-22/+25
2017-06-01KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers1-45/+37
2017-06-01KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter1-1/+1
2017-06-01KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter1-3/+3
2017-06-01KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying1-2/+5
2017-06-01KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen1-13/+11
2017-05-30KVM: SVM: ignore type when setting segment registersGioh Kim1-1/+1
2017-05-30KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář1-83/+57
2017-05-26KVM: x86: Fix virtual wire modeJan H. Schönherr1-1/+2
2017-05-26KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr1-2/+5
2017-05-26KVM: X86: Fix preempt the preemption timer cancelWanpeng Li1-0/+2
2017-05-22x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds1-3/+3
2017-05-22Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds1-2/+3
2017-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-05-21fix unsafe_put_user()Al Viro1-1/+1
2017-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-32/+62
2017-05-20Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-76/+43
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář1-1/+1
2017-05-19KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář1-1/+1
2017-05-19KVM: x86: zero base3 of unusable segmentsRadim Krčmář1-0/+2
2017-05-19KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-05-19KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li1-1/+9
2017-05-19xen: make xen_flush_tlb_all() staticJuergen Gross1-1/+1
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2-75/+42
2017-05-18KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter1-1/+2
2017-05-16KVM: x86: lower default for halt_poll_nsPaolo Bonzini1-1/+1
2017-05-15KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini1-14/+21
2017-05-15KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li1-1/+1