aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
2010-05-17KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf1-0/+2
2010-05-17KVM: PPC: Only use QPRs when availableAlexander Graf1-0/+2
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf1-0/+4
2010-05-17KVM: PPC: Make bools bitfieldsAlexander Graf2-17/+17
2010-05-17KVM: PPC: Use ULL for big numbersAlexander Graf1-6/+6
2010-05-17KVM: PPC: Add check if pte was mapped secondaryAlexander Graf1-0/+7
2010-05-17KVM: PPC: Add emulation for dcbaAlexander Graf1-0/+4
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf2-38/+37
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf1-0/+8
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf4-6/+37
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf1-0/+27
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf3-0/+87
2010-05-17KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf1-0/+20
2010-05-17KVM: PPC: Make XER load 32 bitAlexander Graf1-1/+1
2010-05-17KVM: PPC: Implement BAT readsAlexander Graf1-0/+35
2010-05-17KVM: PPC: Implement mfsr emulationAlexander Graf1-0/+13
2010-05-17KVM: PPC: Load VCPU for register fetchingAlexander Graf1-0/+8
2010-05-17KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Split instruction reading outAlexander Graf1-8/+16
2010-05-17KVM: PPC: Book3S_32 guest MMU fixesAlexander Graf2-7/+24
2010-05-17KVM: PPC: Make DSISR 32 bits wideAlexander Graf3-3/+3
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf4-1/+16
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf2-26/+29
2010-05-17KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun1-1/+2
2010-04-25KVM: PPC: Destory timer on vcpu destructionAlexander Graf1-0/+4
2010-04-25KVM: PPC: Memset vcpu to zerosAlexander Graf1-0/+1
2010-04-25KVM: PPC: Allocate vcpu struct using vmallocAlexander Graf1-4/+3
2010-04-25KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)Alexander Graf1-11/+2
2010-04-25KVM: PPC: Enable use of secondary htab bucketAlexander Graf1-8/+1
2010-04-25KVM: PPC: Add capability for paired singlesAlexander Graf1-0/+1
2010-04-25KVM: PPC: Implement Paired Single emulationAlexander Graf4-0/+1294
2010-04-25KVM: PPC: Enable program interrupt to do MMIOAlexander Graf1-0/+4
2010-04-25KVM: PPC: Add helpers to modify ppc fieldsAlexander Graf1-0/+33
2010-04-25KVM: PPC: Fix error in BAT assignmentAlexander Graf1-2/+2
2010-04-25KVM: PPC: Add helpers to call FPU instructionsAlexander Graf4-0/+361
2010-04-25KVM: PPC: Make ext giveup non-staticAlexander Graf2-2/+2
2010-04-25KVM: PPC: Make software load/store return eaddrAlexander Graf3-23/+33
2010-04-25KVM: PPC: Implement mtsr instruction emulationAlexander Graf1-0/+6
2010-04-25KVM: PPC: Fix typo in book3s_32 debug codeAlexander Graf1-1/+1
2010-04-25KVM: PPC: Preload FPU when possibleAlexander Graf1-0/+8
2010-04-25KVM: PPC: Combine extension interrupt handlersAlexander Graf1-5/+50
2010-04-25KVM: PPC: Add Gekko SPRsAlexander Graf3-0/+81
2010-04-25KVM: PPC: Add hidden flag for paired singlesAlexander Graf2-0/+5
2010-04-25KVM: PPC: Add AGAIN type for emulation returnAlexander Graf3-1/+7
2010-04-25KVM: PPC: Teach MMIO SignednessAlexander Graf4-0/+47
2010-04-25KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf3-3/+30
2010-04-25KVM: PPC: Make fpscr 64-bitAlexander Graf1-1/+1
2010-04-25KVM: PPC: Add QPR registersAlexander Graf1-0/+5
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-2/+3