summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-3/+1Star
* i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov2018-07-024-1/+17
* xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell2018-06-301-1/+5
* target/xtensa: Convert to TranslatorOpsRichard Henderson2018-06-301-101/+116
* target/xtensa: Change gen_intermediate_code dc to pointerRichard Henderson2018-06-301-61/+61
* target/xtensa: Convert to DisasContextBaseRichard Henderson2018-06-301-47/+44Star
* target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURNRichard Henderson2018-06-301-12/+9Star
* target/xtensa: check zero overhead loop alignmentMax Filippov2018-06-303-0/+9
* target/arm: Add ID_ISAR6Richard Henderson2018-06-294-3/+9
* target/arm: Prune a15 features from maxRichard Henderson2018-06-291-3/+0Star
* target/arm: Prune a57 features from maxRichard Henderson2018-06-291-9/+0Star
* target/arm: Fix SVE system register access checksRichard Henderson2018-06-292-7/+6Star
* target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson2018-06-291-5/+15
* target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay2018-06-291-1/+1
* target/arm: Remove redundant DIV detection for KVMAaron Lindsay2018-06-291-18/+1Star
* target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay2018-06-293-11/+19
* target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée2018-06-291-3/+24
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-295-21/+92
* target/arm: Enable SVE for aarch64-linux-userRichard Henderson2018-06-292-0/+8
* target/arm: Implement SVE dot product (indexed)Richard Henderson2018-06-294-0/+153
* target/arm: Implement SVE dot product (vectors)Richard Henderson2018-06-294-0/+92
* target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson2018-06-293-20/+59
* target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson2018-06-293-22/+41
* target/arm: Implement SVE fp complex multiply addRichard Henderson2018-06-294-0/+207
* target/arm: Implement SVE floating-point complex addRichard Henderson2018-06-294-0/+135
* target/arm: Implement SVE MOVPRFXRichard Henderson2018-06-292-1/+66
* target/arm: Implement SVE floating-point unary operationsRichard Henderson2018-06-294-0/+52
* target/arm: Implement SVE floating-point round to integral valueRichard Henderson2018-06-294-0/+108
* target/arm: Implement SVE floating-point convert to integerRichard Henderson2018-06-296-7/+211
* target/arm: Implement SVE floating-point convert precisionRichard Henderson2018-06-294-0/+106
* target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson2018-06-294-0/+104
* target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson2018-06-294-0/+138
* target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson2018-06-294-0/+80
* target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson2018-06-294-0/+161
* target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson2018-06-294-0/+131
* target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson2018-06-294-0/+214
* target/arm: Implement SVE floating-point compare vectorsRichard Henderson2018-06-294-0/+162
* target/arm: Implement SVE scatter store vector immediateRichard Henderson2018-06-292-26/+70
* target/arm: Implement SVE first-fault gather loadsRichard Henderson2018-06-293-2/+193
* target/arm: Implement SVE gather loadsRichard Henderson2018-06-294-0/+301
* target/arm: Implement SVE prefetchesRichard Henderson2018-06-292-0/+44
* target/arm: Implement SVE scatter storesRichard Henderson2018-06-294-0/+216
* target/arm: Implement SVE store vector/predicate registerRichard Henderson2018-06-292-0/+109
* target/arm: Implement SVE load and broadcast elementRichard Henderson2018-06-294-0/+113
* target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson2018-06-294-0/+113
* target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson2018-06-294-0/+241
* target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson2018-06-294-0/+229
* target/arm: Implement SVE integer convert to floating-pointRichard Henderson2018-06-294-0/+180
* target/arm: Implement SVE load and broadcast quadwordRichard Henderson2018-06-292-0/+61
* target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson2018-06-294-0/+343