Age | Commit message (Expand) | Author |
2023-07-24 | target/s390x: Fix CLM with M3=0 | Ilya Leoshkevich |
2023-07-10 | target/s390x: Fix LRA overwriting the top 32 bits on DAT error | Ilya Leoshkevich |
2023-07-10 | target/s390x: Fix MVCRL with a large value in R0 | Ilya Leoshkevich |
2023-05-23 | qemu/atomic128: Split atomic16_read | Richard Henderson |
2023-05-23 | target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst | Richard Henderson |
2023-05-23 | target/s390x: Use cpu_{ld,st}*_mmu in do_csst | Richard Henderson |
2023-05-23 | target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ | Richard Henderson |
2023-03-28 | softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel | Philippe Mathieu-Daudé |
2023-03-20 | target/s390x/tcg/mem_helper: Remove bad assert() statement | Thomas Huth |
2023-03-20 | target/s390x: Handle EXECUTE of odd addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Fix EXECUTE of relative long instructions | Ilya Leoshkevich |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_flags() | Daniel Henrique Barboza |
2023-02-27 | target/s390x: Hoist some computation in access_memmove | Richard Henderson |
2023-02-27 | target/s390x: Inline do_access_{get,set}_byte | Richard Henderson |
2023-02-27 | target/s390x: Remove TLB_NOTDIRTY workarounds | Richard Henderson |
2023-02-27 | target/s390x: Tidy access_prepare_nf | Richard Henderson |
2023-02-27 | target/s390x: Use void* for haddr in S390Access | Richard Henderson |
2023-02-27 | target/s390x: Pass S390Access pointer into access_prepare | Richard Henderson |
2023-02-27 | target/s390x: Fix s390_probe_access for user-only | Richard Henderson |
2023-02-04 | target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG | Richard Henderson |
2023-02-04 | target/s390x: Use Int128 for return from TRE | Richard Henderson |
2023-02-04 | target/s390x: Use Int128 for return from CKSM | Richard Henderson |
2023-02-04 | target/s390x: Use Int128 for return from CLST | Richard Henderson |
2022-12-15 | target/s390x: The MVCP and MVCS instructions are not privileged | Thomas Huth |
2022-12-15 | target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid() | Thomas Huth |
2022-10-03 | accel/tcg: Suppress auto-invalidate in probe_access_internal | Richard Henderson |
2022-02-28 | s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ... | David Miller |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot |
2021-11-02 | target/s390x: Use probe_access_flags in s390_probe_access | Richard Henderson |
2021-10-13 | target/s390x: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson |
2021-10-13 | target/s390x: Use MO_128 for 16 byte atomics | Richard Henderson |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson |
2021-09-06 | hw/s390x/s390-skeys: lazy storage key enablement under TCG | David Hildenbrand |
2021-09-06 | s390x/mmu_helper: move address validation into mmu_translate*() | David Hildenbrand |
2021-09-06 | s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE | David Hildenbrand |
2021-09-06 | s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE | David Hildenbrand |
2021-09-06 | s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE | David Hildenbrand |
2021-09-06 | s390x/tcg: wrap address for RRBE | David Hildenbrand |
2021-07-21 | tcg: Rename helper_atomic_*_mmu and provide for user-only | Richard Henderson |
2021-07-07 | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen |