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
/
s390x
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-20
target/s390x: Handle CRL and CGFRL with non-aligned addresses
Ilya Leoshkevich
1
-1
/
+2
2023-03-20
target/s390x: Handle LLGFRL from non-aligned addresses
Ilya Leoshkevich
2
-4
/
+5
2023-03-20
target/s390x: Handle LRL and LGFRL from non-aligned addresses
Ilya Leoshkevich
2
-8
/
+9
2023-03-20
target/s390x: Handle LGRL from non-aligned addresses
Ilya Leoshkevich
2
-4
/
+5
2023-03-20
target/s390x: Handle EXECUTE of odd addresses
Ilya Leoshkevich
1
-2
/
+10
2023-03-20
target/s390x: Fix EXECUTE of relative long instructions
Ilya Leoshkevich
2
-1
/
+13
2023-03-20
target/s390x: Fix R[NOX]SBG with T=1
Ilya Leoshkevich
1
-0
/
+4
2023-03-20
target/s390x: Implement Early Exception Recognition
Ilya Leoshkevich
2
-1
/
+18
2023-03-20
target/s390x: Fix LPSW
Ilya Leoshkevich
1
-10
/
+12
2023-03-14
Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2
-330
/
+21
2023-03-13
target/s390x: Avoid tcg_const_i64
Richard Henderson
1
-10
/
+10
2023-03-13
target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
Richard Henderson
1
-17
/
+0
2023-03-13
target/s390x: Remove assert vs g_in2
Richard Henderson
1
-10
/
+10
2023-03-13
target/s390x: Drop tcg_temp_free from translate.c
Richard Henderson
1
-105
/
+0
2023-03-13
target/s390x: Drop tcg_temp_free from translate_vx.c.inc
Richard Henderson
1
-143
/
+0
2023-03-13
target/s390x: Drop free_compare
Richard Henderson
1
-45
/
+1
2023-03-13
target/s390x: Fix emulation of C(G)HRL
Nina Schoetterl-Glausch
2
-2
/
+9
2023-03-05
target/s390x: Split out gen_ri2
Richard Henderson
1
-9
/
+14
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
1
-1
/
+1
2023-02-27
target/s390x: Use tcg_constant_* in translate_vx.c.inc
Richard Henderson
1
-25
/
+20
2023-02-27
target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
Richard Henderson
1
-25
/
+1
2023-02-27
target/s390x: Use tcg_constant_* for DisasCompare
Richard Henderson
1
-22
/
+22
2023-02-27
target/s390x: Use tcg_constant_* in local contexts
Richard Henderson
1
-263
/
+147
2023-02-27
target/s390x: Hoist some computation in access_memmove
Richard Henderson
1
-6
/
+7
2023-02-27
target/s390x: Inline do_access_{get,set}_byte
Richard Henderson
1
-40
/
+30
2023-02-27
target/s390x: Remove TLB_NOTDIRTY workarounds
Richard Henderson
1
-52
/
+22
2023-02-27
target/s390x: Tidy access_prepare_nf
Richard Henderson
1
-17
/
+13
2023-02-27
target/s390x: Use void* for haddr in S390Access
Richard Henderson
1
-5
/
+6
2023-02-27
target/s390x: Pass S390Access pointer into access_prepare
Richard Henderson
1
-50
/
+50
2023-02-27
target/s390x: Fix s390_probe_access for user-only
Richard Henderson
1
-13
/
+18
2023-02-04
target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
Richard Henderson
1
-0
/
+3
2023-02-04
target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
Richard Henderson
3
-76
/
+33
2023-02-04
target/s390x: Use Int128 for passing float128
Richard Henderson
3
-89
/
+105
2023-02-04
target/s390x: Use Int128 for returning float128
Richard Henderson
3
-48
/
+52
2023-02-04
target/s390x: Copy wout_x1 to wout_x1_P
Richard Henderson
2
-6
/
+14
2023-02-04
target/s390x: Use Int128 for return from TRE
Richard Henderson
2
-6
/
+8
2023-02-04
target/s390x: Use Int128 for return from CKSM
Richard Henderson
2
-6
/
+7
2023-02-04
target/s390x: Use Int128 for return from CLST
Richard Henderson
2
-9
/
+10
2023-02-04
target/s390x: Use a single return for helper_divs64/u64
Richard Henderson
2
-33
/
+19
2023-02-04
target/s390x: Use a single return for helper_divs32/u32
Richard Henderson
2
-17
/
+17
2023-01-09
target/s390x/tcg/excp_helper: Restrict system headers to sysemu
Philippe Mathieu-Daudé
1
-4
/
+4
2023-01-09
target/s390x/tcg/misc_helper: Remove unused "memory.h" include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-12-15
target/s390x: The MVCP and MVCS instructions are not privileged
Thomas Huth
3
-8
/
+18
2022-12-15
target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()
Thomas Huth
1
-1
/
+1
2022-12-03
target/s390x/tcg: Fix and improve the SACF instruction
Thomas Huth
2
-1
/
+8
2022-11-16
s390x: Fix spelling errors
Thomas Huth
5
-8
/
+8
2022-11-05
target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc
Philippe Mathieu-Daudé
3
-6
/
+6
2022-11-01
Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...
Stefan Hajnoczi
1
-4
/
+10
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
1
-1
/
+1
[next]