aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka
2009-09-10KVM: irqfdGregory Haskins
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov
2009-09-10KVM: cleanup arch/x86/kvm/MakefileChristoph Hellwig
2009-09-10KVM: x86 emulator: fix jmp far decoding (opcode 0xea)Avi Kivity
2009-09-10KVM: x86 emulator: Implement zero-extended immediate decodingAvi Kivity
2009-09-10KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin
2009-09-10KVM: Use MSR names in place of addressJaswinder Singh Rajput
2009-09-10KVM: Add MCE supportHuang Ying
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-09-10KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov
2009-08-06KVM: MMU: limit rmap chain lengthMarcelo Tosatti
2009-08-05KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka
2009-08-05KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka
2009-08-05KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti
2009-08-05KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti
2009-08-05KVM: x86: verify MTRR/PAT validityMarcelo Tosatti
2009-08-05KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti
2009-08-05KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka
2009-06-28KVM: shut up uninit compiler warning in paging_tmpl.hJaswinder Singh Rajput
2009-06-28KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah
2009-06-28KVM: VMX: Handle vmx instruction vmexitsAvi Kivity
2009-06-28KVM: kvm/x86_emulate.c toggle_interruptibility() should be staticJaswinder Singh Rajput
2009-06-28KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-10KVM: Add VT-x machine check supportAndi Kleen
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble
2009-06-10KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()Gleb Natapov
2009-06-10KVM: Disable CR8 intercept if tpr patching is activeGleb Natapov
2009-06-10KVM: Do not migrate pending software interrupts.Gleb Natapov
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov
2009-06-10KVM: Always request IRQ/NMI window if an interrupt is pendingGleb Natapov
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov