aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson3-1063/+1089
2019-02-21target/arm: Restructure disas_fp_int_convRichard Henderson1-43/+47
2019-02-21target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS1-1/+1
2019-02-21target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell1-3/+5
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+2
2019-02-18qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau1-1/+1
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson1-0/+2
2019-02-15target/arm: Use vector operations for saturationRichard Henderson5-44/+331
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson4-7/+21
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson1-7/+8
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson1-18/+27
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson1-1/+1
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson1-2/+2
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson2-24/+0
2019-02-15target/arm: Use tcg integer min/max primitives for neonRichard Henderson1-4/+4
2019-02-15target/arm: Use vector minmax expanders for aarch32Richard Henderson1-6/+19
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson1-21/+14
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson3-19/+5
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell5-22/+38
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée2-3/+26
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée1-7/+14
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée2-0/+80
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée2-1/+17
2019-02-15target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_beCatherine Ho1-2/+2
2019-02-15target/arm: Implement HACR_EL2Peter Maydell1-0/+6
2019-02-15target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS1-4/+4
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell2-0/+12
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson1-0/+6
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell2-42/+24
2019-02-05target/arm: Clean TBI for data operations in the translatorRichard Henderson1-101/+116
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson4-36/+39
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson1-0/+4
2019-02-05target/arm: Set btype for indirect branchesRichard Henderson1-1/+36
2019-02-05target/arm: Reset btype for direct branchesRichard Henderson1-0/+6
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson3-2/+152
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson1-0/+6
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson4-7/+23
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson2-2/+9
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson1-0/+10
2019-02-01target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont1-1/+1
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont1-1/+1
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson2-60/+3
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova3-19/+25
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson1-0/+6
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS3-2/+92
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS1-10/+51
2019-02-01target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell1-1/+21