index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
translate.c
Age
Commit message (
Expand
)
Author
2016-09-07
ppc: Don't set access_type on all load/stores on hash64
Benjamin Herrenschmidt
2016-09-07
ppc: Fix CFAR updates
Benjamin Herrenschmidt
2016-09-07
ppc: Speed up dcbz
Benjamin Herrenschmidt
2016-09-07
ppc: Handle unconditional (always/never) traps at translation time
Benjamin Herrenschmidt
2016-09-07
ppc: Make alignment exceptions suck less
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in dcbz and lscbx
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP if not taking alignment exceptions
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP on conditional trap instructions
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP BookE 2.06 tlbwe
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in facility unavailable interrupts
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in DCR access routines
Benjamin Herrenschmidt
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in lmw/stmw/icbi
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in lswi/lswx/stswi/stswx
Benjamin Herrenschmidt
2016-09-07
ppc: Move VSX ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move VMX ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move DFP ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move embedded spe ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move classic fp ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
target-ppc: introduce opc4 for Expanded Opcode
Nikunj A Dadhania
2016-09-07
target-ppc: add maddhd and maddhdu instruction
Nikunj A Dadhania
2016-09-07
target-ppc: add maddld instruction
Nikunj A Dadhania
2016-09-07
target-ppc: add setb instruction
Vivek Andrew Sha
2016-09-07
target-ppc: add cmpeqb instruction
Nikunj A Dadhania
2016-09-07
target-ppc: add cnttzw[.] instruction
Nikunj A Dadhania
2016-09-07
target-ppc: add cnttzd[.] instruction
Sandipan Das
2016-09-07
target-ppc: add modulo dword operations
Nikunj A Dadhania
2016-09-07
target-ppc: add modulo word operations
Nikunj A Dadhania
2016-09-07
target-ppc: add cmprb instruction
Nikunj A Dadhania
2016-09-07
target-ppc: adding addpcis instruction
Nikunj A Dadhania
2016-07-01
target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso
Aaron Larson
2016-07-01
ppc: Print HSRR0/HSRR1 in "info registers"
Benjamin Herrenschmidt
2016-06-23
ppc: Add P7/P8 Power Management instructions
Benjamin Herrenschmidt
2016-06-23
ppc: Move exception generation code out of line
Benjamin Herrenschmidt
2016-06-23
ppc: Turn a bunch of booleans from int to bool
Benjamin Herrenschmidt
2016-06-23
ppc: Add real mode CI load/store instructions for P7 and P8
Benjamin Herrenschmidt
2016-06-23
ppc: Rework generation of priv and inval interrupts
Benjamin Herrenschmidt
2016-06-23
ppc: Fix rfi/rfid/hrfi/... emulation
Benjamin Herrenschmidt
2016-06-22
target-ppc: Fix rlwimi, rlwinm, rlwnm again
Richard Henderson
2016-06-22
ppc64: disable gen_pause() for linux-user mode
Laurent Vivier
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-17
target-ppc: Fix rlwimi, rlwinm, rlwnm
Richard Henderson
2016-06-17
target-ppc: Bug in BookE wait instruction
Jakub Horak
2016-06-07
ppc: Do not take exceptions on unknown SPRs in privileged mode
Benjamin Herrenschmidt
2016-06-07
ppc: Add missing slbfee. instruction on ppc64 BookS processors
Benjamin Herrenschmidt
2016-06-07
ppc: Fix slbia decode
Benjamin Herrenschmidt
2016-06-07
ppc: Fix mtmsr decoding
Benjamin Herrenschmidt
2016-06-07
ppc: POWER7 has lq/stq instructions and stq need to check ISA
Benjamin Herrenschmidt
2016-06-07
ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode
Benjamin Herrenschmidt
2016-06-07
ppc: fix hrfid, tlbia and slbia privilege
Cédric Le Goater
[next]