aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31kdump: forcibly disable VMX and SVM on machine_crash_shutdown()Eduardo Habkost1-0/+18
2008-12-31x86: cpu_emergency_svm_disable() functionEduardo Habkost1-0/+8
2008-12-31KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost2-5/+15
2008-12-31KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost2-14/+46
2008-12-31x86: cpu_emergency_vmxoff() functionEduardo Habkost1-0/+23
2008-12-31KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()Eduardo Habkost1-2/+11
2008-12-31x86: asm/virtext.h: add cpu_vmxoff() inline functionEduardo Habkost1-0/+15
2008-12-31KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.hEduardo Habkost2-2/+33
2008-12-31KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.hEduardo Habkost2-12/+15
2008-12-31KVM: SVM: move svm.h to include/asmEduardo Habkost2-1/+1
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost3-2/+2
2008-12-31KVM: Fix cpuid iteration on multiple leaves per eacNitin A Kamble1-1/+2
2008-12-31KVM: Fix cpuid leaf 0xb loop terminationNitin A Kamble1-1/+1
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus2-4/+12
2008-12-31KVM: Enable Function Level Reset for assigned deviceSheng Yang1-1/+1
2008-12-31KVM: VMX: Handle mmio emulation when guest state is invalidGuillaume Thouvenin1-12/+15
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin4-3/+3
2008-12-31KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah1-0/+7
2008-12-31KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah1-0/+9
2008-12-31KVM: x86: Fix typo in function nameAmit Shah1-5/+5
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka3-8/+27
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka3-17/+20
2008-12-31KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)Guillaume Thouvenin1-1/+1
2008-12-31KVM: VMX: Move private memory slot positionSheng Yang2-3/+4
2008-12-31KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang2-6/+8
2008-12-31KVM: Clean up kvm_x86_emulate.hSheng Yang1-7/+3
2008-12-31KVM: Enable MTRR for EPTSheng Yang5-5/+27
2008-12-31KVM: Add local get_mtrr_type() to support MTRRSheng Yang1-0/+104
2008-12-31KVM: VMX: Add PAT support for EPTSheng Yang3-4/+34
2008-12-31KVM: Improve MTRR structureSheng Yang2-3/+63
2008-12-31x86: Export some definition of MTRRSheng Yang3-26/+28
2008-12-31x86: Rename mtrr_state struct and macro namesSheng Yang3-9/+10
2008-12-31KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov1-1/+1
2008-12-31KVM: VMX: work around lacking VNMI supportJan Kiszka1-59/+115
2008-12-31KVM: VMX: Provide support for user space injected NMIsJan Kiszka1-0/+33
2008-12-31KVM: x86: Support for user space injected NMIsJan Kiszka2-2/+46
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka1-0/+1
2008-12-31KVM: x86: VCPU with pending NMI is runnabledJan Kiszka1-1/+2
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka3-5/+45
2008-12-31KVM: VMX: fix real-mode NMI supportJan Kiszka1-0/+13
2008-12-31KVM: VMX: refactor IRQ and NMI window enablingJan Kiszka1-46/+32
2008-12-31KVM: VMX: refactor/fix IRQ and NMI injectability determinationJan Kiszka2-25/+22
2008-12-31KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka1-0/+3
2008-12-31KVM: VMX: Support for NMI task gatesJan Kiszka1-3/+15
2008-12-31KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic valueJan Kiszka1-2/+2
2008-12-31KVM: VMX: include all IRQ window exits in statisticsJan Kiszka1-1/+1
2008-12-31KVM: x86 emulator: consolidate push regGuillaume Thouvenin1-7/+1
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-15/+0
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-43/+46
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-255/+563