summaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2019-02-04s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand
2019-02-04s390x: remove direct reference to mem_path global from s390x codeIgor Mammedov
2019-02-04target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCGAlex Bennée
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-10-12s390x/kvm: enable AP instruction interpretation for guestTony Krowiak
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank
2018-08-28target/s390x: use regular spaces in translate.cPavel Zbitskiy
2018-08-28target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy
2018-08-28target/s390x: add EX support for TRT and TRTRPavel Zbitskiy
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-20s390x: Enable KVM huge page backing supportJanosch Frank
2018-08-20s390x/kvm: add etoken facilityChristian Borntraeger
2018-08-20s390x/cpumodel: Add "-cpu max" supportDavid Hildenbrand
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-08-20s390x/cpumodel: enum type S390FeatGroup now gets generatedMichael Mueller
2018-07-18s390x/cpumodel: fix segmentation fault when baselining modelsDavid Hildenbrand
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger