aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2009-09-08KVM: VMX: Handle vmx instruction vmexitsAvi Kivity
2009-09-08KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity
2009-09-08KVM: VMX: Set IGMT bit in EPT entrySheng Yang
2009-09-08KVM: VMX: Change segment dpl at reset to 3Avi Kivity
2009-09-08KVM: VMX: Change cs reset state to be a data segmentAvi Kivity
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity
2008-07-20KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity
2008-07-20KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-24KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang
2008-05-04KVM: VMX: EPT Feature DetectionSheng Yang
2008-04-27KVM: Add trace markersFeng (Eric) Liu
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper
2008-04-27KVM: VMX: unifdef the EFER specific codeJoerg Roedel
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang
2008-03-25KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti
2008-03-25KVM: VMX: Restore tss even on x86_64Avi Kivity
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-01-30KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti