aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf2010-05-172-1/+11
| * KVM: PPC: Ensure split mode worksAlexander Graf2010-05-171-22/+24
| * KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun2010-05-171-1/+2
| * KVM: PPC: Destory timer on vcpu destructionAlexander Graf2010-04-251-0/+4
| * KVM: PPC: Memset vcpu to zerosAlexander Graf2010-04-251-0/+1
| * KVM: PPC: Allocate vcpu struct using vmallocAlexander Graf2010-04-251-4/+3
| * KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)Alexander Graf2010-04-251-11/+2
| * KVM: PPC: Enable use of secondary htab bucketAlexander Graf2010-04-251-8/+1
| * KVM: PPC: Add capability for paired singlesAlexander Graf2010-04-251-0/+1
| * KVM: PPC: Implement Paired Single emulationAlexander Graf2010-04-253-0/+1293
| * KVM: PPC: Enable program interrupt to do MMIOAlexander Graf2010-04-251-0/+4
| * KVM: PPC: Fix error in BAT assignmentAlexander Graf2010-04-251-2/+2
| * KVM: PPC: Add helpers to call FPU instructionsAlexander Graf2010-04-252-0/+274
| * KVM: PPC: Make ext giveup non-staticAlexander Graf2010-04-251-2/+1
| * KVM: PPC: Make software load/store return eaddrAlexander Graf2010-04-252-21/+31
| * KVM: PPC: Implement mtsr instruction emulationAlexander Graf2010-04-251-0/+6
| * KVM: PPC: Fix typo in book3s_32 debug codeAlexander Graf2010-04-251-1/+1
| * KVM: PPC: Preload FPU when possibleAlexander Graf2010-04-251-0/+8
| * KVM: PPC: Combine extension interrupt handlersAlexander Graf2010-04-251-5/+50
| * KVM: PPC: Add Gekko SPRsAlexander Graf2010-04-251-0/+70
| * KVM: PPC: Add hidden flag for paired singlesAlexander Graf2010-04-251-0/+4
| * KVM: PPC: Add AGAIN type for emulation returnAlexander Graf2010-04-252-1/+6
| * KVM: PPC: Teach MMIO SignednessAlexander Graf2010-04-252-0/+43
| * KVM: PPC: Enable MMIO to do 64 bits, fprs and qprsAlexander Graf2010-04-251-2/+22
* | KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin2010-05-131-1/+1
|/
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-0517-590/+936
|\
| * KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-012-17/+46
| * KVM: PPC E500: fix tlbcfg emulationLiu Yu2010-03-012-18/+8
| * KVM: PPC: Add PVR/PIR init for E500Liu Yu2010-03-011-0/+6
| * KVM: PPC E500: Add register l1csr0 emulationLiu Yu2010-03-011-0/+6
| * KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
| * KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf2010-03-011-6/+21
| * KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-012-7/+8
| * KVM: PPC: Add support for FPU/Altivec/VSXAlexander Graf2010-03-011-5/+188
| * KVM: PPC: Add helper functions to call real mode loadersAlexander Graf2010-03-012-0/+41
| * KVM: PPC: Make large pages workAlexander Graf2010-03-011-4/+6
| * KVM: PPC: Pass through program interruptsAlexander Graf2010-03-011-0/+1
| * KVM: PPC: Pass program interrupt flags to the guestAlexander Graf2010-03-011-2/+5
| * KVM: PPC: Fix HID5 setting codeAlexander Graf2010-03-011-1/+2
| * KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf2010-03-013-4/+8
| * KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-015-18/+31
| * KVM: PPC: Get rid of unnecessary RFIAlexander Graf2010-03-011-11/+11
| * KVM: PPC: Implement 'skip instruction' modeAlexander Graf2010-03-013-6/+53
| * KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-014-227/+175
| * KVM: PPC: Add helpers for CR, XERAlexander Graf2010-03-013-10/+12
| * KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-0110-225/+248
| * KVM: PPC: Enable lightweight exits againAlexander Graf2010-03-012-53/+57
| * KVM: PPC: Fix typo in rebolting codeAlexander Graf2010-03-011-1/+1