summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: kvm: Inject events at the last stage of syncBeata Michalska2020-03-122-10/+20
* target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2020-03-122-6/+11
* target/arm: Disable clean_data_tbi for system modeRichard Henderson2020-03-121-0/+11
* target/arm: Check addresses for disabled regimesRichard Henderson2020-03-121-1/+34
* target/arm: Fix some comment typosPeter Maydell2020-03-122-2/+2
* target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell2020-03-123-4/+16
* target/arm: Update hflags in trans_CPS_v7m()Peter Maydell2020-03-121-1/+4
* target/arm: Clean address for DC ZVARichard Henderson2020-03-051-1/+1
* target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson2020-03-051-1/+1
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-054-94/+92Star
* target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson2020-03-051-1/+22
* target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2020-03-052-1/+7
* target/arm: Optimize cpu_mmu_indexRichard Henderson2020-03-052-15/+13Star
* target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson2020-03-051-2/+4
* target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson2020-03-051-30/+55
* target/arm: Honor the HCR_EL2.TPU bitRichard Henderson2020-03-051-20/+31
* target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson2020-03-051-8/+31
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson2020-03-051-6/+0Star
* target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson2020-03-051-2/+4
* target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson2020-03-051-0/+7
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-053-0/+7
* target/arm: Implement ARMv8.3-CCIDXPeter Maydell2020-02-282-1/+35
* target/arm: Implement v8.4-RCPCPeter Maydell2020-02-283-1/+96
* target/arm: Implement v8.3-RCPCPeter Maydell2020-02-283-0/+30
* target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell2020-02-281-2/+2
* target/arm: Split VMINMAXNM decodeRichard Henderson2020-02-282-77/+44Star
* target/arm: Split VFM decodeRichard Henderson2020-02-282-14/+55
* target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson2020-02-281-90/+60Star
* target/arm: Remove ARM_FEATURE_VFP*Richard Henderson2020-02-285-37/+0Star
* target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson2020-02-281-54/+29Star
* target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson2020-02-283-44/+50
* target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson2020-02-281-4/+0Star
* target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson2020-02-284-6/+36
* target/arm: Add missing checks for fpsp_v2Richard Henderson2020-02-281-9/+69
* target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson2020-02-281-16/+8Star
* target/arm: Perform fpdp_v2 check firstRichard Henderson2020-02-281-69/+71
* target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson2020-02-283-5/+20
* target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson2020-02-281-0/+18
* target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson2020-02-282-22/+22
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-285-14/+25
* target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson2020-02-281-0/+1
* target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson2020-02-211-4/+6
* target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson2020-02-213-13/+11Star
* target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson2020-02-212-27/+28
* target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-216-55/+95