aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti1-1/+2
2010-05-17KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov1-1/+0
2010-05-17KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov1-14/+10
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov3-2/+8
2010-05-17KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka1-1/+1
2010-05-17KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov1-26/+6
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2-5/+48
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov3-12/+42
2010-05-17KVM: x86 emulator: remove saved_eipGleb Natapov1-8/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov3-230/+32
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov6-133/+178
2010-05-17KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeededGleb Natapov1-7/+8
2010-05-17KVM: x86 emulator: add decoding of X,Y parameters from Intel SDMGleb Natapov1-81/+44
2010-05-17KVM: x86 emulator: populate OP_MEM operand during decoding.Gleb Natapov1-37/+29
2010-05-17KVM: Use task switch from emulator.cGleb Natapov2-545/+22
2010-05-17KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor()Gleb Natapov1-5/+5
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov2-0/+568
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov2-15/+131
2010-05-17KVM: x86 emulator: cleanup grp3 return valueGleb Natapov1-8/+4
2010-05-17KVM: x86 emulator: If LOCK prefix is used dest arg should be memory.Gleb Natapov1-1/+1
2010-05-17KVM: x86 emulator: do not call writeback if msr access fails.Gleb Natapov1-2/+2
2010-05-17KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulationsGleb Natapov1-6/+11
2010-05-17KVM: x86 emulator: fix mov dr to inject #UD when needed.Gleb Natapov1-6/+12
2010-05-17KVM: x86 emulator: inject #UD on access to non-existing CRGleb Natapov1-0/+7
2010-05-17KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.Gleb Natapov1-8/+0
2010-05-17KVM: x86 emulator: fix 0f 01 /5 emulationGleb Natapov1-0/+3
2010-05-17KVM: x86 emulator: fix mov r/m, sreg emulation.Gleb Natapov1-4/+3
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov3-7/+9
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov3-7/+15
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov3-11/+2
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov4-63/+63
2010-05-17KVM: coalesced_mmio: fix kvm_coalesced_mmio_init()'s error handlingTakuya Yoshikawa2-4/+10
2010-05-17KVM: VMX: change to use bool return valuesGui Jianfeng1-27/+27
2010-05-17KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov3-7/+3
2010-05-17KVM: x86 emulator: check return value against correct defineGleb Natapov1-1/+1
2010-05-17KVM: x86 emulator: fix RCX access during rep emulationGleb Natapov1-2/+2
2010-05-17KVM: x86 emulator: Fix DstAcc decoding.Gleb Natapov1-2/+5
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity3-14/+39
2010-05-17KVM: MMU: Do not instantiate nontrapping spte on unsync pageAvi Kivity1-2/+8
2010-05-17KVM: Don't follow an atomic operation by a non-atomic oneAvi Kivity1-6/+24
2010-05-17KVM: Make locked operations truly atomicAvi Kivity1-21/+48
2010-05-17KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()Avi Kivity1-38/+31
2010-05-17KVM: fix assigned_device_enable_host_msix error handlingjing zhang1-2/+6
2010-05-17KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failureWei Yongjun2-4/+2
2010-05-17KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun1-0/+2
2010-05-17KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun1-0/+2
2010-05-17KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failureWei Yongjun1-1/+3
2010-05-17KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun2-6/+1
2010-05-17KVM: Trace exception injectionAvi Kivity2-0/+35
2010-05-17KVM: Move kvm_exit tracepoint rip reading inside tracepointAvi Kivity3-5/+5