summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2014-09-052-14/+40
* KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit2014-09-051-0/+4
* KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-06-261-19/+43
* KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-03-311-1/+1
* KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-03-312-0/+17
* KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti2014-03-311-0/+3
* KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-231-3/+3
* kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-03-061-1/+1
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-02-064-3/+23
* kvm: x86: fix apic_base enable checkAndrew Jones2014-02-061-1/+1
* KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2014-01-091-4/+4
* KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-201-1/+4
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-203-53/+18
* KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-201-1/+2
* KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini2013-11-291-1/+4
* KVM: VMX: mark unusable segment as nonpresentGleb Natapov2013-07-131-2/+9
* KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)2013-06-181-3/+2
* KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
* KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini2013-06-031-1/+4
* KVM: Emulate multibyte NOPPaolo Bonzini2013-06-031-1/+3
* KVM: emulator: emulate SALCPaolo Bonzini2013-05-091-1/+5
* KVM: emulator: emulate XLATPaolo Bonzini2013-05-091-1/+14
* KVM: emulator: emulate AAMPaolo Bonzini2013-05-091-1/+24
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
* KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-081-20/+20
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-0513-507/+1253
|\
| * KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-023-12/+12
| * kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson2013-04-291-0/+2
| * KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka2013-04-281-1/+1
| * kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-283-6/+18
| * Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-283-2/+2
| |\
| | * KVM: Move irqfd resample cap handling to generic codeAlexander Graf2013-04-261-1/+0
| | * KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2013-04-261-1/+1
| | * KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf2013-04-261-0/+1
| * | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-283-12/+13
| * | kvm, svm: Fix typo in printk messageBorislav Petkov2013-04-281-1/+1
| * | KVM: VMX: remove unprintable characters from commentJan Kiszka2013-04-281-1/+1
| |/
| * KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov2013-04-251-0/+4
| * KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka2013-04-221-2/+2
| * KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-222-10/+59
| * KVM: nVMX: Fix conditions for NMI injectionJan Kiszka2013-04-221-0/+26
| * KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka2013-04-221-10/+10
| * KVM: x86: Fix memory leak in vmx.cAndrew Honig2013-04-221-0/+17
| * KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun2013-04-221-1/+3
| * KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon2013-04-221-0/+11
| * KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon2013-04-221-0/+32
| * KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon2013-04-221-0/+45
| * KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon2013-04-221-0/+35
| * KVM: nVMX: Release shadow vmcsAbel Gordon2013-04-221-8/+12
| * KVM: nVMX: Allocate shadow vmcsAbel Gordon2013-04-221-0/+12