aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich1-1/+1
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller3-5/+105
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr2-3/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2-0/+2
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich3-76/+43
2022-01-17target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich1-1/+1
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich1-2/+4
2022-01-17target/s390x: Fix SLDA sign bit indexIlya Leoshkevich1-1/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot4-31/+31
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson1-7/+20
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson1-7/+11
2021-11-02target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson1-13/+5
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson1-6/+2
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-4/+4
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-1/+0
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson1-2/+2
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson1-2/+8
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-10/+10
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-1/+1
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-7/+9
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-0/+9
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand2-14/+1
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand1-13/+23
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand1-0/+3
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand1-1/+1
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand1-3/+4
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand1-1/+14
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-24/+0
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-12/+7
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell19-0/+19971
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen19-0/+19982