summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2008-04-30KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel
2008-04-28KVM: add statics were possible, function definition in lapic.hHarvey Harrison
2008-04-28KVM: VMX: Enable EPT feature for KVMSheng Yang
2008-04-28KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang
2008-04-28KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang
2008-04-28KVM: VMX: EPT Feature DetectionSheng Yang
2008-04-11KVM: Add trace markersFeng (Eric) Liu
2008-03-30KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-03-28KVM: VMX: Enable MSR Bitmap featureSheng Yang
2008-03-25KVM: x86: hardware task switching supportIzik Eidus
2008-03-25KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-03-24KVM: VMX: Add module option to disable flexpriorityAvi Kivity
2008-03-19KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti
2008-03-16KVM: VMX: Restore tss even on x86_64Avi Kivity
2008-03-05KVM: Merge generic x86 name usage from upstreamAvi Kivity
2008-03-04KVM: VMX: Don't adjust tsc offset forwardAvi Kivity
2008-03-04KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-02-27KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity
2008-02-24KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity
2008-02-20KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity
2008-02-20KVM: VMX: Handle machines without EFERAvi Kivity
2008-02-17KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti
2008-02-12KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-02-12KVM: VMX: fix typo in VMX header defineRyan Harper
2008-01-31KVM: VMX: unifdef the EFER specific codeJoerg Roedel
2008-01-31KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-01-29KVM: VMX: Fix invalid opcode of VPIDSheng Yang
2008-01-25KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang
2008-01-06KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang
2007-12-31KVM: MMU: Switch to mmu spinlockMarcelo Tosatti
2007-12-27KVM: MMU: Concurrent guest walkersMarcelo Tosatti
2007-12-26KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity
2007-12-16KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity