aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf2010-05-17
* KVM: PPC: Only use QPRs when availableAlexander Graf2010-05-17
* KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf2010-05-17
* KVM: PPC: Make bools bitfieldsAlexander Graf2010-05-17
* KVM: PPC: Use ULL for big numbersAlexander Graf2010-05-17
* KVM: PPC: Add check if pte was mapped secondaryAlexander Graf2010-05-17
* KVM: PPC: Add emulation for dcbaAlexander Graf2010-05-17
* KVM: PPC: Fix dcbz emulationAlexander Graf2010-05-17
* KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf2010-05-17
* KVM: PPC: Add OSI hypercall interfaceAlexander Graf2010-05-17
* KVM: Add support for enabling capabilities per-vcpuAlexander Graf2010-05-17
* KVM: PPC: Implement alignment interruptAlexander Graf2010-05-17
* KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf2010-05-17
* KVM: PPC: Make XER load 32 bitAlexander Graf2010-05-17
* KVM: PPC: Implement BAT readsAlexander Graf2010-05-17
* KVM: PPC: Implement mfsr emulationAlexander Graf2010-05-17
* KVM: PPC: Load VCPU for register fetchingAlexander Graf2010-05-17
* KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf2010-05-17
* KVM: PPC: Split instruction reading outAlexander Graf2010-05-17
* KVM: PPC: Book3S_32 guest MMU fixesAlexander Graf2010-05-17
* KVM: PPC: Make DSISR 32 bits wideAlexander Graf2010-05-17
* KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf2010-05-17
* KVM: PPC: Ensure split mode worksAlexander Graf2010-05-17
* KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity2010-05-17
* KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong2010-05-17
* KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti2010-05-17
* KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov2010-05-17
* KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov2010-05-17
* KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov2010-05-17
* KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka2010-05-17
* KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov2010-05-17
* KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2010-05-17
* KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov2010-05-17
* KVM: x86 emulator: remove saved_eipGleb Natapov2010-05-17
* KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov2010-05-17
* KVM: x86 emulator: fix in/out emulation.Gleb Natapov2010-05-17
* KVM: x86 emulator: during rep emulation decrement ECX only if emulation succe...Gleb Natapov2010-05-17
* KVM: x86 emulator: add decoding of X,Y parameters from Intel SDMGleb Natapov2010-05-17
* KVM: x86 emulator: populate OP_MEM operand during decoding.Gleb Natapov2010-05-17
* KVM: Use task switch from emulator.cGleb Natapov2010-05-17
* KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_...Gleb Natapov2010-05-17
* KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov2010-05-17
* KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov2010-05-17
* KVM: x86 emulator: cleanup grp3 return valueGleb Natapov2010-05-17
* KVM: x86 emulator: If LOCK prefix is used dest arg should be memory.Gleb Natapov2010-05-17
* KVM: x86 emulator: do not call writeback if msr access fails.Gleb Natapov2010-05-17
* KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulationsGleb Natapov2010-05-17
* KVM: x86 emulator: fix mov dr to inject #UD when needed.Gleb Natapov2010-05-17
* KVM: x86 emulator: inject #UD on access to non-existing CRGleb Natapov2010-05-17
* KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.Gleb Natapov2010-05-17