aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2011-12-13target-arm: Infer VFPv3 feature from VFPv4Andreas Färber
2011-12-13target-arm: Infer VFP feature from VFPv3Andreas Färber
2011-12-13target-arm: Infer Thumb division feature from M profileAndreas Färber
2011-12-13target-arm: Infer Thumb2 feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer AUXCR feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv6(K) feature from ARMv7Andreas Färber
2011-12-13target-arm: Infer ARMv6 feature from v6KAndreas Färber
2011-12-13target-arm: Infer ARMv5 feature from ARMv6Andreas Färber
2011-12-13target-arm: Infer ARMv4T feature from ARMv5Andreas Färber
2011-12-13arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS
2011-12-05target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell
2011-12-05target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell
2011-10-20target-arm: Fix use of free() in cpu_arm_close()Andreas Färber
2011-10-19target-arm/machine.c: Restore VFP registers correctlyDmitry Koshelev
2011-10-19target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell
2011-10-19target-arm: Add ARM UDIV/SDIV supportPeter Maydell
2011-10-19target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell
2011-10-19target-arm: v6 media multiply space: UNDEF on unassigned encodingsPeter Maydell
2011-10-19rsqrte_f32: No need to copy sign bit.Christophe LYON
2011-10-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-10-08ARM: fix segfaultBlue Swirl
2011-10-05target-arm: Fix typoAndreas Färber
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-09Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-26target-arm: Don't print debug messages for various UNDEF casesfor-upstreamPeter Maydell
2011-07-26target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assertPeter Maydell
2011-07-26target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTMPeter Maydell
2011-07-26target-arm: Support v6 barriers in linux-user modePeter Maydell
2011-07-26target-arm: Mark 1136r1 as a v6K corePeter Maydell
2011-07-26target-arm: support for ARM1176JZF-s coresJamie Iles
2011-07-26target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-22target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell
2011-06-22target-arm: Add helper function to generate code to get fpstatus pointerPeter Maydell
2011-06-22Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell