aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-02-09target/arm/translate.c: Fix missing 'break' for TT insnsPeter Maydell
2018-02-09target/arm/kvm: gic: Prevent creating userspace GICv3 with KVMChristoffer Dall
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson
2018-02-09target/arm: Add ZCR_ELxRichard Henderson
2018-02-09target/arm: Add SVE to migration stateRichard Henderson
2018-02-09target/arm: Add predicate registers for SVERichard Henderson
2018-02-09target/arm: Expand vector registers for SVERichard Henderson
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson
2018-02-08target/arm: Align vector registersRichard Henderson
2018-02-07arm: postpone device listener unregisterPeter Xu
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-26Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-25target/arm: Simplify fp_exception_el for user-onlyRichard Henderson
2018-01-25target/arm: Hoist store to flags output in cpu_get_tb_cpu_stateRichard Henderson
2018-01-25target/arm: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2018-01-25target/arm: Add ARM_FEATURE_SVERichard Henderson
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
2018-01-25target/arm: Change the type of vfp.regsRichard Henderson
2018-01-25target/arm: Use pointers in neon tbl helperRichard Henderson
2018-01-25target/arm: Use pointers in neon zip/uzp helpersRichard Henderson
2018-01-25target/arm: Use pointers in crypto helpersRichard Henderson
2018-01-25target/arm: Mark disas_set_insn_syndrome inlineRichard Henderson
2018-01-25target/arm: Fix 32-bit address truncationArd Biesheuvel
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-16target/arm: Add fp16 support to vfp_expand_immRichard Henderson
2018-01-16target/arm: Split out vfp_expand_immRichard Henderson
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell
2018-01-16get_phys_addr_pmsav7: Support AP=0b111 for v7MPeter Maydell
2018-01-11target/arm: Make disas_thumb2_insn() generate its own UNDEF exceptionsPeter Maydell
2018-01-11target/arm: Fix stlxp for aarch64_beMichael Weiser