Age | Commit message (Expand) | Author |
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 |
2023-10-27 | target/arm: Correct minor errors in Cortex-A710 definition | Peter Maydell |
2023-10-22 | target/arm: Use tcg_gen_ext_i64 | Richard Henderson |
2023-10-19 | target/arm: Implement FEAT_HPMN0 | Peter Maydell |
2023-10-19 | target/arm: Permit T32 LDM with single register | Peter Maydell |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson |
2023-10-03 | target/arm: Replace TARGET_PAGE_ENTRY_EXTRA | Anton Johansson |
2023-09-29 | target/arm/tcg: Clean up local variable shadowing | Philippe Mathieu-Daudé |
2023-09-21 | target/arm: Enable FEAT_MOPS for CPU 'max' | Peter Maydell |
2023-09-21 | target/arm: Implement the CPY* instructions | Peter Maydell |
2023-09-21 | target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies | Peter Maydell |
2023-09-21 | target/arm: Implement the SETG* instructions | Peter Maydell |
2023-09-21 | target/arm: Define new TB flag for ATA0 | Peter Maydell |
2023-09-21 | target/arm: Implement the SET* instructions | Peter Maydell |
2023-09-21 | target/arm: Implement MTE tag-checking functions for FEAT_MOPS | Peter Maydell |
2023-09-21 | target/arm: New function allocation_tag_mem_probe() | Peter Maydell |
2023-09-21 | target/arm: Pass unpriv bool to get_a64_user_mem_index() | Peter Maydell |
2023-09-21 | target/arm: Don't skip MTE checks for LDRT/STRT at EL0 | Peter Maydell |