summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
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