summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov6-15/+16
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity2-59/+59
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity4-21/+21
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity1-1/+1
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity1-34/+44
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble1-6/+54
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti3-12/+15
2009-09-10KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti1-0/+2
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka1-12/+0
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity1-2/+2
2009-09-10KVM: Cache pdptrsAvi Kivity6-13/+59
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity1-6/+15
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity1-1/+0
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins1-9/+8
2009-09-10KVM: cleanup io_device codeGregory Haskins4-26/+58
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-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