summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson
2017-06-27KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek
2017-06-27KVM: SVM: don't NMI singlestep over event injectionLadi Prosek
2017-06-27KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek
2017-06-27KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek
2017-06-27KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-06-08KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li
2017-06-07KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson
2017-06-07KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson
2017-06-07kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson
2017-06-07kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson
2017-06-07kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson
2017-06-06KVM: nVMX: Fix exception injectionWanpeng Li
2017-06-05x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski
2017-06-04KVM: add kvm_request_pendingRadim Krčmář
2017-06-01KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers
2017-06-01KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter
2017-06-01KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter
2017-06-01KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying
2017-06-01KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2017-05-30KVM: SVM: ignore type when setting segment registersGioh Kim
2017-05-30KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář
2017-05-26KVM: x86: Fix virtual wire modeJan H. Schönherr
2017-05-26KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2017-05-26KVM: X86: Fix preempt the preemption timer cancelWanpeng Li
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář
2017-05-19KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář
2017-05-19KVM: x86: zero base3 of unusable segmentsRadim Krčmář
2017-05-19KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li
2017-05-19KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li
2017-05-18KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter
2017-05-15KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini
2017-05-15KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li