summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2014-05-07KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit
2014-05-06KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das
2014-05-06KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das
2014-05-06KVM: nVMX: additional checks on vmxon regionBandan Das
2014-05-06KVM: nVMX: rearrange get_vmx_mem_addressBandan Das
2014-05-05KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell
2014-04-29KVM: x86: expose invariant tsc cpuid bit (v2)Marcelo Tosatti
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong
2014-04-23KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong
2014-04-23KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit
2014-04-23KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit
2014-04-23KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit
2014-04-22KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das
2014-04-22KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das
2014-04-22KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies
2014-04-21KVM: x86: Fix CR3 and LDT sel should not be saved in TSSNadav Amit
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin
2014-04-16KVM: x86: Fix page-tables reserved bitsNadav Amit
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-04-14KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti
2014-04-14KVM: Rename variable smep to cr4_smepFeng Wu
2014-04-14KVM: expose SMAP feature to guestFeng Wu
2014-04-14KVM: Disable SMAP for guests in EPT realmode and EPT unpaging modeFeng Wu
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-04-01Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini
2014-03-20x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini
2014-03-17KVM: x86: Add nested virtualization support for MPXPaolo Bonzini
2014-03-17KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini
2014-03-17KVM: x86 emulator: emulate MOVAPDIgor Mammedov
2014-03-17KVM: x86 emulator: emulate MOVAPSIgor Mammedov
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo
2014-03-12KVM: SVM: fix cr8 intercept windowRadim Krčmář
2014-03-11KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini
2014-03-11KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini
2014-03-11KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka