aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-3/+3
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-16/+3
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost1-10/+6
2020-12-10arm: do not use ram_size globalPaolo Bonzini1-1/+2
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell2-0/+18
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell1-0/+86
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell1-0/+2
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell2-1/+26
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell1-1/+21
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell1-1/+5
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell1-4/+12
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell2-0/+8
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell1-0/+58
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell1-18/+27
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell1-2/+2
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell2-0/+40
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell2-0/+105
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell1-21/+25
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell2-11/+168
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell1-1/+4
2020-12-10target/arm: Implement CLRM instructionPeter Maydell2-1/+43
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell4-11/+111
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell1-1/+1
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell1-1/+6
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell1-4/+8
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRémi Denis-Courmont1-2/+2
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant30-30/+30
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell1-4/+4
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson3-40/+29
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-11-10target/arm: add spaces around operatorXinhao Zhang3-9/+9
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell1-1/+2
2020-11-02target/arm: fix LORID_EL1 access checkRémi Denis-Courmont1-14/+5
2020-11-02target/arm: fix handling of HCR.FBRémi Denis-Courmont1-3/+2
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell1-2/+2
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell1-4/+4
2020-11-02target/arm: Improve do_prewiden_3dRichard Henderson2-31/+45
2020-11-02target/arm: Simplify do_long_3d and do_2scalar_longRichard Henderson1-14/+9
2020-11-02target/arm: Rename neon_load_reg64 to vfp_load_reg64Richard Henderson2-46/+46
2020-11-02target/arm: Add read/write_neon_element64Richard Henderson2-47/+73
2020-11-02target/arm: Rename neon_load_reg32 to vfp_load_reg32Richard Henderson2-94/+94
2020-11-02target/arm: Expand read/write_neon_element32 to all MemOpRichard Henderson2-84/+37
2020-11-02target/arm: Add read/write_neon_element32Richard Henderson2-99/+183
2020-11-02target/arm: Use neon_element_offset in vfp_reg_offsetRichard Henderson1-9/+4
2020-11-02target/arm: Use neon_element_offset in neon_load/store_regRichard Henderson1-12/+2
2020-11-02target/arm: Move neon_element_offset to translate.cRichard Henderson2-19/+20
2020-11-02target/arm: Introduce neon_full_reg_offsetRichard Henderson3-23/+31
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2-2/+7
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell3-0/+16