Age | Commit message (Expand) | Author |
2019-10-10 | s390x/tcg: MVCL: Exit to main loop if requested | David Hildenbrand |
2019-10-09 | target/s390x: Simplify helper_lra | Richard Henderson |
2019-10-09 | target/s390x: Return exception from mmu_translate | Richard Henderson |
2019-10-09 | target/s390x: Use tcg_s390_program_interrupt in TCG helpers | Richard Henderson |
2019-10-09 | target/s390x: Remove ilen parameter from s390_program_interrupt | Richard Henderson |
2019-10-09 | s390x/mmu: DAT table definition overhaul | David Hildenbrand |
2019-09-23 | s390x/tcg: MVO: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVST: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVZ: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVN: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCIN: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: NC: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: XC: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: OC: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCLU: Fault-safe handling | David Hildenbrand |
2019-09-23 | s390x/tcg: MVC: Fault-safe handling on destructive overlaps | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCS/MVCP: Use access_memmove() | David Hildenbrand |
2019-09-23 | s390x/tcg: Fault-safe memmove | David Hildenbrand |
2019-09-23 | s390x/tcg: Fault-safe memset | David Hildenbrand |
2019-09-23 | s390x/tcg: MVST: Fix storing back the addresses to registers | David Hildenbrand |
2019-09-23 | s390x/tcg: MVST: Check for specification exceptions | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCS/MVCP: Properly wrap the length | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCS/MVCP: Check for special operation exceptions | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time | David Hildenbrand |
2019-09-23 | s390x/tcg: MVPG: Properly wrap the addresses | David Hildenbrand |
2019-09-23 | s390x/tcg: MVPG: Check for specification exceptions | David Hildenbrand |
2019-09-23 | s390x/tcg: MVC: Use is_destructive_overlap() | David Hildenbrand |
2019-09-23 | s390x/tcg: MVC: Increment the length once | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCL: Process max 4k bytes at a time | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCL: Detect destructive overlaps | David Hildenbrand |
2019-09-23 | s390x/tcg: MVCL: Zero out unused bits of address | David Hildenbrand |
2019-09-23 | s390x/tcg: Reset exception_index to -1 instead of 0 | David Hildenbrand |
2019-09-03 | s390x/tcg: Pass a size to probe_write() in do_csst() | David Hildenbrand |
2019-09-03 | tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code | David Hildenbrand |
2019-09-03 | s390x/tcg: Fix length calculation in probe_write_access() | David Hildenbrand |
2019-09-03 | s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access() | David Hildenbrand |
2019-08-22 | s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBE | David Hildenbrand |
2019-06-10 | target/s390x: Use env_cpu, env_archcpu | Richard Henderson |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-05-10 | target/s390x: Convert to CPUClass::tlb_fill | Richard Henderson |
2019-03-11 | s390x/tcg: Provide probe_write_access helper | David Hildenbrand |
2019-01-30 | target/s390x: Fix LGPL version in the file header comments | Thomas Huth |
2018-10-18 | target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate | Richard Henderson |
2018-10-18 | target/s390x: Split do_cdsg, do_lpq, do_stpq | Richard Henderson |
2018-10-18 | target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128 | Richard Henderson |
2018-08-28 | target/s390x: fix PACK reading 1 byte less and writing 1 byte more | Pavel Zbitskiy |
2018-08-28 | target/s390x: add EX support for TRT and TRTR | Pavel Zbitskiy |
2018-08-28 | target/s390x: fix CSST decoding and runtime alignment check | Pavel Zbitskiy |
2018-05-31 | target: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |