aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-0/+1
2018-08-20target/arm: Implement AArch32 ERET instructionPeter Maydell1-2/+29
2018-08-20target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell2-14/+18
2018-08-20target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell1-1/+5
2018-08-20target/arm: Implement AArch32 Hyp FARsPeter Maydell1-1/+13
2018-08-20target/arm: Implement AArch32 HVBARPeter Maydell1-2/+2
2018-08-20target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell1-4/+4
2018-08-20target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell1-2/+2
2018-08-20target/arm: Fix crash on conditional instruction in an IT blockRoman Kapl1-14/+21
2018-08-16target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson1-6/+6
2018-08-16target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-halfRichard Henderson1-2/+2
2018-08-16target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_hRichard Henderson1-1/+1
2018-08-16target/arm: Ignore float_flag_input_denormal from fp_status_f16Richard Henderson1-1/+5
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson2-1/+6
2018-08-16target/arm: add "cortex-m0" CPU modelStefan Hajnoczi1-0/+11
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