aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2021-12-17s390: kvm: adjust diag318 resets to retain dataCollin Walling
2021-11-17target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson
2021-11-02target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson
2021-10-31monitor: Trim some trailing space from human-readable outputMarkus Armbruster
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson
2021-10-15Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-13s390x: sigp: Force Set Architecture to return Invalid ParameterEric Farman
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand
2021-09-06s390x/mmu_helper: avoid setting the storage key if nothing changedDavid Hildenbrand
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand
2021-09-06s390x/mmu_helper: fixup mmu_translate() documentationDavid Hildenbrand
2021-09-06s390x/mmu_helper: no need to pass access type to mmu_translate_asce()David Hildenbrand
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand
2021-09-06s390x/ioinst: Fix wrong MSCH alignment check on little endianDavid Hildenbrand
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-07-07target/s390x: split sysemu part of cpu modelsCho, Yu-Chen
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: remove kvm-stub.cCho, Yu-Chen
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen
2021-07-07target/s390x: make helper.c sysemu-onlyCho, Yu-Chen
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen