summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-07kvm: Change kvm_iommu_map_pages to map large pagesJoerg Roedel1-22/+91
2010-03-07VT-d: Change {un}map_range functions to implement {un}map interfaceJoerg Roedel1-10/+12
2010-03-07iommu-api: Add ->{un}map callbacks to iommu_opsJoerg Roedel2-0/+10
2010-03-07iommu-api: Add iommu_map and iommu_unmap functionsJoerg Roedel2-0/+47
2010-03-07iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel4-10/+10
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2-0/+2
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka1-0/+13
2010-03-01KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa1-17/+20
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov3-59/+151
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa1-3/+10
2010-03-01KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov1-0/+6
2010-03-01KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2-4/+4
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner5-26/+27
2010-03-01KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov1-8/+8
2010-03-01KVM: x86 emulator: code style cleanupWei Yongjun1-1/+1
2010-03-01KVM: Plan obsolescence of kernel allocated slots, paravirt mmuAvi Kivity1-0/+30
2010-03-01KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov1-41/+56
2010-03-01KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov1-15/+20
2010-03-01KVM: x86 emulator: Fix popf emulationGleb Natapov1-1/+54
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov3-13/+87
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov7-50/+142
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov3-6/+10
2010-03-01KVM: x86 emulator: Add group9 instruction decodingGleb Natapov1-2/+7
2010-03-01KVM: x86 emulator: Add group8 instruction decodingGleb Natapov1-1/+6
2010-03-01KVM: do not store wqh in irqfdMichael S. Tsirkin1-3/+0
2010-03-01KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu3-17/+48
2010-03-01KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun1-1/+1
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun5-4/+28
2010-03-01KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun1-1/+3
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun1-2/+3
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang2-3/+3
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity2-3/+30
2010-03-01KVM: Fix Codestyle in virt/kvm/coalesced_mmio.cJochen Maes1-2/+2
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa1-2/+4
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel1-2/+8
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel3-16/+28
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall1-2/+0
2010-03-01KVM: ia64: Fix string literal continuation linesJoe Perches2-4/+4
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity1-0/+1
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa1-6/+1
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa1-1/+1
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin5-5/+14
2010-03-01KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng1-3/+1
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity3-13/+22
2010-03-01KVM: Fix msr traceAvi Kivity1-8/+8
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov1-13/+9
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity1-6/+9
2010-03-01KVM: PPC E500: fix tlbcfg emulationLiu Yu3-18/+10
2010-03-01KVM: PPC: Add PVR/PIR init for E500Liu Yu1-0/+6
2010-03-01KVM: PPC E500: Add register l1csr0 emulationLiu Yu2-0/+7