aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-07-20KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin
2008-07-20KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin
2008-07-20KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin
2008-07-20KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin
2008-07-20KVM: MTRR supportAvi Kivity
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity
2008-07-20KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette
2008-07-20KVM: PIT: support mode 3Aurelien Jarno
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel
2008-07-20KVM: add missing kvmtrace bitsJoerg Roedel
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel
2008-07-20KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann
2008-06-24KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity
2008-06-24KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity
2008-06-24KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti
2008-06-24KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti
2008-06-24KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti
2008-06-06KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity
2008-06-06KVM: MMU: Fix printk() format stringAvi Kivity
2008-06-06KVM: MMU: reschedule during shadow teardownAvi Kivity
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-06-06KVM: x86 emulator: fix hypercall return value on AMDAvi Kivity
2008-05-23namespacecheck: automated fixesIngo Molnar
2008-05-18KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti
2008-05-18KVM: x86 emulator: fix writes to registers with modrm encodingsAvi Kivity
2008-05-04KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity
2008-05-04KVM: avoid fx_init() schedule in atomicAndrea Arcangeli
2008-05-04KVM: Avoid spurious execeptions after setting registersJan Kiszka
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti
2008-05-04KVM: x86 emulator: disable writeback on lmswAvi Kivity
2008-05-04KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang