summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell
2019-04-29target/arm: Decode FP instructions for M profilePeter Maydell
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell
2019-04-29target/arm: Disable most VFP sysregs for M-profilePeter Maydell
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell
2019-04-29target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-26target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu maxRichard Henderson
2019-03-25Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones
2019-03-25target/arm: cortex-a7 and cortex-a15 have pmusAndrew Jones
2019-03-25target/arm: fix crash on pmu register accessAndrew Jones
2019-03-25target/arm: Fix non-parallel expansion of CASPRichard Henderson
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-15target/arm: Check access permission to ADDVL/ADDPL/RDVLAmir Charif
2019-03-15target/arm: change arch timer registers access permissionDongjiu Geng
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Restructure handle_fp_1src_{single, double}Richard Henderson
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Rearrange disas_data_proc_regRichard Henderson
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-03-05target/arm: Fix PC test for LDM (exception return)Richard Henderson
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