aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2023-05-02arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas1-0/+7
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana4-12/+5
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas4-684/+731
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas1-3/+9
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas1-14/+18
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas1-6/+0
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas6-65/+77
2023-04-20target/arm: Report pauth information to gdb as 'pauth_v2'Peter Maydell1-5/+4
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell3-2/+19
2023-04-20target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2Peter Maydell1-3/+10
2023-04-20target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()Peter Maydell1-8/+7
2023-04-20target/arm: Initialize debug capabilities only onceAkihiko Odaki3-14/+14
2023-04-20target/arm: Remove KVM AArch32 CPU definitionsPhilippe Mathieu-Daudé2-8/+3
2023-04-10target/arm: Copy guarded bit in combine_cacheattrsRichard Henderson1-0/+1
2023-04-10target/arm: PTE bit GP only applies to stage1Richard Henderson1-5/+5
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell1-0/+6
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé3-24/+16
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2-0/+2
2023-03-28target/arm/gdbstub: Only advertise M-profile features if TCG availablePhilippe Mathieu-Daudé1-2/+3
2023-03-21target/arm: Don't advertise aarch64-pauth.xml to gdbPeter Maydell1-0/+7
2023-03-21target/arm: Add Neoverse-N1 registersChen Baozi1-0/+69
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson1-11/+15
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson1-2/+6
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson1-20/+21
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson1-25/+29
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson1-2/+4
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson4-48/+48
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson3-20/+20
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson3-29/+18
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson1-4/+2
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée4-2/+4
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson1-76/+97
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson1-1/+4
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson1-0/+3
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson1-0/+3
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson2-0/+180
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss2-43/+51
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss2-3/+6
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson3-0/+41
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson2-4/+32
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson1-4/+6
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson1-14/+14
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson1-1/+1
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson1-2/+3
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson1-10/+15
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson1-37/+44
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson4-126/+119