summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2017-11-20arm: check regime, not current state, for ATS write PAR formatPeter Maydell1-1/+1
2017-11-20target/arm: Report GICv3 sysregs present in ID registers if neededPeter Maydell1-4/+40
2017-11-15target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson1-8/+6
2017-11-15target/arm: Use helper_retaddr in stxp helpersRichard Henderson1-0/+6
2017-11-13arm/translate-a64: mark path as unreachable to eliminate warningEmilio G. Cota1-0/+2
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson1-0/+6
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell1-5/+34
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann1-14/+164
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini6-8/+23
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell3-28/+27
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-25arm: Support Capstone in disas_set_infoRichard Henderson1-3/+18
2017-10-25disas: Remove unused flags argumentsRichard Henderson2-4/+2
2017-10-25target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLYRichard Henderson1-2/+7
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson1-19/+0
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson2-5/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota5-21/+68
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2-6/+7
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-5/+1
2017-10-12target/arm: Implement SG instruction corner casesPeter Maydell1-1/+22
2017-10-12target/arm: Support some Thumb insns being always unconditionalPeter Maydell1-1/+47
2017-10-12target-arm: Simplify insn_crosses_page()Peter Maydell1-21/+6
2017-10-12target/arm: Pull Thumb insn word loads up to top levelPeter Maydell1-70/+108
2017-10-12target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1Peter Maydell1-2/+1
2017-10-12target/arm: Implement secure function returnPeter Maydell3-10/+126
2017-10-12target/arm: Implement BLXNSPeter Maydell4-2/+76
2017-10-12target/arm: Implement SG instructionPeter Maydell1-5/+127
2017-10-12target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()Peter Maydell1-0/+4
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2-6/+3
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell1-11/+21
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell1-5/+7
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell2-2/+195
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell3-0/+51
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell1-20/+145
2017-10-06target/arm: Add support for restoring v8M additional state contextPeter Maydell1-0/+30
2017-10-06target/arm: Update excret sanity checks for v8MPeter Maydell1-15/+58
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell2-0/+14
2017-10-06target/arm: Don't warn about exception return with PC low bit set for v8MPeter Maydell1-7/+15
2017-10-06target/arm: Warn about restoring to unaligned stackPeter Maydell1-0/+7
2017-10-06target/arm: Check for xPSR mismatch usage faults earlier for v8MPeter Maydell1-3/+27
2017-10-06target/arm: Restore SPSEL to correct CONTROL register on exception returnPeter Maydell1-13/+27
2017-10-06target/arm: Restore security state on exception returnPeter Maydell1-0/+2
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell2-23/+50
2017-10-06target/arm: Don't switch to target stack early in v7M exception returnPeter Maydell1-32/+98
2017-10-06arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka2-11/+25
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-8/+8
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-8/+8