aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Emulate dcbfAlexander Graf2013-02-061-0/+2
* KVM: PPC: booke: add sregs supportScott Wood2011-05-221-5/+8
* KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood2011-05-221-0/+2
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-12/+24
|\
| * KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf2010-10-241-8/+16
| * KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf2010-10-241-4/+8
* | powerpc: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-131-2/+2
|/
* KVM: PPC: Remove fetch fail codeAlexander Graf2010-05-171-4/+0
* KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf2010-05-171-3/+3
* KVM: PPC: Improve indirect svcpu accessorsAlexander Graf2010-05-171-3/+4
* KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf2010-05-171-0/+20
* KVM: PPC: Add AGAIN type for emulation returnAlexander Graf2010-04-251-1/+3
* KVM: PPC: Teach MMIO SignednessAlexander Graf2010-04-251-0/+14
* KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-011-2/+2
* KVM: PPC: Pass through program interruptsAlexander Graf2010-03-011-0/+1
* KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf2010-03-011-1/+1
* KVM: PPC: Implement 'skip instruction' modeAlexander Graf2010-03-011-0/+4
* KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-011-49/+57
* KVM: powerpc: Improve DEC handlingAlexander Graf2010-03-011-0/+3
* Use hrtimers for the decrementerAlexander Graf2009-11-051-7/+11
* Add desktop PowerPC specific emulationAlexander Graf2009-11-051-10/+39
* Add mfdec emulationAlexander Graf2009-11-051-1/+12
* KVM: powerpc: convert marker probes to event traceMarcelo Tosatti2009-09-101-1/+2
* KVM: ppc: e500: Add MMUCFG and PVR emulationLiu Yu2009-09-101-0/+2
* KVM: ppc: e500: Directly pass pvr to guestLiu Yu2009-09-101-1/+1
* KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard2009-03-241-30/+63
* KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-0/+4
* KVM: ppc: improve trap emulationHollis Blanchard2008-12-311-2/+2
* KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard2008-12-311-1/+1
* KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard2008-12-311-250/+22
* ppc: Create disassemble.h to extract instruction fieldsHollis Blanchard2008-12-311-56/+1
* KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard2008-12-311-1/+1
* KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard2008-12-311-113/+7
* KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-151-1/+1
* KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt2008-10-151-0/+2
* KVM: ppc: adds trace points for ppc tlb activityJerone Young2008-10-151-0/+4
* KVM: ppc: fix invalidation of large guest pagesHollis Blanchard2008-07-271-1/+1
* KVM: ppc: add lwzx/stwz emulationHollis Blanchard2008-06-061-0/+12
* KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard2008-04-271-0/+760