summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
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 Graf2-6/+30
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf1-0/+27
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf2-0/+85
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 Graf1-7/+23
2010-05-17KVM: PPC: Make DSISR 32 bits wideAlexander Graf1-1/+1
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf2-1/+11
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf1-22/+24
2010-05-17KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun1-1/+2
2010-05-13KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin1-1/+1
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 Graf3-0/+1293
2010-04-25KVM: PPC: Enable program interrupt to do MMIOAlexander Graf1-0/+4
2010-04-25KVM: PPC: Fix error in BAT assignmentAlexander Graf1-2/+2
2010-04-25KVM: PPC: Add helpers to call FPU instructionsAlexander Graf2-0/+274
2010-04-25KVM: PPC: Make ext giveup non-staticAlexander Graf1-2/+1
2010-04-25KVM: PPC: Make software load/store return eaddrAlexander Graf2-21/+31
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 Graf1-0/+70
2010-04-25KVM: PPC: Add hidden flag for paired singlesAlexander Graf1-0/+4
2010-04-25KVM: PPC: Add AGAIN type for emulation returnAlexander Graf2-1/+6
2010-04-25KVM: PPC: Teach MMIO SignednessAlexander Graf2-0/+43
2010-04-25KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf1-2/+22
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+6
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-590/+936
2010-03-01KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2-17/+46
2010-03-01KVM: PPC E500: fix tlbcfg emulationLiu Yu2-18/+8
2010-03-01KVM: PPC: Add PVR/PIR init for E500Liu Yu1-0/+6
2010-03-01KVM: PPC E500: Add register l1csr0 emulationLiu Yu1-0/+6
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf1-6/+21
2010-03-01KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2-7/+8