index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
1
-0
/
+1
2019-02-17
ppc: fix crash during branch stepping
Roman Kapl
1
-22
/
+15
2019-02-17
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
1
-3
/
+8
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
1
-7
/
+7
2019-01-09
target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
Mark Cave-Ayland
1
-43
/
+16
2019-01-09
target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...
Mark Cave-Ayland
1
-0
/
+10
2019-01-09
target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
Mark Cave-Ayland
1
-0
/
+10
2018-12-21
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
1
-27
/
+33
2018-11-08
This patch fixes processing of rfi instructions in icount mode.
Maria Klimushenkova
1
-0
/
+12
2018-11-08
target/ppc: fix mtmsr instruction for icount
Pavel Dovgalyuk
1
-0
/
+12
2018-11-08
target/ppc: add external PID support
Roman Kapl
1
-0
/
+141
2018-10-18
target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
1
-56
/
+59
2018-08-21
ppc: add DBCR based debugging
Roman Kapl
1
-26
/
+81
2018-07-03
target/ppc: Relax reserved bitmask of indexed store instructions
BALATON Zoltan
1
-1
/
+1
2018-07-03
target/ppc: set is_jmp on ppc_tr_breakpoint_check
Emilio G. Cota
1
-0
/
+1
2018-07-03
target/ppc: Implement the rest of gen_st_atomic
Richard Henderson
1
-1
/
+25
2018-07-03
target/ppc: Implement the rest of gen_ld_atomic
Richard Henderson
1
-4
/
+79
2018-07-03
target/ppc: Use atomic min/max helpers
Richard Henderson
1
-3
/
+19
2018-07-03
target/ppc: Use MO_ALIGN for EXIWX and ECOWX
Richard Henderson
1
-21
/
+4
2018-07-03
target/ppc: Split out gen_st_atomic
Richard Henderson
1
-48
/
+49
2018-07-03
target/ppc: Split out gen_ld_atomic
Richard Henderson
1
-53
/
+52
2018-07-03
target/ppc: Split out gen_load_locked
Richard Henderson
1
-17
/
+18
2018-07-03
target/ppc: Tidy gen_conditional_store
Richard Henderson
1
-17
/
+11
2018-07-03
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
1
-14
/
+0
2018-07-03
target/ppc: Use atomic cmpxchg for STQCX
Richard Henderson
1
-33
/
+60
2018-07-03
target/ppc: Use atomic store for STQ
Richard Henderson
1
-8
/
+27
2018-07-03
target/ppc: Use atomic load for LQ and LQARX
Richard Henderson
1
-24
/
+67
2018-06-21
target/ppc: Add missing opcode for icbt on PPC440
BALATON Zoltan
1
-0
/
+2
2018-06-12
target/ppc: extend eieio for POWER9
Cédric Le Goater
1
-2
/
+23
2018-06-12
target/ppc: Use proper logging function for possible guest errors
Thomas Huth
1
-25
/
+12
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-2
/
+2
2018-05-18
target/ppc: Honor CPU_DUMP_FPU
Richard Henderson
1
-7
/
+13
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
1
-1
/
+1
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
1
-3
/
+2
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
1
-0
/
+3
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
1
-6
/
+6
2018-04-27
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
1
-1
/
+1
2018-04-10
target/ppc: Initialize lazy_tlb_flush correctly
David Gibson
1
-4
/
+3
2018-03-18
target/ppc: fix tlbsync to check privilege level depending on GTSE
Cédric Le Goater
1
-2
/
+7
2018-02-16
target/ppc: convert to TranslatorOps
Emilio G. Cota
1
-162
/
+167
2018-02-16
target/ppc: convert to DisasContextBase
Emilio G. Cota
1
-62
/
+67
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
1
-2
/
+23
2018-01-20
target-ppc: optimize cmp translation
pbonzini@redhat.com
1
-17
/
+12
2018-01-20
target/ppc: msgsnd and msgclr instructions need hypervisor privilege
Cédric Le Goater
1
-2
/
+2
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-1
/
+1
2017-12-15
target/ppc: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-15
/
+8
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-4
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
1
-4
/
+1
[next]