aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf1-12/+12
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater1-1/+0
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-5/+6
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V1-0/+1
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-3/+3
2013-07-30powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia1-44/+1
2013-06-30KVM: PPC: Ignore PIR writesAlexander Graf1-0/+3
2013-04-17KVM: PPC: emulate dcbstStuart Yoder1-0/+2
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+0
2013-01-18KVM: PPC: Emulate dcbfAlexander Graf1-0/+2
2013-01-10KVM: PPC: Fix mfspr/mtspr MMUCFG emulationMihai Caraman1-5/+0
2012-10-30KVM: PPC: Move mtspr/mfspr emulation into own functionsAlexander Graf1-100/+121
2012-07-11KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi1-0/+16
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