aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson
2019-02-28target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson
2019-02-28target/arm: Add helpers for FMLALRichard Henderson
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-28target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell
2019-02-28target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()Peter Maydell
2019-02-28target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-21target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson
2019-02-21target/arm: Restructure disas_fp_int_convRichard Henderson
2019-02-21target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS
2019-02-21target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson
2019-02-15target/arm: Use tcg integer min/max primitives for neonRichard Henderson
2019-02-15target/arm: Use vector minmax expanders for aarch32Richard Henderson
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée
2019-02-15target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho
2019-02-15target/arm: Implement HACR_EL2Peter Maydell
2019-02-15target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell
2019-02-05target/arm: Clean TBI for data operations in the translatorRichard Henderson
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson
2019-02-05target/arm: Set btype for indirect branchesRichard Henderson
2019-02-05target/arm: Reset btype for direct branchesRichard Henderson
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson