aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell
2020-12-10target/arm: Implement CLRM instructionPeter Maydell
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRémi Denis-Courmont
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkpull-target-arm-20201110Peter Maydell
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang
2020-11-10target/arm: add spaces around operatorXinhao Zhang
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell
2020-11-02target/arm: fix LORID_EL1 access checkRémi Denis-Courmont
2020-11-02target/arm: fix handling of HCR.FBRémi Denis-Courmont
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell
2020-11-02target/arm: Improve do_prewiden_3dRichard Henderson
2020-11-02target/arm: Simplify do_long_3d and do_2scalar_longRichard Henderson
2020-11-02target/arm: Rename neon_load_reg64 to vfp_load_reg64Richard Henderson
2020-11-02target/arm: Add read/write_neon_element64Richard Henderson
2020-11-02target/arm: Rename neon_load_reg32 to vfp_load_reg32Richard Henderson
2020-11-02target/arm: Expand read/write_neon_element32 to all MemOpRichard Henderson
2020-11-02target/arm: Add read/write_neon_element32Richard Henderson
2020-11-02target/arm: Use neon_element_offset in vfp_reg_offsetRichard Henderson
2020-11-02target/arm: Use neon_element_offset in neon_load/store_regRichard Henderson
2020-11-02target/arm: Move neon_element_offset to translate.cRichard Henderson
2020-11-02target/arm: Introduce neon_full_reg_offsetRichard Henderson
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionpull-target-arm-20201020-1Peter Maydell
2020-10-20target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell
2020-10-20target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell