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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-04-28
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging
Peter Maydell
1
-2
/
+2
2019-04-26
target/ppc: Style fixes for translate.c
David Gibson
1
-191
/
+313
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
1
-2
/
+2
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-86
/
+85
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
1
-5
/
+4
2019-03-29
target/ppc: Improve comment of bcctr used for spectre v2 mitigation
Greg Kurz
1
-1
/
+9
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
1
-6
/
+4
2019-03-29
target/ppc: Enable "decrement and test CTR" version of bcctr
Greg Kurz
1
-15
/
+37
2019-03-29
target/ppc: Fix TCG temporary leaks in gen_bcond()
Greg Kurz
1
-0
/
+2
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
1
-14
/
+2
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
1
-2
/
+2
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
1
-1
/
+1
2019-02-26
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
1
-1
/
+2
2019-02-26
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
1
-1
/
+12
2019-02-26
target/ppc: Fix nip on power management instructions
Benjamin Herrenschmidt
1
-4
/
+8
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
[next]