Age | Commit message (Expand) | Author |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson |
2023-06-05 | target/arm: Include helper-gen.h in translator.h | Richard Henderson |
2023-06-05 | tcg: Split out tcg/oversized-guest.h | Richard Henderson |
2023-06-05 | target/arm: Fix test of TCG_OVERSIZED_GUEST | Richard Henderson |
2023-05-30 | target/arm: Explain why we need to select ARM_V7M | Fabiano Rosas |
2023-05-30 | target/arm: Explicitly select short-format FSR for M-profile | Peter Maydell |
2023-05-23 | accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu | Richard Henderson |
2023-05-19 | Revert "arm/kvm: add support for MTE" | Peter Maydell |
2023-05-18 | target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing | Peter Maydell |
2023-05-18 | target/arm: Convert ERET, ERETAA, ERETAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BR, BLR, RET to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert conditional branch insns to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert TBZ, TBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert CBZ, CBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert unconditional branch immediate to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Extract instructions to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Bitfield to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Move wide (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Logical (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Replace bitmask64 with MAKE_64BIT_MASK | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate with tags) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Split gen_add_CC and gen_sub_CC | Richard Henderson |
2023-05-18 | target/arm: Convert PC-rel addressing to decodetree | Richard Henderson |
2023-05-18 | target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoder | Peter Maydell |
2023-05-18 | target/arm: Create decodetree skeleton for A64 | Peter Maydell |
2023-05-18 | target/arm: Split out disas_a64_legacy | Richard Henderson |
2023-05-18 | target/arm: add RAZ/WI handling for DBGDTR[TX|RX] | Alex Bennée |
2023-05-18 | arm/kvm: add support for MTE | Cornelia Huck |
2023-05-18 | target/arm: Fix vd == vm overlap in sve_ldff1_z | Richard Henderson |
2023-05-12 | target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check | Peter Maydell |
2023-05-12 | target/arm: Select CONFIG_ARM_V7M when TCG is enabled | Fabiano Rosas |
2023-05-12 | target/arm: Select SEMIHOSTING when using TCG | Fabiano Rosas |
2023-05-12 | target/arm: Fix handling of SW and NSW bits for stage 2 walks | Peter Maydell |
2023-05-12 | target/arm: Don't allow stage 2 page table walks to downgrade to NS | Peter Maydell |
2023-05-12 | target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/ | Richard Henderson |
2023-05-12 | target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ | Richard Henderson |
2023-05-02 | target/arm: Add compile time asserts to load/store_cpu_field macros | Peter Maydell |
2023-05-02 | target/arm: Define and use new load_cpu_field_low32() | Peter Maydell |
2023-05-02 | arm/Kconfig: Always select SEMIHOSTING when TCG is present | Fabiano Rosas |
2023-05-02 | target/arm: move cpu_tcg to tcg/cpu32.c | Claudio Fontana |
2023-05-02 | target/arm: Move 64-bit TCG CPUs into tcg/ | Fabiano Rosas |
2023-05-02 | target/arm: Do not expose all -cpu max features to qtests | Fabiano Rosas |
2023-05-02 | target/arm: Extract TCG -cpu max code into a function | Fabiano Rosas |
2023-05-02 | target/arm: Remove dead code from cpu_max_set_sve_max_vq | Fabiano Rosas |
2023-05-02 | target/arm: Move cortex sysregs into a separate file | Fabiano Rosas |
2023-04-20 | target/arm: Report pauth information to gdb as 'pauth_v2' | Peter Maydell |
2023-04-20 | target/arm: Implement FEAT_PAN3 | Peter Maydell |