summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Add fpu_reload counterAvi Kivity2-0/+3
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity4-5/+5
2008-01-30KVM: Portability: Add two hooks to handle kvm_create and destroy vmZhang Xiantao3-36/+57
2008-01-30KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_listZhang Xiantao2-2/+2
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches3-3/+4
2008-01-30KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependentZhang Xiantao3-23/+26
2008-01-30KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity1-73/+73
2008-01-30KVM: Portability: move KVM_CHECK_EXTENSIONZhang Xiantao3-16/+25
2008-01-30KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2Sheng Yang1-4/+10
2008-01-30KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()Zhang Xiantao3-23/+35
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao4-45/+28
2008-01-30KVM: Portability: Add vcpu and hardware management arch hooksZhang Xiantao4-95/+197
2008-01-30KVM: Portability: Move kvm_x86_ops to x86.cZhang Xiantao3-1/+4
2008-01-30KVM: Portability: Move some includes to x86.cZhang Xiantao2-2/+2
2008-01-30KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()Izik Eidus1-24/+14
2008-01-30KVM: introduce gfn_to_hva()Izik Eidus1-8/+17
2008-01-30KVM: add kvm_is_error_hva()Izik Eidus2-0/+12
2008-01-30KVM: Simplify CPU_TASKS_FROZEN cpu notifier handlingAvi Kivity1-3/+1
2008-01-30KVM: x86 emulator: remove 8 bytes operands emulator for call near instructionIzik Eidus1-3/+0
2008-01-30KVM: VMX: wbinvd exitingEddie Dong2-1/+12
2008-01-30KVM: VMX: Comment VMX primary/secondary exec ctl definitionsEddie Dong1-2/+8
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 Kivity2-49/+5
2008-01-30KVM: Add make_page_dirty() to kvm_clear_guest_page()Dor Laor1-0/+1
2008-01-30KVM: Portability: Move x86 vcpu ioctl handlers to x86.cHollis Blanchard3-436/+443
2008-01-30KVM: Portability: Move x86 FPU handling to x86.cHollis Blanchard3-105/+108
2008-01-30KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard3-176/+177
2008-01-30KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard3-25/+29
2008-01-30KVM: x86 emulator: Hoist modrm and abs decoding into separate functionsAvi Kivity1-160/+177
2008-01-30KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin1-1/+1
2008-01-30KVM: Simplify decode_register_operand() calling conventionAvi Kivity1-3/+3
2008-01-30KVM: x86 emulator: centralize decoding of one-byte register access insnsAvi Kivity2-57/+47
2008-01-30KVM: x86 emulator: Extract the common code of SrcReg and DstRegAvi Kivity1-49/+31
2008-01-30KVM: Portability: Move pio emulation functions to x86.cCarsten Otte3-248/+244
2008-01-30KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte2-357/+358
2008-01-30KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte2-133/+134
2008-01-30KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori1-4/+18
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang4-30/+152
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte3-220/+225
2008-01-30KVM: Portability: move get/set_apic_base to x86.cCarsten Otte2-19/+19
2008-01-30KVM: Portability: Move memory segmentation to x86.cCarsten Otte3-42/+45
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte3-249/+271
2008-01-30KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity1-0/+4
2008-01-30KVM: Move page fault processing to common codeAvi Kivity4-65/+39
2008-01-30KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity1-20/+30
2008-01-30KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier1-4/+4
2008-01-30KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier1-9/+8
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