aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-06-22target/arm: Allow KVM device address overwritingEric Auger2-2/+11
2018-06-22target-arm: fix a segmentation fault due to illegal memory accessZheng Xiang1-0/+1
2018-06-22target/arm: Minor cleanup for ARMv6-M 32-bit instructionsJulia Suvorova1-14/+13
2018-06-15target/arm: Allow ARMv6-M Thumb2 instructionsJulia Suvorova1-5/+38
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson5-0/+154
2018-06-15target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson4-0/+236
2018-06-15target/arm: Implement FDUP/DUPRichard Henderson2-0/+45
2018-06-15target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson4-0/+140
2018-06-15target/arm: Implement SVE Predicate Count GroupRichard Henderson4-0/+176
2018-06-15target/arm: Implement SVE Partition Break GroupRichard Henderson4-0/+391
2018-06-15target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson4-0/+221
2018-06-15target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson4-0/+417
2018-06-15target/arm: Implement SVE Select Vectors GroupRichard Henderson4-0/+72
2018-06-15target/arm: Implement SVE vector splice (predicated)Richard Henderson4-0/+55
2018-06-15target/arm: Implement SVE reverse within elementsRichard Henderson4-7/+93
2018-06-15target/arm: Implement SVE copy to vector (predicated)Richard Henderson2-0/+25
2018-06-15target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson4-0/+362
2018-06-15target/arm: Implement SVE compress active elementsRichard Henderson4-0/+55
2018-06-15target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson4-0/+172
2018-06-15target/arm: Implement SVE Permute - Predicates GroupRichard Henderson4-0/+434
2018-06-15target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson4-0/+297
2018-06-15target/arm: Extend vec_reg_offset to larger sizesRichard Henderson1-9/+17
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell1-0/+18
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-2/+2
2018-06-08target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2-7/+7
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2-7/+7
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-7/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé7-7/+0
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Correct CPACR reset value for v7 coresPeter Maydell1-1/+9
2018-05-31arm: fix malloc type mismatchPaolo Bonzini1-2/+1
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson2-62/+63
2018-05-31target/arm: Honour FPCR.FZ in FRECPXPeter Maydell1-0/+6
2018-05-18target/arm: Implement SVE Permute - Extract GroupRichard Henderson4-0/+124
2018-05-18target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson4-1/+224
2018-05-18target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson2-0/+66
2018-05-18target/arm: Implement SVE Element Count GroupRichard Henderson4-1/+465
2018-05-18target/arm: Implement SVE floating-point trig select coefficientRichard Henderson4-0/+72
2018-05-18target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson4-0/+125
2018-05-18target/arm: Implement SVE Compute Vector Address GroupRichard Henderson4-0/+93
2018-05-18target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson4-0/+153
2018-05-18target/arm: Implement SVE Stack Allocation GroupRichard Henderson2-0/+39
2018-05-18target/arm: Implement SVE Index Generation GroupRichard Henderson4-0/+138
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson2-0/+47
2018-05-18target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson4-0/+126
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson4-0/+323
2018-05-18target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson4-0/+86
2018-05-18target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson4-0/+64
2018-05-18target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson4-0/+445