summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2009-08-24Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar5-22/+85
2009-08-09x86: Use printk_once()Marcin Slusarz1-6/+1
2009-08-06KVM: MMU: limit rmap chain lengthMarcelo Tosatti1-5/+28
2009-08-05KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka1-1/+1
2009-08-05KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka1-2/+2
2009-08-05KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti1-7/+8
2009-08-05KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti1-3/+3
2009-08-05KVM: x86: verify MTRR/PAT validityMarcelo Tosatti1-1/+38
2009-08-05KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti1-0/+3
2009-08-05KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka1-3/+2
2009-06-28KVM: shut up uninit compiler warning in paging_tmpl.hJaswinder Singh Rajput1-1/+1
2009-06-28KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah1-0/+1
2009-06-28KVM: VMX: Handle vmx instruction vmexitsAvi Kivity1-0/+15
2009-06-28KVM: kvm/x86_emulate.c toggle_interruptibility() should be staticJaswinder Singh Rajput1-1/+1
2009-06-28KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity1-3/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-06-10KVM: Add VT-x machine check supportAndi Kleen1-2/+48
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble1-14/+14
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 Natapov1-12/+50
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 Natapov4-17/+43
2009-06-10KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov1-6/+5
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov3-41/+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: 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: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2-2/+6
2009-06-10KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa2-1/+25
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa3-25/+58
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-25/+11
2009-06-10KVM: Update cpuid 1.ecx reportingAvi Kivity1-1/+7
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 Kiszka1-1/+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: Enable snooping control for supported hardwareSheng Yang1-2/+17
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang4-23/+21
2009-06-10KVM: Wake up waitqueue before calling get_cpu()Jan Blunck1-1/+2
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov3-23/+5
2009-06-10KVM: Fix userspace IRQ chip migrationGleb Natapov1-6/+6
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov3-108/+138
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov2-29/+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