summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang2008-10-151-1/+2
* KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity2008-10-151-0/+6
* KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity2008-10-151-54/+36Star
* KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-2/+39
* KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-151-1/+1
* KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal2008-10-151-3/+0Star
* KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity2008-10-151-57/+20Star
* KVM: VMX: Fix pending exception processingAvi Kivity2008-10-151-3/+12
* KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-17/+32
* KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity2008-10-151-12/+24
* KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-54/+49Star
* KVM: VMX: Rename misnamed msr bitsSheng Yang2008-10-151-9/+9
* KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang2008-09-111-2/+1Star
* KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang2008-07-271-10/+10
* KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang2008-07-271-1/+1
* KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-271-0/+2
* KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-201-12/+12
* KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang2008-07-201-0/+3
* KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette2008-07-201-0/+12
* KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang2008-07-201-2/+2
* KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang2008-07-201-18/+106
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-6/+0Star
* KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2008-07-201-2/+22
* KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2008-07-201-11/+14
* KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity2008-07-201-3/+1Star
* KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel2008-07-201-2/+0Star
* KVM: add statics were possible, function definition in lapic.hHarvey Harrison2008-07-201-1/+1
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
* 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/+1Star
* KVM: VMX: fix typo in VMX header defineRyan Harper2008-04-271-3/+3
* KVM: VMX: unifdef the EFER specific codeJoerg Roedel2008-04-271-8/+2Star
* 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