summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-arm/exec.h: Remove unused #define of M0Peter Maydell2011-05-231-2/+0
* target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell2011-05-231-22/+18
* target-arm: Use correct float status for Neon int-float conversionsPeter Maydell2011-05-233-194/+146
* target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell2011-05-231-1/+1
* target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell2011-05-231-0/+12
* target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell2011-05-231-2/+10
* target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell2011-05-151-13/+40
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-5/+5
|\
| * Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-3/+3
| * Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-2/+2
* | target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson2011-05-081-0/+4
|/
* target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell2011-04-271-3/+14
* target-arm: fix LDMIA bug on page boundaryYuYeon Oh2011-04-271-1/+9
* target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structuresPeter Maydell2011-04-251-0/+15
* target-arm: Handle UNDEFs for Neon single element load/storesPeter Maydell2011-04-251-0/+34
* target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell2011-04-201-0/+9
* Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov2011-04-202-0/+12
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-4/+3
* move helpers.h to helper.hLluĂ­s2011-04-176-7/+7
* Fix some typos in comments and documentationStefan Weil2011-04-161-1/+1
* target-arm: Don't overflow when calculating value for signed VABALPeter Maydell2011-04-131-17/+21
* target-arm: Detect tininess before rounding for FP operationsPeter Maydell2011-04-121-0/+4
OpenPOWER on IntegriCloud