aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell
2021-12-15target/arm: Suppress bp for exceptions with more priorityRichard Henderson
2021-12-15target/arm: Assert thumb pc is alignedRichard Henderson
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson
2021-12-15target/arm: Advance pc for arch single-step exceptionRichard Henderson
2021-12-15target/arm: Split arm_pre_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insnRichard Henderson
2021-11-22Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"Peter Maydell
2021-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into stagingRichard Henderson
2021-11-02hvf: arm: Ignore cache operations on MMIOAlexander Graf
2021-11-02target/arm: Use tcg_constant_i32() in gen_rev16()Philippe Mathieu-Daudé
2021-11-02target/arm: Use tcg_constant_i64() in do_sat_addsub_64()Philippe Mathieu-Daudé
2021-11-02target/arm: Use the constant variant of store_cpu_field() when possiblePhilippe Mathieu-Daudé
2021-11-02target/arm: Introduce store_cpu_field_constant() helperPhilippe Mathieu-Daudé
2021-11-02target/arm: Use tcg_constant_i32() in op_smlad()Philippe Mathieu-Daudé
2021-11-02target/arm: Advertise MVE to gdb when presentPeter Maydell
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson
2021-11-02target/arm: Use cpu_loop_exit_sigsegv for mte tag lookupRichard Henderson
2021-11-02target/arm: Fixup comment re handle_cpu_signalRichard Henderson
2021-10-15target/arm: Drop checks for singlestep_enabledRichard Henderson
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13target/arm: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XMLPeter Maydell
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell
2021-09-30target/arm: Fix coding style issues in gdbstub code in helper.cPeter Maydell
2021-09-30arm: tcg: Adhere to SMCCC 1.3 section 5.2Alexander Graf
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-21target/arm: Optimize MVE 1op-immediate insnsPeter Maydell
2021-09-21target/arm: Optimize MVE VSLI and VSRIPeter Maydell
2021-09-21target/arm: Optimize MVE VSHLL and VMOVLPeter Maydell
2021-09-21target/arm: Optimize MVE VSHL, VSHR immediate formsPeter Maydell
2021-09-21target/arm: Optimize MVE VMVNPeter Maydell
2021-09-21target/arm: Optimize MVE VDUPPeter Maydell
2021-09-21target/arm: Optimize MVE VNEG, VABSPeter Maydell
2021-09-21target/arm: Optimize MVE arithmetic opsPeter Maydell
2021-09-21target/arm: Optimize MVE logic opsPeter Maydell
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell
2021-09-21target/arm: Enforce that FPDSCR.LTPSIZE is 4 on inbound migrationPeter Maydell
2021-09-21target/arm: Avoid goto_tb if we're trying to exit to the main loopPeter Maydell
2021-09-21hvf: arm: Add rudimentary PMC supportAlexander Graf