aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-21arm: Add Hypervisor.framework build targetAlexander Graf2-0/+5
2021-09-21hvf: arm: Implement PSCI handlingAlexander Graf3-7/+139
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell5-6/+124
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-0/+79
2021-09-20hvf: Add Apple Silicon supportAlexander Graf2-0/+804
2021-09-20arm: Move PMC register definitions to internals.hAlexander Graf2-44/+44
2021-09-20target/arm: Consolidate ifdef blocks in resetPeter Maydell1-12/+10
2021-09-20target/arm: Always clear exclusive monitor on resetPeter Maydell1-3/+3
2021-09-20target/arm: Don't skip M-profile reset entirely in user modePeter Maydell1-0/+19
2021-09-14target/arm: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-7/+9