aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/helper-a64.c
AgeCommit message (Expand)Author
2024-08-09target/arm: Fix BTI versus CF_PCRELRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-15target/arm/tcg: spelling fixes: alse, addresesMichael Tokarev
2023-11-02target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctlyPeter Maydell
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-02-27target/arm: move helpers to tcg/Claudio Fontana