aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-2673/+0
2008-01-30KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper1-1/+2
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao1-6/+6
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao1-0/+1
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao1-106/+107
2008-01-30KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernelAvi Kivity1-0/+2
2008-01-30KVM: Use generalized exception queue for injecting #UDAvi Kivity1-10/+1
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity1-16/+2
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity1-32/+0
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity1-0/+20
2008-01-30KVM: VMX: Remove the secondary execute control dependency on irqchipSheng Yang1-10/+7
2008-01-30KVM: VMX: Force seg.base == (seg.sel << 4) in real modeJan Kiszka1-1/+2
2008-01-30KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah1-1/+0
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity1-0/+1
2008-01-30KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity1-73/+73
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao1-2/+2
2008-01-30KVM: VMX: wbinvd exitingEddie Dong1-1/+10
2008-01-30KVM: Fix faults during injection of real-mode interruptsAvi Kivity1-2/+49
2008-01-30KVM: VMX: Read & store IDT_VECTORING_INFO_FIELDAvi Kivity1-5/+12
2008-01-30KVM: VMX: Use vmx to inject real-mode interruptsAvi Kivity1-49/+4
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang1-13/+104
2008-01-30KVM: Move page fault processing to common codeAvi Kivity1-28/+1
2008-01-30KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier1-3/+5
2008-01-30KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier1-12/+9
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus1-2/+25
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity1-89/+89
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao1-0/+1
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity1-1/+0
2008-01-30KVM: CodingStyle cleanupMike Day1-28/+32
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell1-6/+0
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus1-24/+19
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity1-5/+1
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity1-1/+3
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity1-2/+9
2008-01-30KVM: VMX: Further reduce efer reloadsAvi Kivity1-24/+37
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier1-4/+5
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori1-3/+26
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-4/+4
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
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-7/+15
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity1-1/+6
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-6/+1
2007-07-16KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day1-1/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+4
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong1-21/+46
2007-07-16KVM: VMX: Cleanup redundant code in MSR setEddie Dong1-2/+0
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong1-56/+72
2007-07-16KVM: VMX: Handle #SS faults from real modeNitin A Kamble1-1/+5
2007-07-16KVM: VMX: Use local labels in inline assemblyAvi Kivity1-8/+7
2007-07-16KVM: Fix vmx I/O bitmap initialization on highmem systemsAvi Kivity1-2/+2
2007-07-16KVM: Avoid corrupting tr in real modeAvi Kivity1-14/+31
2007-07-16KVM: VMX: Only reload guest msrs if they are already loadedAvi Kivity1-1/+2
2007-07-16KVM: Consolidate guest fpu activation and deactivationAvi Kivity1-19/+31
2007-07-16KVM: Rationalize exception bitmap usageAvi Kivity1-21/+21
2007-07-16KVM: Move some more msr mangling into vmx_save_host_state()Avi Kivity1-7/+7
2007-07-16KVM: Fix potential guest state leak into hostAvi Kivity1-71/+89
2007-07-16KVM: Be more careful restoring fs on lightweight vmexitAvi Kivity1-11/+11
2007-07-16KVM: Unindent some codeAvi Kivity1-29/+29
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity1-45/+60
2007-07-16KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITsHe, Qing1-4/+46
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity1-9/+3
2007-06-01kvm: fix section mismatch warning in kvm-intel.oSam Ravnborg1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity1-1/+0
2007-05-03KVM: VMX: Add lazy FPU support for VTAnthony Liguori1-5/+56
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-6/+8
2007-05-03KVM: Don't complain about cpu erratum AA15Avi Kivity1-2/+0
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-9/+9
2007-05-03KVM: VMX: Only save/restore MSR_K6_STAR if necessaryAvi Kivity1-0/+16
2007-05-03KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.cAvi Kivity1-1/+6
2007-05-03KVM: VMX: Don't switch 64-bit msrs for 32-bit guestsAvi Kivity1-16/+42
2007-05-03KVM: VMX: Reduce unnecessary saving of host msrsAvi Kivity1-1/+11
2007-05-03KVM: Fix overflow bug in overflow detection codeEric Sesterhenn / Snakebyte1-1/+1
2007-05-03KVM: Simply gfn_to_page()Avi Kivity1-3/+3
2007-05-03KVM: Remove debug messageAvi Kivity1-1/+0
2007-05-03KVM: Hack real-mode segments on vmx from KVM_SET_SREGSAvi Kivity1-1/+8
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-17/+0
2007-05-03KVM: Workaround vmx inability to virtualize the reset stateAvi Kivity1-0/+2
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-20/+20
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity1-0/+2
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-4/+3
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-2/+2
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-0/+2
2007-05-03KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor1-1/+1
2007-03-27KVM: always reload segment selectorsIngo Molnar1-16/+21
2007-03-27KVM: Prevent system selectors leaking into guest on real->protected mode tran...Avi Kivity1-1/+1
2007-03-18KVM: Fix guest sysenter on vmxAvi Kivity1-4/+4
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-2/+1
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-9/+1
2007-03-04KVM: Add host hypercall support for vmxIngo Molnar1-0/+15
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+13
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish1-1/+2
2007-03-04KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitchJoerg Roedel1-0/+3
2007-03-04KVM: CosmeticsAvi Kivity1-3/+1
2007-02-13[PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge1-6/+6
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-1/+7
2007-02-12[PATCH] KVM: VMX: add vcpu_clear()Avi Kivity1-4/+11
2007-02-12[PATCH] kvm: VMX: Reload ds and es even in 64-bit modeAvi Kivity1-2/+0
2007-02-12[PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to u...Avi Kivity1-0/+6
2007-02-12[PATCH] kvm: optimize inline assemblyIngo Molnar1-6/+6
2007-02-09[PATCH] kvm: NULL noise removalAl Viro1-1/+1
2007-02-01[PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the biosAvi Kivity1-0/+2
2007-01-23[PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity1-1/+2
2007-01-22[PATCH] vmx: Fix register constraint in launch codeHerbert Xu1-1/+1
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar1-0/+7
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor1-2/+1
2007-01-05[PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity1-2/+0
2007-01-05[PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity1-3/+9
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity1-3/+12
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-13/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity1-0/+10
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-16/+72
2007-01-05[PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where a...Ingo Molnar1-2/+2
2007-01-05[PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bugIngo Molnar1-11/+21
2006-12-30[PATCH] KVM: Rename some msrsNguyen Anh Quynh1-7/+6
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity1-48/+11
2006-12-30[PATCH] KVM: Implement a few system configuration msrsAvi Kivity1-0/+3
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity1-6/+0
2006-12-22[PATCH] KVM: Handle p5 mce msrsMichael Riepe1-0/+2
2006-12-22[PATCH] KVM: Force real-mode cs limit to 64KMichael Riepe1-0/+1
2006-12-13[PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity1-1/+1
2006-12-13[PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe1-0/+2
2006-12-13[PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity1-2/+1
2006-12-13[PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity1-2/+10
2006-12-13[PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin1-0/+2
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity1-20/+20
2006-12-13[PATCH] KVM: Add missing includeAnthony Liguori1-0/+1
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+2002