aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson
2023-05-30target/arm: Explain why we need to select ARM_V7MFabiano Rosas
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson
2023-05-18target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoderPeter Maydell
2023-05-18target/arm: Create decodetree skeleton for A64Peter Maydell
2023-05-18target/arm: Split out disas_a64_legacyRichard Henderson
2023-05-18target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson
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