aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* KVM: x86 emulator: mask group 8 instruction as BitOpWei Yongjun2010-10-24
* KVM: x86 emulator: do not adjust the address for immediate sourceWei Yongjun2010-10-24
* KVM: x86 emulator: fix negative bit offset BitOp instruction emulationWei Yongjun2010-10-24
* KVM: x86 emulator: Add stc instruction (opcode 0xf9)Mohammed Gamal2010-10-24
* KVM: x86 emulator: using SrcOne for instruction d0/d1 decodingWei Yongjun2010-10-24
* KVM: x86 emulator: disable writeback when decode dest operandWei Yongjun2010-10-24
* KVM: x86 emulator: use SrcAcc to simplify stos decodingWei Yongjun2010-10-24
* KVM: x86 emulator: Add into, int, and int3 instructions (opcodes 0xcc-0xce)Mohammed Gamal2010-10-24
* KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal2010-10-24
* KVM: x86 emulator: simplify two-byte opcode checkWei Yongjun2010-10-24
* KVM: PPC: Move KVM trampolines before __end_interruptsAlexander Graf2010-10-24
* KVM: PPC: Make long relocations be ulongAlexander Graf2010-10-24
* KVM: PPC: Use MSR_DR for external load_upAlexander Graf2010-10-24
* KVM: PPC: Add book3s_32 tlbie flush accelerationAlexander Graf2010-10-24
* KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov2010-10-24
* KVM: PPC: RCU'ify the Book3s MMUAlexander Graf2010-10-24
* KVM: PPC: Book3S_32 MMU debug compile fixesAlexander Graf2010-10-24
* KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf2010-10-24
* KVM: PPC: PV wrteeiAlexander Graf2010-10-24
* KVM: PPC: PV mtmsrd L=0 and mtmsrAlexander Graf2010-10-24
* KVM: PPC: PV mtmsrd L=1Alexander Graf2010-10-24
* KVM: PPC: PV assembler helpersAlexander Graf2010-10-24
* KVM: PPC: Introduce branch patching helperAlexander Graf2010-10-24
* KVM: PPC: Introduce kvm_tmp frameworkAlexander Graf2010-10-24
* KVM: PPC: PV tlbsync to nopAlexander Graf2010-10-24
* KVM: PPC: PV instructions to loads and storesAlexander Graf2010-10-24
* KVM: PPC: KVM PV guest stubsAlexander Graf2010-10-24
* KVM: PPC: Generic KVM PV guest supportAlexander Graf2010-10-24
* KVM: Move kvm_guest_init out of generic codeAlexander Graf2010-10-24
* KVM: PPC: Expose magic page support to guestAlexander Graf2010-10-24
* KVM: PPC: Magic Page Book3s supportAlexander Graf2010-10-24
* KVM: PPC: First magic page stepsAlexander Graf2010-10-24
* KVM: PPC: Make PAM a defineAlexander Graf2010-10-24
* KVM: PPC: Tell guest about pending interruptsAlexander Graf2010-10-24
* KVM: PPC: Add PV guest scratch registersAlexander Graf2010-10-24
* KVM: PPC: Add PV guest critical sectionsAlexander Graf2010-10-24
* KVM: PPC: Implement hypervisor interfaceAlexander Graf2010-10-24
* KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf2010-10-24
* KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf2010-10-24
* KVM: PPC: Convert DAR to shared page.Alexander Graf2010-10-24
* KVM: PPC: Convert DSISR to shared pageAlexander Graf2010-10-24
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-24
* KVM: PPC: Introduce shared pageAlexander Graf2010-10-24
* KVM: x86 emulator: Fix nop emulationMohammed Gamal2010-10-24
* KVM: x86 emulator: Decode memory operands directly into a 'struct operand'Avi Kivity2010-10-24
* KVM: x86 emulator: change invlpg emulation to use src.mem.addrAvi Kivity2010-10-24
* KVM: x86 emulator: switch LEA to use SrcMem decodingAvi Kivity2010-10-24
* KVM: x86 emulator: add NoAccess flag for memory instructions that skip accessAvi Kivity2010-10-24
* KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg for reg opAvi Kivity2010-10-24
* KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg opAvi Kivity2010-10-24