aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-24KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity1-8/+11
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins1-0/+1
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-1/+1
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang1-8/+221
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang1-3/+76
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang1-0/+6
2008-05-04KVM: VMX: EPT Feature DetectionSheng Yang1-5/+58
2008-04-27KVM: Add trace markersFeng (Eric) Liu1-1/+34
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti1-3/+3
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang1-7/+60
2008-04-27KVM: x86: hardware task switching supportIzik Eidus1-0/+15
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus1-0/+15
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity1-2/+6
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity1-3/+6
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison1-3/+3
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity1-7/+7
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity1-2/+1
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper1-3/+3
2008-04-27KVM: VMX: unifdef the EFER specific codeJoerg Roedel1-8/+2
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel1-0/+4
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang1-5/+75
2008-03-25KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti1-2/+2
2008-03-25KVM: VMX: Restore tss even on x86_64Avi Kivity1-3/+0
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity1-0/+1
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti1-3/+3
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus1-2/+5
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang1-1/+1
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti1-2/+0
2008-01-30KVM: MMU: Concurrent guest walkersMarcelo Tosatti1-8/+17
2008-01-30KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity1-1/+2
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+2671