aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2011-10-20target-arm: Fix use of free() in cpu_arm_close()Andreas Färber1-1/+1
2011-10-19target-arm/machine.c: Restore VFP registers correctlyDmitry Koshelev1-1/+1
2011-10-19target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell4-0/+90
2011-10-19target-arm: Add ARM UDIV/SDIV supportPeter Maydell3-1/+24
2011-10-19target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell3-4/+5
2011-10-19target-arm: v6 media multiply space: UNDEF on unassigned encodingsPeter Maydell1-4/+20
2011-10-19rsqrte_f32: No need to copy sign bit.Christophe LYON1-2/+1
2011-10-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-10-08ARM: fix segfaultBlue Swirl1-0/+1
2011-10-05target-arm: Fix typoAndreas Färber1-1/+1
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-09Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias3-42/+121
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-07-30exec.h cleanupBlue Swirl2-32/+7
2011-07-26target-arm: Don't print debug messages for various UNDEF casesPeter Maydell1-6/+0
2011-07-26target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assertPeter Maydell1-8/+11
2011-07-26target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTMPeter Maydell1-7/+31
2011-07-26target-arm: Support v6 barriers in linux-user modePeter Maydell1-18/+33
2011-07-26target-arm: Mark 1136r1 as a v6K corePeter Maydell2-2/+21
2011-07-26target-arm: support for ARM1176JZF-s coresJamie Iles2-0/+24
2011-07-26target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez2-2/+2
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl7-492/+752
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-12/+13
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-3/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-06-22target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber1-12/+12
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell4-16/+183
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell3-191/+227
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell3-74/+113
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell3-18/+25
2011-06-22target-arm: Add helper function to generate code to get fpstatus pointerPeter Maydell1-24/+16
2011-06-22Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell3-156/+175
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell1-9/+9
2011-05-23target-arm/exec.h: Remove unused #define of M0Peter Maydell1-2/+0
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell1-22/+18
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell3-194/+146
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell1-1/+1
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell1-0/+12
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell1-2/+10
2011-05-15target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell1-13/+40
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-5/+5
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson1-0/+4
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-3/+3
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-2/+2
2011-04-27target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell1-3/+14