summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2-10/+59
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka1-0/+26
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka1-10/+10
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig1-0/+17
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun1-1/+3
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon1-0/+11
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon1-0/+32
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon1-0/+45
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon1-0/+35
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon1-8/+12
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon1-0/+12
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon1-0/+8
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon1-24/+28
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon1-1/+89
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon1-1/+24
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z1-0/+2
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov1-1/+1
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini1-2/+5
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang3-12/+21
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang4-1/+83
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang3-7/+14
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang3-5/+11
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang1-20/+62
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang3-5/+63
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang2-4/+6
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang2-0/+11
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang2-11/+19
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang1-1/+1
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka1-1/+5