summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-11-14KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-11-14KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit3-3/+28
2014-11-14KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2-5/+13
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack2-6/+16
2014-10-05KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2014-09-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2-14/+40
2014-09-05KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit1-0/+4
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2-0/+17
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2014-03-23KVM: SVM: fix cr8 intercept windowRadim Krčmář1-3/+3
2014-03-06kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti4-3/+23
2014-02-06kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-09KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-20KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-20KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-11-29KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-07-13KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov1-3/+6
2013-06-03KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini1-1/+4
2013-06-03KVM: Emulate multibyte NOPPaolo Bonzini1-1/+3
2013-05-09KVM: emulator: emulate SALCPaolo Bonzini1-1/+5
2013-05-09KVM: emulator: emulate XLATPaolo Bonzini1-1/+14
2013-05-09KVM: emulator: emulate AAMPaolo Bonzini1-1/+24
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov1-0/+6
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti1-20/+20
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-507/+1253
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka3-12/+12
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson1-0/+2
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka1-1/+1
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson3-6/+18
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov3-2/+2
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka3-12/+13
2013-04-28kvm, svm: Fix typo in printk messageBorislav Petkov1-1/+1
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka1-1/+1
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf1-1/+0
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf1-1/+1
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf1-0/+1
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov1-0/+4
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka1-2/+2