summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger2019-03-052-0/+23
* target/arm: Implement ARMv8.5-FRINTRichard Henderson2019-03-055-5/+173
* target/arm: Restructure handle_fp_1src_{single, double}Richard Henderson2019-03-051-41/+49
* target/arm: Implement ARMv8.5-CondMRichard Henderson2019-03-053-1/+64
* target/arm: Implement ARMv8.4-CondMRichard Henderson2019-03-053-1/+104
* target/arm: Rearrange disas_data_proc_regRichard Henderson2019-03-051-41/+57
* target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson2019-03-055-29/+34
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-056-56/+70
* target/arm: Implement ARMv8.0-PredInvRichard Henderson2019-03-054-1/+70
* target/arm: Implement ARMv8.0-SBRichard Henderson2019-03-055-0/+49
* target/arm: Split out arm_sctlrRichard Henderson2019-03-052-15/+17
* target/arm: Fix PC test for LDM (exception return)Richard Henderson2019-03-051-1/+1
* target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson2019-02-282-0/+3
* target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson2019-02-282-33/+101
* target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson2019-02-282-1/+53
* target/arm: Add helpers for FMLALRichard Henderson2019-02-282-0/+157
* Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell2019-02-285-38/+22Star
* target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell2019-02-282-12/+33
* target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell2019-02-284-14/+54
* target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()Peter Maydell2019-02-282-0/+72
* target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell2019-02-281-5/+24
* target/arm: Implement ARMv8.3-JSConvRichard Henderson2019-02-217-0/+140
* target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson2019-02-211-116/+111Star
* target/arm: Split out vfp_helper.cRichard Henderson2019-02-213-1063/+1089
* target/arm: Restructure disas_fp_int_convRichard Henderson2019-02-211-43/+47
* target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS2019-02-211-1/+1
* target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell2019-02-211-3/+5
* qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau2019-02-181-1/+2
* qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau2019-02-181-1/+1
* target/arm: Add missing clear_tail callsRichard Henderson2019-02-151-0/+2
* target/arm: Use vector operations for saturationRichard Henderson2019-02-155-44/+331
* target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson2019-02-154-7/+21
* target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson2019-02-151-7/+8
* target/arm: Split out flags setting from vfp comparesRichard Henderson2019-02-151-18/+27
* target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson2019-02-151-1/+1
* target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson2019-02-151-2/+2
* target/arm: Remove neon min/max helpersRichard Henderson2019-02-152-24/+0Star
* target/arm: Use tcg integer min/max primitives for neonRichard Henderson2019-02-151-4/+4
* target/arm: Use vector minmax expanders for aarch32Richard Henderson2019-02-151-6/+19
* target/arm: Use vector minmax expanders for aarch64Richard Henderson2019-02-151-21/+14Star
* target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson2019-02-153-19/+5Star
* arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell2019-02-155-22/+38
* target/arm: expose remaining CPUID registers as RAZAlex Bennée2019-02-152-3/+26
* target/arm: expose MPIDR_EL1 to userspaceAlex Bennée2019-02-151-7/+14
* target/arm: expose CPUID registers to userspaceAlex Bennée2019-02-152-0/+80
* target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée2019-02-152-1/+17
* target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho2019-02-151-2/+2
* target/arm: Implement HACR_EL2Peter Maydell2019-02-151-0/+6
* target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS2019-02-151-4/+4
* target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell2019-02-052-0/+12