aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2008-04-20Remove an unused field and fix some non-code typos.balrog2-5/+5
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2-4/+4
2008-04-16Save the exact SWI return address in Thumb mode.balrog1-1/+1
2008-04-14Add basic OMAP2 chip support.balrog2-0/+8
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-6/+3
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog1-6/+1
2008-04-14Fix ARM VFP related segfaults.balrog1-4/+4
2008-04-13Fix the offset in Thumb bl instruction.balrog1-3/+3
2008-04-13Set an unset label in ARM strex.balrog1-0/+1
2008-04-13Fix ARM and Thumb ldlex/stlex.balrog1-0/+2
2008-04-13Store the right TCG temp (typo).balrog2-3/+3
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-04-11Fix few spelling issues in commentsaurel322-5/+5
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel3212-2674/+0
2008-04-07Implement ARM floating point exception emulationaurel321-0/+7
2008-04-01ARM N=Z=1 flag fix.pbrook4-31/+32
2008-03-31ARM TCG conversion 16/16.pbrook1-25/+0
2008-03-31ARM TCG conversion 15/16.pbrook7-811/+1123
2008-03-31ARM TCG conversion 14/16.pbrook7-2537/+2596
2008-03-31ARM TCG conversion 13/16.pbrook7-280/+204
2008-03-31ARM TCG conversion 12/16.pbrook7-330/+277
2008-03-31ARM TCG conversion 11/16.pbrook4-248/+295
2008-03-31ARM TCG conversion 10/16.pbrook9-685/+678
2008-03-31ARM TCG conversion 9/16.pbrook7-409/+475
2008-03-31ARM TCG conversion 8/16.pbrook4-371/+409
2008-03-31ARM TCG conversion 7/16.pbrook6-449/+537
2008-03-31ARM TCG conversion 6/16.pbrook4-157/+169
2008-03-31ARM TCG conversion 5/16.pbrook2-69/+64
2008-03-31ARM TCG conversion 4/16.pbrook6-118/+121
2008-03-31ARM TCG conversion 3/16.pbrook2-196/+65
2008-03-31ARM TCG conversion 2/16.pbrook4-9/+12
2008-03-31ARM TCG conversion 1/16.pbrook6-673/+434
2008-02-01use the TCG code generatorbellard2-50/+5
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-0/+1
2007-11-24Thumb semihosting fixes.pbrook1-1/+10
2007-11-18Add strict checking mode for softfp code.pbrook2-6/+4
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-27/+37
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2-42/+45
2007-11-11Fix msr_mask.pbrook1-4/+3
2007-11-11fixed invalid typebellard1-2/+2
2007-11-11ARMv7 support.pbrook9-439/+8041
2007-11-10added cpu_model parameter to cpu_init()bellard2-10/+12
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog1-2/+1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-7/+19
2007-10-12Unify '-cpu ?' option.j_mayer2-4/+5
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-5/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+5
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths13-127/+127
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths19-184/+184