aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov
2013-06-03KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini
2013-06-03KVM: Emulate multibyte NOPPaolo Bonzini
2013-05-09KVM: emulator: emulate SALCPaolo Bonzini
2013-05-09KVM: emulator: emulate XLATPaolo Bonzini
2013-05-09KVM: emulator: emulate AAMPaolo Bonzini
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28kvm, svm: Fix typo in printk messageBorislav Petkov
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang