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