aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-06KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf1-28/+36
2012-05-06KVM: PPC: Emulator: clean up instruction parsingAlexander Graf1-67/+4
2012-05-06KVM: PPC: Fix stbux emulationAlexander Graf1-1/+1
2012-05-06KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan1-2/+7
2012-04-08KVM: PPC: Emulate tw and td instructionsAlexander Graf1-0/+14
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-28/+11
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood1-30/+29
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-1/+2
2012-03-05KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0Bharat Bhushan1-1/+2
2012-03-05KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000Bharat Bhushan1-5/+7
2011-05-22KVM: PPC: booke: add sregs supportScott Wood1-5/+8
2011-05-22KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood1-0/+2
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+24
2010-10-24KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf1-8/+16
2010-10-24KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf1-4/+8
2010-10-13powerpc: Remove pr_<level> uses of KERN_<level>Joe Perches1-2/+2
2010-05-17KVM: PPC: Remove fetch fail codeAlexander Graf1-4/+0
2010-05-17KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf1-3/+3
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf1-3/+4
2010-05-17KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf1-0/+20
2010-04-25KVM: PPC: Add AGAIN type for emulation returnAlexander Graf1-1/+3
2010-04-25KVM: PPC: Teach MMIO SignednessAlexander Graf1-0/+14
2010-03-01KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu1-2/+2
2010-03-01KVM: PPC: Pass through program interruptsAlexander Graf1-0/+1
2010-03-01KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf1-1/+1
2010-03-01KVM: PPC: Implement 'skip instruction' modeAlexander Graf1-0/+4
2010-03-01KVM: PPC: Use accessor functions for GPR accessAlexander Graf1-49/+57
2010-03-01KVM: powerpc: Improve DEC handlingAlexander Graf1-0/+3
2009-11-05Use hrtimers for the decrementerAlexander Graf1-7/+11
2009-11-05Add desktop PowerPC specific emulationAlexander Graf1-10/+39
2009-11-05Add mfdec emulationAlexander Graf1-1/+12
2009-09-10KVM: powerpc: convert marker probes to event traceMarcelo Tosatti1-1/+2
2009-09-10KVM: ppc: e500: Add MMUCFG and PVR emulationLiu Yu1-0/+2
2009-09-10KVM: ppc: e500: Directly pass pvr to guestLiu Yu1-1/+1
2009-03-24KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard1-30/+63
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard1-0/+4
2008-12-31KVM: ppc: improve trap emulationHollis Blanchard1-2/+2
2008-12-31KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard1-1/+1
2008-12-31KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard1-250/+22
2008-12-31ppc: Create disassemble.h to extract instruction fieldsHollis Blanchard1-56/+1
2008-12-31KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard1-1/+1
2008-12-31KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard1-113/+7
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard1-1/+1
2008-10-15KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt1-0/+2
2008-10-15KVM: ppc: adds trace points for ppc tlb activityJerone Young1-0/+4
2008-07-27KVM: ppc: fix invalidation of large guest pagesHollis Blanchard1-1/+1
2008-06-06KVM: ppc: add lwzx/stwz emulationHollis Blanchard1-0/+12
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard1-0/+760