summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
...
* remove target ifdefs from vl.caurel322008-05-041-0/+213
* Fix incorrect argument types.pbrook2008-05-011-2/+2
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove an unused field and fix some non-code typos.balrog2008-04-202-5/+5
* Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2008-04-202-4/+4
* Save the exact SWI return address in Thumb mode.balrog2008-04-161-1/+1
* Add basic OMAP2 chip support.balrog2008-04-142-0/+8
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-6/+3
* Correctly restore pc after an exception occured in Thumb mode.balrog2008-04-141-6/+1
* Fix ARM VFP related segfaults.balrog2008-04-141-4/+4
* Fix the offset in Thumb bl instruction.balrog2008-04-131-3/+3
* Set an unset label in ARM strex.balrog2008-04-131-0/+1
* Fix ARM and Thumb ldlex/stlex.balrog2008-04-131-0/+2
* Store the right TCG temp (typo).balrog2008-04-132-3/+3
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Fix few spelling issues in commentsaurel322008-04-112-5/+5
* Move target-arm/nwfpe into linux-user/arm/nwfpeaurel322008-04-0912-2674/+0
* Implement ARM floating point exception emulationaurel322008-04-071-0/+7
* ARM N=Z=1 flag fix.pbrook2008-04-014-31/+32
* ARM TCG conversion 16/16.pbrook2008-03-311-25/+0
* ARM TCG conversion 15/16.pbrook2008-03-317-811/+1123
* ARM TCG conversion 14/16.pbrook2008-03-317-2537/+2596
* ARM TCG conversion 13/16.pbrook2008-03-317-280/+204
* ARM TCG conversion 12/16.pbrook2008-03-317-330/+277
* ARM TCG conversion 11/16.pbrook2008-03-314-248/+295
* ARM TCG conversion 10/16.pbrook2008-03-319-685/+678
* ARM TCG conversion 9/16.pbrook2008-03-317-409/+475
* ARM TCG conversion 8/16.pbrook2008-03-314-371/+409
* ARM TCG conversion 7/16.pbrook2008-03-316-449/+537
* ARM TCG conversion 6/16.pbrook2008-03-314-157/+169
* ARM TCG conversion 5/16.pbrook2008-03-312-69/+64
* ARM TCG conversion 4/16.pbrook2008-03-316-118/+121
* ARM TCG conversion 3/16.pbrook2008-03-312-196/+65
* ARM TCG conversion 2/16.pbrook2008-03-314-9/+12
* ARM TCG conversion 1/16.pbrook2008-03-316-673/+434
* use the TCG code generatorbellard2008-02-012-50/+5
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-0/+1
* Thumb semihosting fixes.pbrook2007-11-241-1/+10
* Add strict checking mode for softfp code.pbrook2007-11-182-6/+4
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-27/+37
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-132-42/+45
* Fix msr_mask.pbrook2007-11-111-4/+3
* fixed invalid typebellard2007-11-111-2/+2
* ARMv7 support.pbrook2007-11-119-439/+8041
* added cpu_model parameter to cpu_init()bellard2007-11-102-10/+12
* Invalidate TLBs when domains are changed (Matthew Warton).balrog2007-10-311-2/+1
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-7/+19
* Unify '-cpu ?' option.j_mayer2007-10-122-4/+5
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
OpenPOWER on IntegriCloud