| Commit message (Expand) | Author | Age | Files | Lines |
* | s390x: sigp: Reorder the SIGP STOP code | Eric Farman | 2022-01-18 | 1 | -4/+8 |
* | target/s390x: Fix shifting 32-bit values for more than 31 bits | Ilya Leoshkevich | 2022-01-17 | 5 | -80/+45 |
* | target/s390x: Fix cc_calc_sla_64() missing overflows | Ilya Leoshkevich | 2022-01-17 | 1 | -1/+1 |
* | target/s390x: Fix SRDA CC calculation | Ilya Leoshkevich | 2022-01-17 | 1 | -2/+4 |
* | target/s390x: Fix SLDA sign bit index | Ilya Leoshkevich | 2022-01-17 | 1 | -1/+1 |
* | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 2022-01-08 | 4 | -31/+31 |
* | s390: kvm: adjust diag318 resets to retain data | Collin Walling | 2021-12-17 | 2 | -2/+6 |
* | target/s390x/cpu.h: Remove unused SIGP_MODE defines | Thomas Huth | 2021-11-17 | 1 | -5/+0 |
* | Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull... | Richard Henderson | 2021-11-03 | 1 | -2/+2 |
|\ |
|
| * | monitor: Trim some trailing space from human-readable output | Markus Armbruster | 2021-10-31 | 1 | -2/+2 |
* | | target/s390x: Implement s390x_cpu_record_sigbus | Richard Henderson | 2021-11-02 | 3 | -10/+26 |
* | | target/s390x: Implement s390_cpu_record_sigsegv | Richard Henderson | 2021-11-02 | 3 | -12/+25 |
* | | target/s390x: Use probe_access_flags in s390_probe_access | Richard Henderson | 2021-11-02 | 1 | -13/+5 |
|/ |
|
* | target/s390x: Drop check for singlestep_enabled | Richard Henderson | 2021-10-16 | 1 | -6/+2 |
* | Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int... | Richard Henderson | 2021-10-15 | 1 | -17/+1 |
|\ |
|
| * | s390x: sigp: Force Set Architecture to return Invalid Parameter | Eric Farman | 2021-10-13 | 1 | -17/+1 |
* | | target/s390x: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson | 2021-10-13 | 1 | -4/+4 |
* | | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson | 2021-10-13 | 1 | -1/+0 |
* | | target/s390x: Use MO_128 for 16 byte atomics | Richard Henderson | 2021-10-13 | 1 | -2/+2 |
|/ |
|
* | target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start | Richard Henderson | 2021-10-12 | 1 | -2/+8 |
* | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 2021-10-06 | 1 | -10/+10 |
* | tcg: Expand MO_SIZE to 3 bits | Richard Henderson | 2021-10-06 | 1 | -1/+1 |
* | hw/core: Make do_unaligned_access noreturn | Richard Henderson | 2021-09-22 | 1 | -2/+2 |
* | include/exec: Move cpu_signal_handler declaration | Richard Henderson | 2021-09-22 | 1 | -7/+0 |
* | accel/tcg: Add DisasContextBase argument to translator_ld* | Ilya Leoshkevich | 2021-09-14 | 1 | -7/+9 |
* | s390x/cpumodel: Add more feature to gen16 default model | Christian Borntraeger | 2021-09-07 | 1 | -1/+7 |
* | hw/s390x/s390-skeys: lazy storage key enablement under TCG | David Hildenbrand | 2021-09-06 | 2 | -0/+17 |
* | s390x/mmu_helper: avoid setting the storage key if nothing changed | David Hildenbrand | 2021-09-06 | 1 | -4/+7 |
* | s390x/mmu_helper: move address validation into mmu_translate*() | David Hildenbrand | 2021-09-06 | 4 | -29/+24 |
* | s390x/mmu_helper: fixup mmu_translate() documentation | David Hildenbrand | 2021-09-06 | 1 | -1/+2 |
* | s390x/mmu_helper: no need to pass access type to mmu_translate_asce() | David Hildenbrand | 2021-09-06 | 1 | -2/+2 |
* | s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE | David Hildenbrand | 2021-09-06 | 4 | -16/+35 |
* | s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE | David Hildenbrand | 2021-09-06 | 1 | -0/+3 |
* | s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE | David Hildenbrand | 2021-09-06 | 1 | -1/+1 |
* | s390x/tcg: wrap address for RRBE | David Hildenbrand | 2021-09-06 | 1 | -3/+4 |
* | s390x/ioinst: Fix wrong MSCH alignment check on little endian | David Hildenbrand | 2021-09-06 | 1 | -1/+1 |
* | s390x/tcg: fix and optimize SPX (SET PREFIX) | David Hildenbrand | 2021-09-06 | 1 | -1/+14 |
* | arch_init.h: Don't include arch_init.h unnecessarily | Peter Maydell | 2021-08-26 | 1 | -1/+0 |
* | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson | 2021-07-21 | 1 | -24/+0 |
* | tcg: Rename helper_atomic_*_mmu and provide for user-only | Richard Henderson | 2021-07-21 | 1 | -12/+7 |
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 2021-07-12 | 47 | -1115/+1145 |
|\ |
|
| * | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen | 2021-07-07 | 5 | -416/+453 |
| * | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 2021-07-07 | 14 | -28/+33 |
| * | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -122/+1 |
| * | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+2 |
| * | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2021-07-07 | 2 | -9/+2 |
| * | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 2021-07-07 | 4 | -151/+178 |
| * | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 2021-07-07 | 5 | -277/+326 |
| * | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 2021-07-07 | 22 | -17/+18 |
| * | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 2021-07-07 | 24 | -23/+23 |