KVM: x86 emulator: remove dup code of in/out instruction
[cascardo/linux.git] / arch /
2010-10-24 Wei YongjunKVM: x86 emulator: remove dup code of in/out instruction
2010-10-24 Wei YongjunKVM: x86 emulator: change OUT instruction to use dst...
2010-10-24 Wei YongjunKVM: x86 emulator: introduce DstImmUByte for dst operan...
2010-10-24 Wei YongjunKVM: x86 emulator: remove useless label from x86_emulat...
2010-10-24 Wei YongjunKVM: x86 emulator: add setcc instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add XADD instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: put register operand write back...
2010-10-24 Wei YongjunKVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()
2010-10-24 Mohammed GamalKVM: Separate emulation context initialization in a...
2010-10-24 Wei YongjunKVM: x86 emulator: add bsf/bsr instruction emulation
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix emulate_grp3 return values
2010-10-24 Mohammed GamalKVM: x86 emulator: Add unary mul, imul, div, and idiv...
2010-10-24 Wei YongjunKVM: x86 emulator: mask group 8 instruction as BitOp
2010-10-24 Wei YongjunKVM: x86 emulator: do not adjust the address for immedi...
2010-10-24 Wei YongjunKVM: x86 emulator: fix negative bit offset BitOp instru...
2010-10-24 Mohammed GamalKVM: x86 emulator: Add stc instruction (opcode 0xf9)
2010-10-24 Wei YongjunKVM: x86 emulator: using SrcOne for instruction d0...
2010-10-24 Wei YongjunKVM: x86 emulator: disable writeback when decode dest...
2010-10-24 Wei YongjunKVM: x86 emulator: use SrcAcc to simplify stos decoding
2010-10-24 Mohammed GamalKVM: x86 emulator: Add into, int, and int3 instructions...
2010-10-24 Mohammed GamalKVM: x86 emulator: Allow accessing IDT via emulator ops
2010-10-24 Wei YongjunKVM: x86 emulator: simplify two-byte opcode check
2010-10-24 Alexander GrafKVM: PPC: Move KVM trampolines before __end_interrupts
2010-10-24 Alexander GrafKVM: PPC: Make long relocations be ulong
2010-10-24 Alexander GrafKVM: PPC: Use MSR_DR for external load_up
2010-10-24 Alexander GrafKVM: PPC: Add book3s_32 tlbie flush acceleration
2010-10-24 Gleb NatapovKVM: PPC: correctly check gfn_to_pfn() return value
2010-10-24 Alexander GrafKVM: PPC: RCU'ify the Book3s MMU
2010-10-24 Alexander GrafKVM: PPC: Book3S_32 MMU debug compile fixes
2010-10-24 Alexander GrafKVM: PPC: Add get_pvinfo interface to query hypercall...
2010-10-24 Alexander GrafKVM: PPC: PV wrteei
2010-10-24 Alexander GrafKVM: PPC: PV mtmsrd L=0 and mtmsr
2010-10-24 Alexander GrafKVM: PPC: PV mtmsrd L=1
2010-10-24 Alexander GrafKVM: PPC: PV assembler helpers
2010-10-24 Alexander GrafKVM: PPC: Introduce branch patching helper
2010-10-24 Alexander GrafKVM: PPC: Introduce kvm_tmp framework
2010-10-24 Alexander GrafKVM: PPC: PV tlbsync to nop
2010-10-24 Alexander GrafKVM: PPC: PV instructions to loads and stores
2010-10-24 Alexander GrafKVM: PPC: KVM PV guest stubs
2010-10-24 Alexander GrafKVM: PPC: Generic KVM PV guest support
2010-10-24 Alexander GrafKVM: Move kvm_guest_init out of generic code
2010-10-24 Alexander GrafKVM: PPC: Expose magic page support to guest
2010-10-24 Alexander GrafKVM: PPC: Magic Page Book3s support
2010-10-24 Alexander GrafKVM: PPC: First magic page steps
2010-10-24 Alexander GrafKVM: PPC: Make PAM a define
2010-10-24 Alexander GrafKVM: PPC: Tell guest about pending interrupts
2010-10-24 Alexander GrafKVM: PPC: Add PV guest scratch registers
2010-10-24 Alexander GrafKVM: PPC: Add PV guest critical sections
2010-10-24 Alexander GrafKVM: PPC: Implement hypervisor interface
2010-10-24 Alexander GrafKVM: PPC: Convert SPRG[0-4] to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert SRR0 and SRR1 to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert DAR to shared page.
2010-10-24 Alexander GrafKVM: PPC: Convert DSISR to shared page
2010-10-24 Alexander GrafKVM: PPC: Convert MSR to shared page
2010-10-24 Alexander GrafKVM: PPC: Introduce shared page
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix nop emulation
2010-10-24 Avi KivityKVM: x86 emulator: Decode memory operands directly...
2010-10-24 Avi KivityKVM: x86 emulator: change invlpg emulation to use src...
2010-10-24 Avi KivityKVM: x86 emulator: switch LEA to use SrcMem decoding
2010-10-24 Avi KivityKVM: x86 emulator: add NoAccess flag for memory instruc...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,dr...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,cr...
2010-10-24 Avi KivityKVM: x86 emulator: mark mov cr and mov dr as 64-bit...
2010-10-24 Avi KivityKVM: x86 emulator: introduce Op3264 for mov cr and...
2010-10-24 Avi KivityKVM: x86 emulator: simplify REX.W check
2010-10-24 Avi KivityKVM: x86 emulator: drop use_modrm_ea
2010-10-24 Avi KivityKVM: x86 emulator: put register operand fetch into...
2010-10-24 Avi KivityKVM: x86 emulator: use SrcAcc to simplify xchg decoding
2010-10-24 Avi KivityKVM: x86 emulator: simplify xchg decode tables
2010-10-24 Avi KivityKVM: x86 emulator: use correct type for memory address...
2010-10-24 Avi KivityKVM: x86 emulator: push segment override out of decode_...
2010-10-24 Joerg RoedelKVM: SVM: Check for asid != 0 on nested vmrun
2010-10-24 Joerg RoedelKVM: SVM: Check for nested vmrun intercept before emula...
2010-10-24 Xiao GuangrongKVM: MMU: mark page dirty only when page is really...
2010-10-24 Xiao GuangrongKVM: MMU: move bits lost judgement into a separate...
2010-10-24 Xiao GuangrongKVM: MMU: using kvm_set_pfn_accessed() instead of mark_...
2010-10-24 Gleb NatapovKVM: x86 emulator: check io permissions only once for...
2010-10-24 Avi KivityKVM: x86 emulator: fix LMSW able to clear cr0.pe
2010-10-24 Gleb NatapovKVM: x86 emulator: don't update vcpu state if instructi...
2010-10-24 Avi KivityKVM: x86 emulator: convert some push instructions to...
2010-10-24 Avi KivityKVM: x86 emulator: allow repeat macro arguments to...
2010-10-24 Avi KivityKVM: x86 emulator: move decode tables downwards
2010-10-24 Avi KivityKVM: x86 emulator: move x86_decode_insn() downwards
2010-10-24 Avi KivityKVM: x86 emulator: allow storing emulator execution...
2010-10-24 Avi KivityKVM: x86 emulator: store x86_emulate_ops in emulation...
2010-10-24 Avi KivityKVM: x86 emulator: move ByteOp and Dst back to bits 0:3
2010-10-24 Avi KivityKVM: x86 emulator: drop support for old-style groups
2010-10-24 Avi KivityKVM: x86 emulator: convert group 9 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 8 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 7 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 5 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 4 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 3 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1A to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1 to new style
2010-10-24 Avi KivityKVM: x86 emulator: allow specifying group directly...
2010-10-24 Avi KivityKVM: x86 emulator: reserve group code 0
2010-10-24 Avi KivityKVM: x86 emulator: move group tables to top
2010-10-24 Avi KivityKVM: x86 emulator: Add wrappers for easily defining...
2010-10-24 Avi KivityKVM: x86 emulator: introduce 'struct opcode'
next