Age | Commit message (Expand) | Author |
2024-05-01 | target/arm: Restrict translation disabled alignment check to VMSA | Richard Henderson |
2024-04-09 | target/arm: Use insn_start from DisasContextBase | Richard Henderson |
2024-04-02 | target/arm: take HSTR traps of cp15 accesses to EL2, not EL1 | Peter Maydell |
2024-03-08 | target/arm: Move v7m-related code from cpu32.c into a separate file | Thomas Huth |
2024-03-07 | target/arm: Fix 32-bit SMOPA | Richard Henderson |
2024-03-07 | target/arm: Enable FEAT_ECV for 'max' CPU | Peter Maydell |
2024-03-05 | target/arm: Do memory type alignment check when translation disabled | Richard Henderson |
2024-03-05 | target/arm: Support 32-byte alignment in pow2_align | Richard Henderson |
2024-02-15 | target/arm: Allow access to SPSR_hyp from hyp mode | Peter Maydell |
2024-02-15 | target/arm: Add Cortex-R52 IMPDEF sysregs | Peter Maydell |
2024-02-15 | target/arm: The Cortex-R52 has a read-only CBAR | Peter Maydell |
2024-02-15 | target/arm: Fix SVE/SME gross MTE suppression checks | Richard Henderson |
2024-02-15 | target/arm: Handle mte in do_ldrq, do_ldro | Richard Henderson |
2024-02-15 | target/arm: Split out make_svemte_desc | Richard Henderson |
2024-02-15 | target/arm: Adjust and validate mtedesc sizem1 | Richard Henderson |
2024-02-15 | target/arm: Fix nregs computation in do_{ld,st}_zpa | Richard Henderson |
2024-02-03 | target/arm: Split out arm_env_mmu_index | Richard Henderson |
2024-01-29 | include/qemu: Add TCGCPUOps typedef to typedefs.h | Richard Henderson |
2024-01-29 | target: Use vaddr in gen_intermediate_code | Anton Johansson |
2024-01-26 | target/arm: Fix A64 scalar SQSHRN and SQRSHRN | Peter Maydell |
2024-01-26 | target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header | Philippe Mathieu-Daudé |
2024-01-26 | target/arm: Create arm_cpu_mp_affinity | Richard Henderson |
2024-01-26 | target/arm: Fix VNCR fault detection logic | Peter Maydell |
2024-01-09 | target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs | Peter Maydell |
2024-01-09 | target/arm: Report VNCR_EL2 based faults correctly | Peter Maydell |
2024-01-09 | target/arm: Implement FEAT_NV2 redirection of sysregs to RAM | Peter Maydell |
2024-01-09 | target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2 | Peter Maydell |
2024-01-09 | target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs | Peter Maydell |
2024-01-09 | target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1 | Peter Maydell |
2024-01-09 | target/arm: Make NV reads of CurrentEL return EL2 | Peter Maydell |
2024-01-09 | target/arm: Trap sysreg accesses for FEAT_NV | Peter Maydell |
2024-01-09 | target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK check | Peter Maydell |
2024-01-09 | target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is set | Peter Maydell |
2024-01-09 | target/arm: Enable trapping of ERET for FEAT_NV | Peter Maydell |
2024-01-09 | target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPU | Peter Maydell |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2023-12-19 | target/arm/tcg: Including missing 'exec/exec-all.h' header | Philippe Mathieu-Daudé |
2023-12-19 | target/arm: Restrict TCG specific helpers | Philippe Mathieu-Daudé |
2023-11-20 | target/arm: Fix SME FMOPA (16-bit), BFMOPA | Richard Henderson |
2023-11-20 | target/arm: enable FEAT_RNG on Neoverse-N2 | Marcin Juszkiewicz |
2023-11-15 | target/arm/tcg: spelling fixes: alse, addreses | Michael Tokarev |
2023-11-13 | target/arm/tcg: enable PMU feature for Cortex-A8 and A9 | Nikita Ostrenkov |
2023-11-13 | target/arm: Correct MTE tag checking for reverse-copy MOPS | Peter Maydell |
2023-11-13 | target/arm: HVC at EL3 should go to EL3, not EL2 | Peter Maydell |
2023-11-06 | target/arm: Fix A64 LDRA immediate decode | Peter Maydell |
2023-11-02 | target/arm: Fix SVE STR increment | Richard Henderson |
2023-11-02 | target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly | Peter Maydell |
2023-10-27 | target/arm: Fix syndrome for FGT traps on ERET | Peter Maydell |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell |
2023-10-27 | target/arm: Implement Neoverse N2 CPU model | Peter Maydell |