Age | Commit message (Expand) | Author | Files | Lines |
2016-06-20 | KVM: PPC: Book3S PR: Fix illegal opcode emulation | Thomas Huth | 1 | -1/+0 |
2014-09-22 | KVM: PPC: Pass enum to kvmppc_get_last_inst | Alexander Graf | 1 | -1/+1 |
2014-09-22 | powerpc/kvm: support to handle sw breakpoint | Madhavan Srinivasan | 1 | -0/+15 |
2014-07-28 | KVM: PPC: Separate loadstore emulation from priv emulation | Alexander Graf | 1 | -191/+1 |
2014-07-28 | KVM: PPC: Allow kvmppc_get_last_inst() to fail | Mihai Caraman | 1 | -6/+12 |
2014-05-30 | KVM: PPC: Make shared struct aka magic page guest endian | Alexander Graf | 1 | -12/+12 |
2014-01-27 | KVM: PPC: Book3S: MMIO emulation support for little endian guests | Cédric Le Goater | 1 | -1/+0 |
2013-10-17 | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine | Aneesh Kumar K.V | 1 | -5/+6 |
2013-10-17 | kvm: powerpc: book3s: Support building HV and PR KVM as module | Aneesh Kumar K.V | 1 | -0/+1 |
2013-10-17 | kvm: powerpc: Add kvmppc_ops callback | Aneesh Kumar K.V | 1 | -3/+3 |
2013-07-31 | powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.h | Hongtao Jia | 1 | -44/+1 |
2013-06-30 | KVM: PPC: Ignore PIR writes | Alexander Graf | 1 | -0/+3 |
2013-04-17 | KVM: PPC: emulate dcbst | Stuart Yoder | 1 | -0/+2 |
2013-02-25 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+0 |
2013-01-18 | KVM: PPC: Emulate dcbf | Alexander Graf | 1 | -0/+2 |
2013-01-10 | KVM: PPC: Fix mfspr/mtspr MMUCFG emulation | Mihai Caraman | 1 | -5/+0 |
2012-10-30 | KVM: PPC: Move mtspr/mfspr emulation into own functions | Alexander Graf | 1 | -100/+121 |
2012-07-11 | KVM: PPC: bookehv64: Add support for std/ld emulation. | Varun Sethi | 1 | -0/+16 |
2012-05-06 | KVM: PPC: Emulator: clean up SPR reads and writes | Alexander Graf | 1 | -28/+36 |
2012-05-06 | KVM: PPC: Emulator: clean up instruction parsing | Alexander Graf | 1 | -67/+4 |
2012-05-06 | KVM: PPC: Fix stbux emulation | Alexander Graf | 1 | -1/+1 |
2012-05-06 | KVM: PPC: Use clockevent multiplier and shifter for decrementer | Bharat Bhushan | 1 | -2/+7 |
2012-04-08 | KVM: PPC: Emulate tw and td instructions | Alexander Graf | 1 | -0/+14 |
2012-04-08 | KVM: PPC: Pass EA to updating emulation ops | Alexander Graf | 1 | -28/+11 |
2012-03-05 | KVM: PPC: booke: Improve timer register emulation | Scott Wood | 1 | -30/+29 |
2012-03-05 | KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn | Scott Wood | 1 | -1/+2 |
2012-03-05 | KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0 | Bharat Bhushan | 1 | -1/+2 |
2012-03-05 | KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000 | Bharat Bhushan | 1 | -5/+7 |
2011-05-22 | KVM: PPC: booke: add sregs support | Scott Wood | 1 | -5/+8 |
2011-05-22 | KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx | Scott Wood | 1 | -0/+2 |
2010-10-24 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -12/+24 |
2010-10-24 | KVM: PPC: Convert SPRG[0-4] to shared page | Alexander Graf | 1 | -8/+16 |
2010-10-24 | KVM: PPC: Convert SRR0 and SRR1 to shared page | Alexander Graf | 1 | -4/+8 |
2010-10-13 | powerpc: Remove pr_<level> uses of KERN_<level> | Joe Perches | 1 | -2/+2 |
2010-05-17 | KVM: PPC: Remove fetch fail code | Alexander Graf | 1 | -4/+0 |
2010-05-17 | KVM: PPC: Use CONFIG_PPC_BOOK3S define | Alexander Graf | 1 | -3/+3 |
2010-05-17 | KVM: PPC: Improve indirect svcpu accessors | Alexander Graf | 1 | -3/+4 |
2010-05-17 | KVM: PPC: Implement emulation for lbzux and lhax | Alexander Graf | 1 | -0/+20 |
2010-04-25 | KVM: PPC: Add AGAIN type for emulation return | Alexander Graf | 1 | -1/+3 |
2010-04-25 | KVM: PPC: Teach MMIO Signedness | Alexander Graf | 1 | -0/+14 |
2010-03-01 | KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest | Liu Yu | 1 | -2/+2 |
2010-03-01 | KVM: PPC: Pass through program interrupts | Alexander Graf | 1 | -0/+1 |
2010-03-01 | KVM: PPC: Emulate trap SRR1 flags properly | Alexander Graf | 1 | -1/+1 |
2010-03-01 | KVM: PPC: Implement 'skip instruction' mode | Alexander Graf | 1 | -0/+4 |
2010-03-01 | KVM: PPC: Use accessor functions for GPR access | Alexander Graf | 1 | -49/+57 |
2010-03-01 | KVM: powerpc: Improve DEC handling | Alexander Graf | 1 | -0/+3 |
2009-11-05 | Use hrtimers for the decrementer | Alexander Graf | 1 | -7/+11 |
2009-11-05 | Add desktop PowerPC specific emulation | Alexander Graf | 1 | -10/+39 |
2009-11-05 | Add mfdec emulation | Alexander Graf | 1 | -1/+12 |
2009-09-10 | KVM: powerpc: convert marker probes to event trace | Marcelo Tosatti | 1 | -1/+2 |