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
2024-11-18
target/s390x: Fix the floating-point multiply-and-add NaN rules
Ilya Leoshkevich
2
-10
/
+10
2024-08-15
target/s390x: fix build warning (gcc-12 -fsanitize=thread)
Pierrick Bouvier
1
-1
/
+0
2024-07-23
target/s390x: Use set/clear_helper_retaddr in mem_helper.c
Richard Henderson
1
-6
/
+37
2024-07-23
target/s390x: Use user_or_likely in access_memmove
Richard Henderson
1
-29
/
+27
2024-07-23
target/s390x: Use user_or_likely in do_access_memset
Richard Henderson
1
-5
/
+1
2024-06-19
target/s390x: Use s390_skeys_get|set() helper
Philippe Mathieu-Daudé
1
-12
/
+4
2024-05-29
target/s390x: Adjust check of noreturn in translate_one
Richard Henderson
1
-7
/
+8
2024-05-29
target/s390x: Simplify per_ifetch, per_check_exception
Richard Henderson
2
-22
/
+21
2024-05-29
target/s390x: Raise exception from per_store_real
Richard Henderson
2
-4
/
+7
2024-05-29
target/s390x: Raise exception from helper_per_branch
Richard Henderson
2
-37
/
+26
2024-05-29
target/s390x: Split per_breaking_event from per_branch_*
Richard Henderson
1
-3
/
+3
2024-05-29
target/s390x: Simplify help_branch
Richard Henderson
1
-102
/
+50
2024-05-29
target/s390x: Introduce help_goto_indirect
Richard Henderson
1
-9
/
+10
2024-05-29
target/s390x: Disable conditional branch-to-next for PER
Richard Henderson
1
-7
/
+7
2024-05-29
target/s390x: Record separate PER bits in TB flags
Richard Henderson
2
-18
/
+13
2024-05-29
target/s390x: Update CR9 bits
Richard Henderson
1
-1
/
+1
2024-05-29
target/s390x: Do not use unwind for per_check_exception
Richard Henderson
3
-9
/
+27
2024-05-15
target/s390x: Use translator_lduw in get_next_pc
Richard Henderson
1
-2
/
+1
2024-05-15
target/s390x: Disassemble EXECUTEd instructions
Richard Henderson
1
-2
/
+3
2024-05-15
target/s390x: Fix translator_fake_ld length
Richard Henderson
1
-2
/
+2
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
1
-4
/
+4
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
1
-5
/
+3
2024-05-15
accel/tcg: Pass DisasContextBase to translator_fake_ldb
Richard Henderson
1
-1
/
+1
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-09
target/s390x: Use insn_start from DisasContextBase
Richard Henderson
1
-3
/
+1
2024-03-25
target/s390x: Use mutable temporary value for op_ts
Ido Plat
1
-2
/
+3
2024-02-08
Merge tag 'pull-tcg-20240205-2' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-55
/
+29
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
3
-13
/
+5
2024-02-06
target/s390x: Emulate CVB, CVBY and CVBG
Ilya Leoshkevich
3
-0
/
+96
2024-02-06
target/s390x: Emulate CVDG
Ilya Leoshkevich
3
-0
/
+30
2024-02-03
target/s390x: Improve general case of disas_jcc
Richard Henderson
1
-44
/
+22
2024-02-03
target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}
Richard Henderson
1
-11
/
+7
2024-02-03
target/s390x: Split out s390x_env_mmu_index
Richard Henderson
1
-16
/
+18
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2024-01-11
target/s390x: Fix LAE setting a wrong access register
Ilya Leoshkevich
1
-1
/
+2
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-59
/
+59
2023-11-08
Merge tag 'pull-request-2023-11-07' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2
-5
/
+23
2023-11-07
target/s390x: Fix LAALG not updating cc_src
Ilya Leoshkevich
2
-3
/
+18
2023-11-07
target/s390x: Fix CLC corrupting cc_src
Ilya Leoshkevich
1
-2
/
+5
2023-11-07
hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
Philippe Mathieu-Daudé
1
-1
/
+2
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+1
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2
-264
/
+264
2023-09-15
target/s390x: Use clmul_64
Richard Henderson
1
-47
/
+13
2023-09-15
target/s390x: Use clmul_32* routines
Richard Henderson
1
-53
/
+22
2023-09-15
target/s390x: Use clmul_16* routines
Richard Henderson
1
-3
/
+24
2023-09-15
target/s390x: Use clmul_8* routines
Richard Henderson
1
-3
/
+29
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2
-2
/
+0
2023-08-31
target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2
-2
/
+0
2023-08-23
target/s390x: Fix the "ignored match" case in VSTRS
Ilya Leoshkevich
1
-37
/
+17
[next]