aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30KVM: Portability: Add two hooks to handle kvm_create and destroy vmZhang Xiantao
2008-01-30KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_listZhang Xiantao
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches
2008-01-30KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependentZhang Xiantao
2008-01-30KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity
2008-01-30KVM: Portability: move KVM_CHECK_EXTENSIONZhang Xiantao
2008-01-30KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2Sheng Yang
2008-01-30KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()Zhang Xiantao
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao
2008-01-30KVM: Portability: Add vcpu and hardware management arch hooksZhang Xiantao
2008-01-30KVM: Portability: Move kvm_x86_ops to x86.cZhang Xiantao
2008-01-30KVM: Portability: Move some includes to x86.cZhang Xiantao
2008-01-30KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()Izik Eidus
2008-01-30KVM: introduce gfn_to_hva()Izik Eidus
2008-01-30KVM: add kvm_is_error_hva()Izik Eidus
2008-01-30KVM: Simplify CPU_TASKS_FROZEN cpu notifier handlingAvi Kivity
2008-01-30KVM: x86 emulator: remove 8 bytes operands emulator for call near instructionIzik Eidus
2008-01-30KVM: VMX: wbinvd exitingEddie Dong
2008-01-30KVM: VMX: Comment VMX primary/secondary exec ctl definitionsEddie Dong
2008-01-30KVM: Fix faults during injection of real-mode interruptsAvi Kivity
2008-01-30KVM: VMX: Read & store IDT_VECTORING_INFO_FIELDAvi Kivity
2008-01-30KVM: VMX: Use vmx to inject real-mode interruptsAvi Kivity
2008-01-30KVM: Add make_page_dirty() to kvm_clear_guest_page()Dor Laor
2008-01-30KVM: Portability: Move x86 vcpu ioctl handlers to x86.cHollis Blanchard
2008-01-30KVM: Portability: Move x86 FPU handling to x86.cHollis Blanchard
2008-01-30KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard
2008-01-30KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard
2008-01-30KVM: x86 emulator: Hoist modrm and abs decoding into separate functionsAvi Kivity
2008-01-30KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin
2008-01-30KVM: Simplify decode_register_operand() calling conventionAvi Kivity
2008-01-30KVM: x86 emulator: centralize decoding of one-byte register access insnsAvi Kivity
2008-01-30KVM: x86 emulator: Extract the common code of SrcReg and DstRegAvi Kivity
2008-01-30KVM: Portability: Move pio emulation functions to x86.cCarsten Otte
2008-01-30KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte
2008-01-30KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte
2008-01-30KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte
2008-01-30KVM: Portability: move get/set_apic_base to x86.cCarsten Otte
2008-01-30KVM: Portability: Move memory segmentation to x86.cCarsten Otte
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte
2008-01-30KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity
2008-01-30KVM: Move page fault processing to common codeAvi Kivity
2008-01-30KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity
2008-01-30KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier
2008-01-30KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier
2008-01-30KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier
2008-01-30KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus