summaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell
2019-04-29target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones
2019-03-25target/arm: fix crash on pmu register accessAndrew Jones
2019-03-15target/arm: change arch timer registers access permissionDongjiu Geng
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-21target/arm: Split out vfp_helper.cRichard 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-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée
2019-02-15target/arm: Implement HACR_EL2Peter Maydell
2019-02-15target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-29target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth
2019-01-29target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson
2019-01-21target/arm: Implement PMSWINCAaron Lindsay
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay