aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-12-31KVM: Remove extraneous semicolon after do/whileAvi Kivity
2008-12-31KVM: x86 emulator: fix popf emulationAvi Kivity
2008-12-31KVM: x86 emulator: fix ret emulationAvi Kivity
2008-12-31KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop()Avi Kivity
2008-12-31KVM: x86 emulator: allow pop from mmioAvi Kivity
2008-12-31KVM: x86 emulator: Extract 'pop' sequence into a functionAvi Kivity
2008-12-31KVM: x86 emulator: consolidate emulation of two operand instructionsAvi Kivity
2008-12-31KVM: x86 emulator: reduce duplication in one operand emulation thunksAvi Kivity
2008-12-31KVM: MMU: optimize set_spte for page syncMarcelo Tosatti
2008-12-31KVM: VMX: Conditionally request interrupt window after injecting irqAvi Kivity
2008-12-31KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost
2008-12-31KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost
2008-12-31KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()Eduardo Habkost
2008-12-31KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.hEduardo Habkost
2008-12-31KVM: SVM: move svm.h to include/asmEduardo Habkost
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost
2008-12-31KVM: Fix cpuid iteration on multiple leaves per eacNitin A Kamble
2008-12-31KVM: Fix cpuid leaf 0xb loop terminationNitin A Kamble
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus
2008-12-31KVM: Enable Function Level Reset for assigned deviceSheng Yang
2008-12-31KVM: VMX: Handle mmio emulation when guest state is invalidGuillaume Thouvenin
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin
2008-12-31KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah
2008-12-31KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah
2008-12-31KVM: x86: Fix typo in function nameAmit Shah
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka
2008-12-31KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)Guillaume Thouvenin
2008-12-31KVM: VMX: Move private memory slot positionSheng Yang
2008-12-31KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang
2008-12-31KVM: Enable MTRR for EPTSheng Yang
2008-12-31KVM: Add local get_mtrr_type() to support MTRRSheng Yang
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang
2008-12-31KVM: Improve MTRR structureSheng Yang
2008-12-31KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov
2008-12-31KVM: VMX: work around lacking VNMI supportJan Kiszka
2008-12-31KVM: VMX: Provide support for user space injected NMIsJan Kiszka
2008-12-31KVM: x86: Support for user space injected NMIsJan Kiszka
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka
2008-12-31KVM: x86: VCPU with pending NMI is runnabledJan Kiszka
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka
2008-12-31KVM: VMX: fix real-mode NMI supportJan Kiszka
2008-12-31KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka
2008-12-31KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka
2008-12-31KVM: VMX: Support for NMI task gatesJan Kiszka
2008-12-31KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka
2008-12-31KVM: VMX: include all IRQ window exits in statisticsJan Kiszka
2008-12-31KVM: x86 emulator: consolidate push regGuillaume Thouvenin
2008-12-30tracing, kvm: change MARKERS to select instead of depends onIngo Molnar