summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog2-3/+12
2007-07-29Fix XScale MMU's extended small pages.balrog1-5/+5
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2-2/+83
2007-07-24Various reg offset shift typos.balrog1-1/+1
2007-07-22Thumb shifter carry flag fixes.pbrook1-2/+2
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog2-4/+18
2007-06-11Fix "blx lr" (Lauro Venancio).pbrook1-2/+2
2007-06-10Use the same offset for all STR and STM instructions that store r15, as speci...balrog1-2/+2
2007-06-03Move target-specific defines to the target directories.ths1-0/+7
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+14
2007-05-21Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja...balrog1-1/+1
2007-05-08ARM946 CPU support.pbrook2-44/+218
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-3/+8
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog1-1/+2
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog7-6/+1830
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog5-16/+210