summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-04-27KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini1-0/+2
2016-03-21KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2016-03-21KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2016-03-21KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup3-1/+13
2015-10-22KVM: x86: properly restore LVT0Radim Krčmář1-0/+1
2015-10-22KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2-3/+3
2015-09-18x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2-5/+9
2015-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha1-1/+2
2015-09-18KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-06-19KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-02-02KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2015-02-02kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2015-02-02kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek1-1/+8
2015-02-02nEPT: Nested INVEPTNadav Har'El1-0/+8
2015-02-02KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+88
2015-02-02KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini1-27/+33
2015-02-02KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2015-02-02KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2015-02-02KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2015-02-02KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2-5/+13
2015-02-02KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit3-3/+28
2015-02-02x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-4/+17
2015-02-02kvm: x86: fix stale mmio cache bugDavid Matlack2-6/+16
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2014-03-24KVM: SVM: fix cr8 intercept windowRadim Krčmář1-3/+3
2014-02-06KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2014-01-29KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-44/+17
2013-09-14Revert "KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x inst...Greg Kroah-Hartman1-4/+0
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-05-19KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov1-0/+6
2013-05-08KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov1-0/+4
2013-04-26KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-7/+6
2013-04-26KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig1-25/+14
2013-04-26KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2012-12-03KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2-0/+6
2012-05-06KVM: ensure async PF event wakes up vcpu from haltGleb Natapov1-0/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-04-19KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity1-1/+4
2012-04-10KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov1-9/+9
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti1-0/+2
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu1-1/+1
2012-03-29Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-206/+595
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds3-10/+10
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang3-10/+10
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti1-9/+10
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El1-1/+1