summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-0/+4
* KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-031-1/+3
* KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-5/+5
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-08-231-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* | KVM: PPC: Book3S PR: Fix software breakpointsMark Cave-Ayland2019-06-171-0/+1
|/
* KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras2018-10-261-4/+3
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-04-011-6/+0
* KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras2017-06-191-2/+2
* KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth2017-04-201-0/+8
* KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth2016-06-201-1/+0
* KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-221-1/+1
* powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-221-0/+15
* KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-281-191/+1
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-6/+12
* KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-12/+12
* KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-271-1/+0
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-5/+6
* kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-0/+1
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-3/+3
* powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia2013-07-301-44/+1
* KVM: PPC: Ignore PIR writesAlexander Graf2013-06-301-0/+3
* KVM: PPC: emulate dcbstStuart Yoder2013-04-171-0/+2
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-5/+0
|\
| * KVM: PPC: Fix mfspr/mtspr MMUCFG emulationMihai Caraman2013-01-101-5/+0
* | KVM: PPC: Emulate dcbfAlexander Graf2013-01-181-0/+2
|/
* KVM: PPC: Move mtspr/mfspr emulation into own functionsAlexander Graf2012-10-301-100/+121
* KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi2012-07-111-0/+16
* KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-061-28/+36
* KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-061-67/+4
* KVM: PPC: Fix stbux emulationAlexander Graf2012-05-061-1/+1
* KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan2012-05-061-2/+7
* KVM: PPC: Emulate tw and td instructionsAlexander Graf2012-04-081-0/+14
* KVM: PPC: Pass EA to updating emulation opsAlexander Graf2012-04-081-28/+11
* KVM: PPC: booke: Improve timer register emulationScott Wood2012-03-051-30/+29
* KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood2012-03-051-1/+2
* KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0Bharat Bhushan2012-03-051-1/+2
* KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000Bharat Bhushan2012-03-051-5/+7
* 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