summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-052-9/+9
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-051-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-305-291/+307
|\
| * target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XMLPeter Maydell2021-09-301-16/+40
| * target/arm: Move gdbstub related code out of helper.cPeter Maydell2021-09-304-271/+277
| * target/arm: Fix coding style issues in gdbstub code in helper.cPeter Maydell2021-09-301-7/+16
| * arm: tcg: Adhere to SMCCC 1.3 section 5.2Alexander Graf2021-09-301-29/+6
* | memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
|/
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-1/+1
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-7/+0
* target/arm: Optimize MVE 1op-immediate insnsPeter Maydell2021-09-211-5/+21
* target/arm: Optimize MVE VSLI and VSRIPeter Maydell2021-09-211-2/+2
* target/arm: Optimize MVE VSHLL and VMOVLPeter Maydell2021-09-211-8/+59
* target/arm: Optimize MVE VSHL, VSHR immediate formsPeter Maydell2021-09-211-20/+63
* target/arm: Optimize MVE VMVNPeter Maydell2021-09-211-1/+1
* target/arm: Optimize MVE VDUPPeter Maydell2021-09-211-4/+8
* target/arm: Optimize MVE VNEG, VABSPeter Maydell2021-09-211-10/+22
* target/arm: Optimize MVE arithmetic opsPeter Maydell2021-09-211-9/+11
* target/arm: Optimize MVE logic opsPeter Maydell2021-09-211-15/+36
* target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell2021-09-217-9/+92
* target/arm: Enforce that FPDSCR.LTPSIZE is 4 on inbound migrationPeter Maydell2021-09-211-0/+13
* target/arm: Avoid goto_tb if we're trying to exit to the main loopPeter Maydell2021-09-211-1/+33
* hvf: arm: Add rudimentary PMC supportAlexander Graf2021-09-211-0/+179
* arm: Add Hypervisor.framework build targetAlexander Graf2021-09-212-0/+5
* hvf: arm: Implement PSCI handlingAlexander Graf2021-09-213-7/+139
* hvf: arm: Implement -cpu hostPeter Maydell2021-09-215-6/+124
* arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-0/+79
* hvf: Add Apple Silicon supportAlexander Graf2021-09-202-0/+804
* arm: Move PMC register definitions to internals.hAlexander Graf2021-09-202-44/+44
* target/arm: Consolidate ifdef blocks in resetPeter Maydell2021-09-201-12/+10
* target/arm: Always clear exclusive monitor on resetPeter Maydell2021-09-201-3/+3
* target/arm: Don't skip M-profile reset entirely in user modePeter Maydell2021-09-201-0/+19
* target/arm: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-7/+9
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-143-11/+12
* target/arm: Merge disas_a64_insn into aarch64_tr_translate_insnRichard Henderson2021-09-131-115/+109
* target/arm: Take an exception if PSTATE.IL is setPeter Maydell2021-09-137-0/+49
* hw/arm/virt: add ITS support in virt GICShashi Mallela2021-09-131-2/+2
* hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VMMarc Zyngier2021-09-131-1/+6
* target-arm: Add support for Fujitsu A64FXShuuichirou Ishii2021-09-011-0/+48
* target/arm: Enable MVE in Cortex-M55Peter Maydell2021-09-011-5/+2
* target/arm: Implement MVE VRINT insnsPeter Maydell2021-09-014-0/+93
* target/arm: Implement MVE VCVT between single and half precisionPeter Maydell2021-09-014-0/+108
* target/arm: Implement MVE VCVT with specified rounding modePeter Maydell2021-09-014-0/+105
* target/arm: Implement MVE VCVT between fp and integerPeter Maydell2021-09-012-0/+39
* target/arm: Implement MVE VCVT between floating and fixed pointPeter Maydell2021-09-014-0/+82
* target/arm: Implement MVE fp scalar comparisonsPeter Maydell2021-09-014-24/+131
* target/arm: Implement MVE fp vector comparisonsPeter Maydell2021-09-014-6/+137
* target/arm: Implement MVE FP max/min across vectorPeter Maydell2021-09-014-6/+102
* target/arm: Implement MVE fp-with-scalar VFMA, VFMASPeter Maydell2021-09-014-3/+56
* target/arm: Implement MVE scalar fp insnsPeter Maydell2021-09-014-6/+85