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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...
Peter Maydell
5
-1151
/
+1050
2018-05-14
target/openrisc: Merge disas_openrisc_insn
Richard Henderson
1
-9
/
+4
2018-05-14
target/openrisc: Convert dec_float
Richard Henderson
2
-230
/
+149
2018-05-14
target/openrisc: Convert dec_compi
Richard Henderson
2
-58
/
+70
2018-05-14
target/openrisc: Convert dec_comp
Richard Henderson
2
-62
/
+73
2018-05-14
target/openrisc: Convert dec_M
Richard Henderson
2
-28
/
+16
2018-05-14
target/openrisc: Convert dec_logic
Richard Henderson
2
-36
/
+32
2018-05-14
target/openrisc: Convert dec_mac
Richard Henderson
2
-33
/
+27
2018-05-14
target/openrisc: Convert dec_calc
Richard Henderson
2
-169
/
+229
2018-05-14
target/openrisc: Convert remainder of dec_misc insns
Richard Henderson
2
-153
/
+141
2018-05-14
target/openrisc: Convert memory insns
Richard Henderson
2
-139
/
+160
2018-05-14
target/openrisc: Convert branch insns
Richard Henderson
2
-78
/
+84
2018-05-14
target/openrisc: Start conversion to decodetree.py
Richard Henderson
3
-43
/
+78
2018-05-14
target-openrisc: Write back result before FPE exception
Richard Henderson
3
-252
/
+126
2018-05-14
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...
Peter Maydell
1
-0
/
+1
2018-05-14
m68k: fix floatx80_mod() (Coverity CID1390568)
Laurent Vivier
1
-0
/
+1
2018-05-14
target/s390x: Fix brace Werror with clang 6.0.0
Richard Henderson
1
-1
/
+1
2018-05-14
s390x: refactor reset/reipl handling
David Hildenbrand
4
-64
/
+31
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
14
-23
/
+98
2018-05-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
9
-188
/
+514
2018-05-11
Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...
Peter Maydell
19
-1569
/
+1532
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
8
-5
/
+4
2018-05-11
i386/kvm: add support for Hyper-V reenlightenment MSRs
Vitaly Kuznetsov
5
-3
/
+77
2018-05-11
target/m68k: Fix build Werror with gcc 8.0.1
Richard Henderson
1
-2
/
+3
2018-05-10
target/arm: Clear SVE high bits for FMOV
Richard Henderson
1
-12
/
+5
2018-05-10
target/arm: Fix float16 to/from int16
Richard Henderson
3
-6
/
+55
2018-05-10
target/arm: Implement vector shifted FCVT for fp16
Richard Henderson
1
-18
/
+45
2018-05-10
target/arm: Implement vector shifted SCVF/UCVF for fp16
Richard Henderson
1
-13
/
+20
2018-05-10
target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
Richard Henderson
1
-0
/
+1
2018-05-10
target/arm: Implement CAS and CASP
Richard Henderson
3
-3
/
+161
2018-05-10
target/arm: Fill in disas_ldst_atomic
Richard Henderson
1
-2
/
+36
2018-05-10
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
Richard Henderson
2
-43
/
+134
2018-05-10
target/riscv: Use new atomic min/max expanders
Richard Henderson
1
-49
/
+17
2018-05-10
target/xtensa: Use new min/max expanders
Richard Henderson
1
-17
/
+33
2018-05-10
target/arm: Use new min/max expanders
Richard Henderson
1
-32
/
+14
2018-05-09
target/riscv: convert to TranslatorOps
Emilio G. Cota
1
-78
/
+80
2018-05-09
target/riscv: convert to DisasContextBase
Emilio G. Cota
1
-65
/
+64
2018-05-09
target/riscv: convert to DisasJumpType
Emilio G. Cota
1
-44
/
+28
2018-05-09
target/openrisc: convert to TranslatorOps
Emilio G. Cota
1
-84
/
+79
2018-05-09
target/openrisc: convert to DisasContextBase
Emilio G. Cota
1
-47
/
+46
2018-05-09
target/s390x: convert to TranslatorOps
Emilio G. Cota
1
-82
/
+80
2018-05-09
target/s390x: convert to DisasContextBase
Emilio G. Cota
1
-72
/
+76
2018-05-09
target/s390x: convert to DisasJumpType
Emilio G. Cota
1
-635
/
+632
2018-05-09
target/mips: convert to TranslatorOps
Emilio G. Cota
1
-114
/
+113
2018-05-09
target/mips: use *ctx for DisasContext
Emilio G. Cota
1
-82
/
+83
2018-05-09
target/mips: convert to DisasContextBase
Emilio G. Cota
1
-171
/
+175
2018-05-09
target/mips: convert to DisasJumpType
Emilio G. Cota
1
-95
/
+91
2018-05-09
target/mips: use lookup_and_goto_ptr on BS_STOP
Emilio G. Cota
1
-1
/
+2
2018-05-09
target/sparc: convert to TranslatorOps
Emilio G. Cota
1
-88
/
+86
2018-05-09
target/sparc: convert to DisasContextBase
Emilio G. Cota
1
-47
/
+45
[next]