summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Infer VFPv3 feature from VFPv4Andreas Färber2011-12-131-1/+3
* target-arm: Infer VFP feature from VFPv3Andreas Färber2011-12-131-3/+3
* target-arm: Infer Thumb division feature from M profileAndreas Färber2011-12-131-1/+3
* target-arm: Infer Thumb2 feature from ARMv7Andreas Färber2011-12-131-4/+1
* target-arm: Infer AUXCR feature from ARMv6Andreas Färber2011-12-131-5/+3
* target-arm: Infer ARMv6(K) feature from ARMv7Andreas Färber2011-12-131-4/+5
* target-arm: Infer ARMv6 feature from v6KAndreas Färber2011-12-131-5/+3
* target-arm: Infer ARMv5 feature from ARMv6Andreas Färber2011-12-131-7/+3
* target-arm: Infer ARMv4T feature from ARMv5Andreas Färber2011-12-131-12/+3
* arm: Fix CP15 FSR (C5) domain settingJean-Christophe DUBOIS2011-12-131-11/+15
* target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell2011-12-051-1/+1
* target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell2011-12-051-3/+5
* target-arm: Fix use of free() in cpu_arm_close()Andreas Färber2011-10-201-1/+1
* target-arm/machine.c: Restore VFP registers correctlyDmitry Koshelev2011-10-191-1/+1
* target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell2011-10-194-0/+90
* target-arm: Add ARM UDIV/SDIV supportPeter Maydell2011-10-193-1/+24
* target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell2011-10-193-4/+5
* target-arm: v6 media multiply space: UNDEF on unassigned encodingsPeter Maydell2011-10-191-4/+20
* rsqrte_f32: No need to copy sign bit.Christophe LYON2011-10-191-2/+1
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-10-101-1/+1
|\
| * target-arm: Fix typoAndreas Färber2011-10-051-1/+1
* | ARM: fix segfaultBlue Swirl2011-10-081-0/+1
|/
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias2011-08-093-42/+121
|\
| * target-arm: Don't print debug messages for various UNDEF casesPeter Maydell2011-07-261-6/+0
| * target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assertPeter Maydell2011-07-261-8/+11
| * target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTMPeter Maydell2011-07-261-7/+31
| * target-arm: Support v6 barriers in linux-user modePeter Maydell2011-07-261-18/+33
| * target-arm: Mark 1136r1 as a v6K corePeter Maydell2011-07-262-2/+21
| * target-arm: support for ARM1176JZF-s coresJamie Iles2011-07-262-0/+24
| * target-arm: make VMSAv7 remapping and AP dependent on V6KJamie Iles2011-07-261-1/+1
* | Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* | exec.h cleanupBlue Swirl2011-07-302-32/+7
|/
* Correct spelling of licensedMatthew Fernandez2011-07-232-2/+2
* Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2011-07-207-492/+752
|\
| * target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber2011-06-221-12/+12
| * target-arm: Minimal implementation of performance countersPeter Maydell2011-06-224-16/+183
| * Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell2011-06-223-191/+227
| * target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell2011-06-223-74/+113
| * target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell2011-06-223-18/+25
| * target-arm: Add helper function to generate code to get fpstatus pointerPeter Maydell2011-06-221-24/+16
| * Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell2011-06-223-156/+175
* | arm: Add const attribute to some arm_boot_info pointersStefan Weil2011-07-041-1/+1
* | Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* | Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-12/+13
* | exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-3/+3
* | cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
|/
* target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke2011-06-031-0/+1
* target-arm: Fix compilation failure for 64 bit hostsPeter Maydell2011-06-031-9/+9
OpenPOWER on IntegriCloud