Age | Commit message (Expand) | Author | Files | Lines |
2024-04-25 | target/arm: Implement ALLINT MSR (immediate) | Jinjie Ruan | 1 | -0/+19 |
2024-04-09 | target/arm: Use insn_start from DisasContextBase | Richard Henderson | 1 | -1/+1 |
2024-01-26 | target/arm: Fix A64 scalar SQSHRN and SQRSHRN | Peter Maydell | 1 | -1/+1 |
2024-01-09 | target/arm: Report VNCR_EL2 based faults correctly | Peter Maydell | 1 | -0/+4 |
2024-01-09 | target/arm: Implement FEAT_NV2 redirection of sysregs to RAM | Peter Maydell | 1 | -0/+56 |
2024-01-09 | target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2 | Peter Maydell | 1 | -1/+32 |
2024-01-09 | target/arm: Make NV reads of CurrentEL return EL2 | Peter Maydell | 1 | -2/+7 |
2024-01-09 | target/arm: Trap sysreg accesses for FEAT_NV | Peter Maydell | 1 | -10/+39 |
2024-01-09 | target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK check | Peter Maydell | 1 | -7/+8 |
2024-01-09 | target/arm: Enable trapping of ERET for FEAT_NV | Peter Maydell | 1 | -3/+3 |
2023-12-19 | target/arm/tcg: Including missing 'exec/exec-all.h' header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-11-13 | target/arm: HVC at EL3 should go to EL3, not EL2 | Peter Maydell | 1 | -1/+3 |
2023-10-27 | target/arm: Fix syndrome for FGT traps on ERET | Peter Maydell | 1 | -2/+2 |
2023-10-22 | target/arm: Use tcg_gen_ext_i64 | Richard Henderson | 1 | -35/+2 |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 1 | -2/+2 |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson | 1 | -189/+189 |
2023-10-03 | target/arm: Replace TARGET_PAGE_ENTRY_EXTRA | Anton Johansson | 1 | -1/+1 |
2023-09-21 | target/arm: Implement the CPY* instructions | Peter Maydell | 1 | -0/+60 |
2023-09-21 | target/arm: Implement the SETG* instructions | Peter Maydell | 1 | -6/+14 |
2023-09-21 | target/arm: Define new TB flag for ATA0 | Peter Maydell | 1 | -11/+12 |
2023-09-21 | target/arm: Implement the SET* instructions | Peter Maydell | 1 | -0/+49 |
2023-09-21 | target/arm: Pass unpriv bool to get_a64_user_mem_index() | Peter Maydell | 1 | -6/+14 |
2023-09-21 | target/arm: Implement FEAT_HBC | Peter Maydell | 1 | -0/+4 |
2023-09-08 | target/arm: Implement FEAT_TIDCP1 | Richard Henderson | 1 | -0/+5 |
2023-09-08 | target/arm: Implement HCR_EL2.TIDCP | Richard Henderson | 1 | -2/+14 |
2023-09-08 | target/arm: Do not use gen_mte_checkN in trans_STGP | Richard Henderson | 1 | -26/+15 |
2023-09-08 | target/arm: Inform helpers whether a PAC instruction is 'combined' | Aaron Lindsay | 1 | -6/+6 |
2023-08-31 | target/arm: Allow cpu to configure GM blocksize | Richard Henderson | 1 | -2/+3 |
2023-08-24 | target/arm: Use tcg_gen_negsetcond_* | Richard Henderson | 1 | -13/+9 |
2023-07-31 | target/arm: Fix MemOp for STGP | Richard Henderson | 1 | -3/+18 |
2023-07-25 | arm: spelling fixes | Michael Tokarev | 1 | -2/+2 |
2023-07-08 | target/arm: Demultiplex AESE and AESMC | Richard Henderson | 1 | -9/+4 |
2023-06-19 | target/arm: Convert load/store tags insns to decodetree | Peter Maydell | 1 | -177/+165 |
2023-06-19 | target/arm: Convert load/store single structure to decodetree | Peter Maydell | 1 | -108/+93 |
2023-06-19 | target/arm: Convert load/store (multiple structures) to decodetree | Peter Maydell | 1 | -108/+108 |
2023-06-19 | target/arm: Convert LDAPR/STLR (imm) to decodetree | Peter Maydell | 1 | -84/+44 |
2023-06-19 | target/arm: Convert load (pointer auth) insns to decodetree | Peter Maydell | 1 | -67/+16 |
2023-06-19 | target/arm: Convert atomic memory ops to decodetree | Peter Maydell | 1 | -98/+55 |
2023-06-19 | target/arm: Convert LDR/STR reg+reg to decodetree | Peter Maydell | 1 | -87/+76 |
2023-06-19 | target/arm: Convert LDR/STR with 12-bit immediate to decodetree | Peter Maydell | 1 | -88/+16 |
2023-06-19 | target/arm: Convert ld/st reg+imm9 insns to decodetree | Peter Maydell | 1 | -118/+80 |
2023-06-19 | target/arm: Convert load/store-pair to decodetree | Peter Maydell | 1 | -196/+188 |
2023-06-19 | target/arm: Convert load reg (literal) group to decodetree | Peter Maydell | 1 | -54/+22 |
2023-06-19 | target/arm: Convert LDXP, STXP, CASP, CAS to decodetree | Peter Maydell | 1 | -76/+39 |
2023-06-19 | target/arm: Convert load/store exclusive and ordered to decodetree | Peter Maydell | 1 | -62/+92 |
2023-06-19 | target/arm: Convert exception generation instructions to decodetree | Peter Maydell | 1 | -106/+61 |
2023-06-19 | target/arm: Convert MSR (reg), MRS, SYS, SYSL to decodetree | Peter Maydell | 1 | -28/+6 |
2023-06-19 | target/arm: Convert MSR (immediate) to decodetree | Peter Maydell | 1 | -115/+110 |
2023-06-19 | target/arm: Convert CFINV, XAFLAG and AXFLAG to decodetree | Peter Maydell | 1 | -27/+26 |
2023-06-19 | target/arm: Convert barrier insns to decodetree | Peter Maydell | 1 | -53/+39 |