summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity2-54/+40
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara2-4/+6
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka3-8/+20
2009-09-10KVM: irqfdGregory Haskins3-1/+3
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity1-5/+2
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov2-3/+8
2009-09-10KVM: cleanup arch/x86/kvm/MakefileChristoph Hellwig1-19/+13
2009-09-10KVM: x86 emulator: fix jmp far decoding (opcode 0xea)Avi Kivity1-1/+1
2009-09-10KVM: x86 emulator: Implement zero-extended immediate decodingAvi Kivity1-0/+15
2009-09-10KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin1-0/+4
2009-09-10KVM: Use MSR names in place of addressJaswinder Singh Rajput1-2/+2
2009-09-10KVM: Add MCE supportHuang Ying1-24/+196
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput3-7/+6
2009-09-10KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov1-2/+6
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-17page 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