aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-28target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée
2019-05-28target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée
2019-05-28target/arm: fixup some of the commentary for arm-semiAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-05-23target/arm: Fix vector operation segfaultAlistair Francis
2019-05-23target/arm: Simplify BFXIL expansionRichard Henderson
2019-05-23target/arm: Use extract2 for EXTRRichard Henderson
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson
2019-05-13tcg: Add support for integer absolute valueRichard Henderson
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson
2019-05-10tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell
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-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter 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 function armv7m_nvic_set_pending_lazyfp()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: Move NS TBFLAG from bit 19 to bit 6Peter 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