summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf2010-10-241-22/+4
* KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()Wei Yongjun2010-10-241-1/+3
* KVM: PPC: Magic Page Book3s supportAlexander Graf2010-10-241-3/+32
* KVM: PPC: Make PAM a defineAlexander Graf2010-10-241-2/+2
* KVM: PPC: Tell guest about pending interruptsAlexander Graf2010-10-241-0/+7
* KVM: PPC: Add PV guest critical sectionsAlexander Graf2010-10-241-2/+16
* KVM: PPC: Implement hypervisor interfaceAlexander Graf2010-10-241-2/+7
* KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf2010-10-241-8/+8
* KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf2010-10-241-6/+6
* KVM: PPC: Convert DAR to shared page.Alexander Graf2010-10-241-7/+7
* KVM: PPC: Convert DSISR to shared pageAlexander Graf2010-10-241-5/+6
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-30/+35
* KVM: PPC: Introduce shared pageAlexander Graf2010-10-241-1/+8
* KVM: PPC: Make use of hash based Shadow MMUAlexander Graf2010-08-011-2/+12
* KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab2010-08-011-22/+27
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-16/+0
* KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2010-05-191-0/+10
* KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-191-1/+2
* KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell2010-05-191-0/+1
* KVM: PPC: Enable native paired singlesAlexander Graf2010-05-171-0/+19
* KVM: PPC: Improve split modeAlexander Graf2010-05-171-14/+14
* KVM: PPC: Make Performance Counters workAlexander Graf2010-05-171-0/+3
* KVM: PPC: Convert u64 -> ulongAlexander Graf2010-05-171-3/+3
* KVM: PPC: Check max IRQ prioAlexander Graf2010-05-171-1/+1
* KVM: PPC: Add Book3S compatibility codeAlexander Graf2010-05-171-1/+25
* KVM: PPC: Emulate segment faultAlexander Graf2010-05-171-0/+23
* KVM: PPC: Extract MMU initAlexander Graf2010-05-171-7/+1
* KVM: PPC: Improve indirect svcpu accessorsAlexander Graf2010-05-171-53/+72
* KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf2010-05-171-0/+4
* KVM: PPC: Fix dcbz emulationAlexander Graf2010-05-171-34/+22
* KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf2010-05-171-0/+8
* KVM: PPC: Add OSI hypercall interfaceAlexander Graf2010-05-171-6/+18
* KVM: PPC: Implement alignment interruptAlexander Graf2010-05-171-0/+10
* KVM: PPC: Load VCPU for register fetchingAlexander Graf2010-05-171-0/+8
* KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf2010-05-171-0/+5
* KVM: PPC: Split instruction reading outAlexander Graf2010-05-171-8/+16
* KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf2010-05-171-0/+6
* KVM: PPC: Ensure split mode worksAlexander Graf2010-05-171-22/+24
* 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: Enable program interrupt to do MMIOAlexander Graf2010-04-251-0/+4
* KVM: PPC: Make ext giveup non-staticAlexander Graf2010-04-251-2/+1
* KVM: PPC: Make software load/store return eaddrAlexander Graf2010-04-251-16/+25
* 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 hidden flag for paired singlesAlexander Graf2010-04-251-0/+4
* KVM: PPC: Add AGAIN type for emulation returnAlexander Graf2010-04-251-0/+3
* 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-301-0/+1
* KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf2010-03-011-6/+21
OpenPOWER on IntegriCloud