summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-2673/+0
* KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper2008-01-301-1/+2
* KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao2008-01-301-6/+6
* KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao2008-01-301-0/+1
* KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao2008-01-301-106/+107
* KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernelAvi Kivity2008-01-301-0/+2
* KVM: Use generalized exception queue for injecting #UDAvi Kivity2008-01-301-10/+1
* KVM: Replace #GP injection by the generalized exception queueAvi Kivity2008-01-301-16/+2
* KVM: Replace page fault injection by the generalized exception queueAvi Kivity2008-01-301-32/+0
* KVM: Generalize exception injection mechanismAvi Kivity2008-01-301-0/+20
* KVM: VMX: Remove the secondary execute control dependency on irqchipSheng Yang2008-01-301-10/+7
* KVM: VMX: Force seg.base == (seg.sel << 4) in real modeJan Kiszka2008-01-301-1/+2
* KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah2008-01-301-1/+0
* KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity2008-01-301-0/+1
* KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity2008-01-301-73/+73
* KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao2008-01-301-2/+2
* KVM: VMX: wbinvd exitingEddie Dong2008-01-301-1/+10
* KVM: Fix faults during injection of real-mode interruptsAvi Kivity2008-01-301-2/+49
* KVM: VMX: Read & store IDT_VECTORING_INFO_FIELDAvi Kivity2008-01-301-5/+12
* KVM: VMX: Use vmx to inject real-mode interruptsAvi Kivity2008-01-301-49/+4
* KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang2008-01-301-13/+104
* KVM: Move page fault processing to common codeAvi Kivity2008-01-301-28/+1
* KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier2008-01-301-3/+5
* KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier2008-01-301-12/+9
* KVM: Add ioctl to tss address from userspace,Izik Eidus2008-01-301-2/+25
* KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity2008-01-301-89/+89
* KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao2008-01-301-0/+1
* KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity2008-01-301-1/+0
* KVM: CodingStyle cleanupMike Day2008-01-301-28/+32
* KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell2008-01-301-6/+0
* KVM: Add general accessors to read and write guest memoryIzik Eidus2008-01-301-24/+19
* KVM: VMX: Simplify vcpu_clear()Avi Kivity2008-01-301-5/+1
* KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity2008-01-301-1/+3
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-301-2/+9
* KVM: VMX: Further reduce efer reloadsAvi Kivity2008-01-301-24/+37
* KVM: Call x86_decode_insn() only when neededLaurent Vivier2008-01-301-4/+5
* KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-301-3/+26
* x86: get rid of _MASK flagsGlauber de Oliveira Costa2008-01-301-4/+4
* KVM: VMX: Force vm86 mode if setting flags during real modeAvi Kivity2007-10-221-0/+2
* KVM: VMX: Reset mmu context when entering real modeEddie Dong2007-10-221-0/+1
* KVM: VMX: Handle NMIs before enabling interrupts and preemptionAvi Kivity2007-10-221-4/+9
* KVM: Improve emulation failure reportingAvi Kivity2007-10-131-1/+1
* KVM: VMX: Fix exit qualification width on i386He, Qing2007-10-131-6/+6
* KVM: Move main vcpu loop into subarch independent codeAvi Kivity2007-10-131-112/+17
* KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity2007-10-131-9/+10
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-131-3/+3
* KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing2007-10-131-3/+21
* KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong2007-10-131-1/+3
* KVM: Keep track of missed timer irq injectionsEddie Dong2007-10-131-3/+7
* KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng2007-10-131-4/+61
OpenPOWER on IntegriCloud