summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-10target/arm: Clear SVE high bits for FMOVRichard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson
2018-05-10target/arm: Implement CAS and CASPRichard Henderson
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson
2018-05-10target/arm: Use new min/max expandersRichard Henderson
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger
2018-05-04target/arm: Implement v8M VLLDM and VLSTMPeter Maydell
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson
2018-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell
2018-04-26target/arm: Remove stale TODO commentPeter Maydell
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson
2018-04-10target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell
2018-04-10target-arm: Check undefined opcodes for SWP in A32 decoderOnur Sahin
2018-03-23target/arm: Always set FAR to a known unknown value for debug exceptionsPeter Maydell
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell
2018-03-23target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell
2018-03-23arm/translate-a64: treat DISAS_UPDATE as variant of DISAS_EXITVictor Kamensky
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-03-09target/arm: Make 'any' CPU just an alias for 'max'Peter Maydell
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell
2018-03-09target/arm: Move definition of 'host' cpu type into cpu.cPeter Maydell
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson
2018-03-09target/arm: Add a core count propertyAlistair Francis
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02target/arm: Enable ARM_FEATURE_V8_FCMARichard Henderson
2018-03-02target/arm: Decode t32 simd 3reg and 2reg_scalar extensionRichard Henderson
2018-03-02target/arm: Decode aa32 armv8.3 2-reg-indexRichard Henderson
2018-03-02target/arm: Decode aa32 armv8.3 3-sameRichard Henderson