aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2-19/+0
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson3-33/+100
2018-07-03target/ppc: Use atomic store for STQRichard Henderson3-8/+45
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson4-25/+94
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson3-1/+23
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand1-10/+16
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand1-0/+3
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand1-2/+10
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand1-5/+12
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand3-0/+27
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand4-2/+27
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand1-0/+7
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand5-30/+37
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand3-4/+2
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand3-34/+2
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand4-12/+12
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand1-2/+3
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger1-0/+2
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-1/+1
2018-06-30xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell1-1/+5
2018-06-30target/xtensa: Convert to TranslatorOpsRichard Henderson1-101/+116
2018-06-30target/xtensa: Change gen_intermediate_code dc to pointerRichard Henderson1-61/+61
2018-06-30target/xtensa: Convert to DisasContextBaseRichard Henderson1-47/+44
2018-06-30target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURNRichard Henderson1-12/+9
2018-06-30target/xtensa: check zero overhead loop alignmentMax Filippov3-0/+9
2018-06-29target/arm: Add ID_ISAR6Richard Henderson4-3/+9
2018-06-29target/arm: Prune a15 features from maxRichard Henderson1-3/+0
2018-06-29target/arm: Prune a57 features from maxRichard Henderson1-9/+0
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson2-7/+6
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson1-5/+15
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay1-1/+1
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay1-18/+1
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay3-11/+19
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée1-3/+24
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson5-21/+92
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson2-0/+8
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson4-0/+153
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson4-0/+92
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson3-20/+59
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson3-22/+41
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson4-0/+207
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson4-0/+135
2018-06-29target/arm: Implement SVE MOVPRFXRichard Henderson2-1/+66
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson4-0/+52
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson4-0/+108
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson6-7/+211
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson4-0/+106
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson4-0/+104
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson4-0/+138
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson4-0/+80