aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang1-5/+5
2019-08-23Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-12/+1
2019-06-17KVM: PPC: Book3S PR: Fix software breakpointsMark Cave-Ayland1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-12/+1
2018-10-26KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras1-4/+3
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin1-6/+0
2017-06-19KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras1-2/+2
2017-04-20KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth1-0/+8
2016-06-20KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth1-1/+0
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf1-1/+1
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan1-0/+15
2014-07-28KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf1-191/+1
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-6/+12
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