aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson4-5/+40
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson1-11/+82
2018-08-16target/arm: Reformat integer register dumpRichard Henderson1-7/+6
2018-08-16target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson1-3/+2
2018-08-16target/arm: Fix offset for LD1R instructionsRichard Henderson1-1/+2
2018-08-16target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson1-10/+8
2018-08-16target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson1-1/+1
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson1-1/+1
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson2-22/+32
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson1-1/+1
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson1-6/+6
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell1-0/+16
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell1-6/+10
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell1-1/+1
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell1-6/+11
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell1-0/+8
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2-9/+61
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell1-0/+14
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell1-6/+12
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell1-2/+4
2018-08-14target/arm: Allow execution from small regionsPeter Maydell1-23/+0
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova2-2/+15
2018-08-14target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova1-4/+8
2018-08-06target/arm: Add dummy needed functions to M profile vmstate subsectionsPeter Maydell1-0/+3
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe Mathieu-Daudé1-6/+0
2018-07-23target/arm: Correctly handle overlapping small MPU regionsPeter Maydell1-0/+46
2018-07-16target/arm: Fix LD1W and LDFF1W (scalar plus vector)Richard Henderson1-2/+2
2018-07-10target/arm: Use correct mmu_idx for exception-return unstackingPeter Maydell1-1/+3
2018-07-09target/arm: Fix do_predset for large VLRichard Henderson1-8/+2
2018-07-09target/arm: Suppress Coverity warning for PRFRichard Henderson1-2/+2
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-1/+1
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