aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-05-12target/arm: Select CONFIG_ARM_V7M when TCG is enabledFabiano Rosas
2023-05-12target/arm: Select SEMIHOSTING when using TCGFabiano Rosas
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell
2023-05-12target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/Richard Henderson
2023-05-12target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/Richard Henderson
2023-05-02target/arm: Add compile time asserts to load/store_cpu_field macrosPeter Maydell
2023-05-02target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-05-02arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas
2023-04-20target/arm: Report pauth information to gdb as 'pauth_v2'Peter Maydell
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell
2023-04-20target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2Peter Maydell
2023-04-20target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()Peter Maydell
2023-04-20target/arm: Initialize debug capabilities only onceAkihiko Odaki
2023-04-20target/arm: Remove KVM AArch32 CPU definitionsPhilippe Mathieu-Daudé
2023-04-10target/arm: Copy guarded bit in combine_cacheattrsRichard Henderson
2023-04-10target/arm: PTE bit GP only applies to stage1Richard Henderson
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-28target/arm/gdbstub: Only advertise M-profile features if TCG availablePhilippe Mathieu-Daudé
2023-03-21target/arm: Don't advertise aarch64-pauth.xml to gdbPeter Maydell
2023-03-21target/arm: Add Neoverse-N1 registersChen Baozi
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson
2023-03-13target/arm: Improve trans_BFCIRichard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss