aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
...
* KVM: VMX: Support Unrestricted Guest featureNitin A Kamble2009-09-10
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-10
* KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti2009-09-10
* KVM: Cleanup LAPIC interfaceJan Kiszka2009-09-10
* KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity2009-09-10
* KVM: Cache pdptrsAvi Kivity2009-09-10
* KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity2009-09-10
* KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity2009-09-10
* KVM: do not register i8254 PIO regions until we are initializedGregory Haskins2009-09-10
* KVM: cleanup io_device codeGregory Haskins2009-09-10
* KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity2009-09-10
* KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara2009-09-10
* KVM: Allow PIT emulation without speaker portJan Kiszka2009-09-10
* KVM: irqfdGregory Haskins2009-09-10
* KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity2009-09-10
* KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov2009-09-10
* KVM: cleanup arch/x86/kvm/MakefileChristoph Hellwig2009-09-10
* KVM: x86 emulator: fix jmp far decoding (opcode 0xea)Avi Kivity2009-09-10
* KVM: x86 emulator: Implement zero-extended immediate decodingAvi Kivity2009-09-10
* KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin2009-09-10
* KVM: Use MSR names in place of addressJaswinder Singh Rajput2009-09-10
* KVM: Add MCE supportHuang Ying2009-09-10
* KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-10
* KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov2009-09-10
* KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-06
* KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-05
* KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-05
* KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-05
* KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-05
* KVM: x86: verify MTRR/PAT validityMarcelo Tosatti2009-08-05
* KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-05
* KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka2009-08-05
* KVM: shut up uninit compiler warning in paging_tmpl.hJaswinder Singh Rajput2009-06-28
* KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah2009-06-28
* KVM: VMX: Handle vmx instruction vmexitsAvi Kivity2009-06-28
* KVM: kvm/x86_emulate.c toggle_interruptibility() should be staticJaswinder Singh Rajput2009-06-28
* KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity2009-06-28
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
* KVM: Add VT-x machine check supportAndi Kleen2009-06-10
* KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble2009-06-10
* KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()Gleb Natapov2009-06-10
* KVM: Disable CR8 intercept if tpr patching is activeGleb Natapov2009-06-10
* KVM: Do not migrate pending software interrupts.Gleb Natapov2009-06-10
* KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov2009-06-10
* KVM: Always request IRQ/NMI window if an interrupt is pendingGleb Natapov2009-06-10
* KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-10
* KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov2009-06-10
* KVM: Remove irq_pending bitmapGleb Natapov2009-06-10
* KVM: Do not allow interrupt injection from userspace if there is a pending ev...Gleb Natapov2009-06-10
* KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov2009-06-10