aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22KVM: VMX: Force vm86 mode if setting flags during real modeAvi Kivity1-0/+2
2007-10-22KVM: VMX: Reset mmu context when entering real modeEddie Dong1-0/+1
2007-10-22KVM: VMX: Handle NMIs before enabling interrupts and preemptionAvi Kivity1-4/+9
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-1/+1
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing1-6/+6
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-112/+17
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity1-9/+10
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-3/+3
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing1-3/+21
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong1-1/+3
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-3/+7
2007-10-13KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng1-4/+61
2007-10-13KVM: pending irq save/restoreEddie Dong1-0/+16
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-2/+6
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-0/+6
2007-10-13KVM: Define and use cr8 access functionsEddie Dong1-6/+8
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-9/+71
2007-10-13KVM: VMX: Split segments reload in vmx_load_host_state()Laurent Vivier1-10/+12
2007-10-13KVM: VMX: allow rmode_tss_base() to work with >2G of guest memoryIzik Eidus1-1/+1
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng1-1/+2
2007-10-13KVM: Close minor race in signal handlingAvi Kivity1-11/+12
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier1-2/+1
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier1-64/+12
2007-10-13KVM: VMX: Remove a duplicated ia32e mode vm entry controlLi, Xin B1-4/+4
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell1-2/+2
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell1-1/+1
2007-10-13KVM: Fix defined but not used warning in drivers/kvm/vmx.cGabriel C1-0/+2
2007-10-13KVM: Remove redundant alloc_vmcs_cpu declarationRusty Russell1-2/+0
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng1-18/+33
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell1-2/+2
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier1-8/+11
2007-10-13KVM: VMX: pass vcpu_vmx internallyRusty Russell1-75/+65
2007-10-13KVM: Convert vm lock to a mutexShaohua Li1-4/+4
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity1-9/+13
2007-10-13KVM: VMX: Improve the method of writing vmcs controlYang, Sheng1-45/+102
2007-10-13KVM: Dynamically allocate vcpusRusty Russell1-25/+40
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins1-91/+158
2007-10-13KVM: VMX: Import some constants of vmcs from IA32 SDMYang, Sheng1-4/+12
2007-10-13KVM: Hoist kvm_mmu_reload() out of the critical sectionShaohua Li1-4/+4
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike1-1/+0
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell1-4/+4
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell1-11/+11
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He1-1/+1
2007-07-16KVM: Clean up #includesAvi Kivity1-2/+3
2007-07-16KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity1-1/+0
2007-07-16KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity1-0/+4
2007-07-16KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins1-3/+3
2007-07-16KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity1-0/+9
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity1-3/+3
2007-07-16KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-3/+3