aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-07target/arm: Stop using variable length array in dc_zvaPeter Maydell
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell
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