summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity1-2/+1
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity1-1/+9
2009-06-10KVM: Add VT-x machine check supportAndi Kleen3-2/+50
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble2-15/+15
2009-06-10KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()Gleb Natapov1-11/+10
2009-06-10KVM: Disable CR8 intercept if tpr patching is activeGleb Natapov1-5/+6
2009-06-10KVM: Do not migrate pending software interrupts.Gleb Natapov1-1/+1
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov2-12/+52
2009-06-10KVM: Always request IRQ/NMI window if an interrupt is pendingGleb Natapov1-18/+12
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov5-18/+47
2009-06-10KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov1-6/+5
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov4-43/+13
2009-06-10KVM: Do not allow interrupt injection from userspace if there is a pending ev...Gleb Natapov1-2/+3
2009-06-10KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov3-3/+8
2009-06-10KVM: s390: Verify memory in kvm runCarsten Otte1-0/+6
2009-06-10KVM: s390: Sanity check on validity interceptCarsten Otte1-10/+18
2009-06-10KVM: s390: Unlink vcpu on destroy - v2Carsten Otte1-2/+8
2009-06-10KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger4-22/+22
2009-06-10KVM: s390: use hrtimer for clock wakeup from idle - v2Christian Borntraeger4-14/+35
2009-06-10KVM: s390: Fix memory slot versus run - v3Carsten Otte1-5/+31
2009-06-10KVM: Expand on "help" info to specify kvm intel and amd module namesRobert P. J. Day1-0/+6
2009-06-10KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2-4/+24
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti1-0/+2
2009-06-10KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2-2/+6
2009-06-10KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa3-1/+28
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa5-26/+63
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti2-1/+13
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti5-40/+26
2009-06-10KVM: Update cpuid 1.ecx reportingAvi Kivity1-1/+7
2009-06-10x86: Add cpu features MOVBE and POPCNTAvi Kivity1-0/+2
2009-06-10KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetchAvi Kivity1-33/+38
2009-06-10KVM: Fix cpuid feature misreportingAvi Kivity1-2/+5
2009-06-10KVM: Drop request_nmi from statsJan Kiszka2-2/+0
2009-06-10KVM: SVM: Don't reinject event that caused a task switchGleb Natapov1-2/+21
2009-06-10KVM: SVM: Fix cross vendor migration issue in segment segment descriptorAndre Przywara1-0/+9
2009-06-10KVM: fix apic_debug instancesGlauber Costa1-2/+2
2009-06-10KVM: Trivial format fix in setup_routing_entry()Chris Wright1-1/+1
2009-06-10KVM: VMX: Disable VMX when system shutdownSheng Yang1-9/+9
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang5-5/+46
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang5-25/+24
2009-06-10KVM: Wake up waitqueue before calling get_cpu()Jan Blunck1-1/+2
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov4-24/+5
2009-06-10KVM: Fix userspace IRQ chip migrationGleb Natapov1-6/+6
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov4-109/+145
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov3-31/+12
2009-06-10KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov2-7/+16
2009-06-10KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPRGleb Natapov1-4/+1
2009-06-10KVM: Remove kvm_push_irq()Gleb Natapov1-7/+0
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov4-7/+1
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov4-15/+0