aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2017-11-15target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/beRichard Henderson
2017-11-15target/arm: Use helper_retaddr in stxp helpersRichard Henderson
2017-11-13arm/translate-a64: mark path as unreachable to eliminate warningEmilio G. Cota
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-25arm: Support Capstone in disas_set_infoRichard Henderson
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-25target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLYRichard Henderson
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-12target/arm: Implement SG instruction corner casesPeter Maydell
2017-10-12target/arm: Support some Thumb insns being always unconditionalPeter Maydell
2017-10-12target-arm: Simplify insn_crosses_page()Peter Maydell
2017-10-12target/arm: Pull Thumb insn word loads up to top levelPeter Maydell
2017-10-12target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1Peter Maydell
2017-10-12target/arm: Implement secure function returnPeter Maydell
2017-10-12target/arm: Implement BLXNSPeter Maydell
2017-10-12target/arm: Implement SG instructionPeter Maydell
2017-10-12target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()Peter Maydell
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-10-06target/arm: Factor out "get mmuidx for specified security state"Peter Maydell
2017-10-06target/arm: Fix calculation of secure mm_idx valuesPeter Maydell
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell
2017-10-06target/arm: Add v8M support to exception entry codePeter Maydell
2017-10-06target/arm: Add support for restoring v8M additional state contextPeter Maydell
2017-10-06target/arm: Update excret sanity checks for v8MPeter Maydell
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell
2017-10-06target/arm: Don't warn about exception return with PC low bit set for v8MPeter Maydell
2017-10-06target/arm: Warn about restoring to unaligned stackPeter Maydell
2017-10-06target/arm: Check for xPSR mismatch usage faults earlier for v8MPeter Maydell
2017-10-06target/arm: Restore SPSEL to correct CONTROL register on exception returnPeter Maydell
2017-10-06target/arm: Restore security state on exception returnPeter Maydell
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell
2017-10-06target/arm: Don't switch to target stack early in v7M exception returnPeter Maydell
2017-10-06arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-21target/arm: Remove out of date ARM ARM section references in A64 decoderPeter Maydell
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell