summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-15kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properlyJim Mattson
2017-09-15kvm: vmx: Handle VMLAUNCH/VMRESUME failure properlyJim Mattson
2017-09-15kvm: nVMX: Remove nested_vmx_succeed after successful VM-entryJim Mattson
2017-09-15kvm,lapic: Justify use of swait_active()Davidlohr Bueso
2017-09-15KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr
2017-09-15kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson
2017-09-14KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2017-09-14KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li
2017-09-14KVM: SVM: Add irqchip_split() checks before enabling AVICSuravee Suthikulpanit
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit
2017-09-13KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()Suravee Suthikulpanit
2017-09-13KVM: x86: fix clang buildRadim Krčmář
2017-09-13KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr
2017-09-13KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr
2017-09-13KVM: SVM: Add a missing 'break' statementJan H. Schönherr
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner
2017-08-29Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-25kvm: nVMX: Validate the virtual-APIC address on nested VM-entryJim Mattson
2017-08-25KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini
2017-08-25KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini
2017-08-25Merge branch 'x86/asm' into x86/apicThomas Gleixner
2017-08-24KVM: nVMX: Fix trying to cancel vmlauch/vmresumeWanpeng Li
2017-08-24KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li
2017-08-24KVM: VMX: use kvm_event_needs_reinjectionWanpeng Li
2017-08-24KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang
2017-08-24kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORSPaolo Bonzini
2017-08-24kvm: vmx: Raise #UD on unsupported RDSEEDJim Mattson
2017-08-24kvm: vmx: Raise #UD on unsupported RDRANDJim Mattson
2017-08-24KVM: VMX: cache secondary exec controlsPaolo Bonzini
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-08-23KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan
2017-08-18KVM: VMX: always require WB memory type for EPTDavid Hildenbrand
2017-08-18KVM: VMX: cleanup EPTP definitionsDavid Hildenbrand
2017-08-18KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko