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