aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-08-16target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson
2018-08-16target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-halfRichard Henderson
2018-08-16target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_hRichard Henderson
2018-08-16target/arm: Ignore float_flag_input_denormal from fp_status_f16Richard Henderson
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson
2018-08-16target/arm: add "cortex-m0" CPU modelStefan Hajnoczi
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson
2018-08-16target/arm: Reformat integer register dumpRichard Henderson
2018-08-16target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson
2018-08-16target/arm: Fix offset for LD1R instructionsRichard Henderson
2018-08-16target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson
2018-08-16target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell
2018-08-14target/arm: Allow execution from small regionsPeter Maydell
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova
2018-08-14target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova
2018-08-06target/arm: Add dummy needed functions to M profile vmstate subsectionsPeter Maydell
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe Mathieu-Daudé
2018-07-23target/arm: Correctly handle overlapping small MPU regionsPeter Maydell
2018-07-16target/arm: Fix LD1W and LDFF1W (scalar plus vector)Richard Henderson
2018-07-10target/arm: Use correct mmu_idx for exception-return unstackingPeter Maydell
2018-07-09target/arm: Fix do_predset for large VLRichard Henderson
2018-07-09target/arm: Suppress Coverity warning for PRFRichard Henderson
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Prune a15 features from maxRichard Henderson
2018-06-29target/arm: Prune a57 features from maxRichard Henderson
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson