aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-29Fix ARM fine pagetables.pbrook1-1/+7
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-04-02Random bug fixes from code inspection, by Wang Cheng Yeh.ths1-2/+2
2007-03-19SPARC host fixes, by Ben Taylor.ths1-7/+1
2007-03-17ARM register index+writeback fix (Lauro Ramos Venancio).pbrook1-6/+21
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+10
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook2-22/+37
2007-03-08Fix typo in help output.pbrook2-0/+11
2007-03-08Implement --cpu for ARM.pbrook2-2/+29
2007-02-14ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook1-1/+1
2007-02-02Sparc arm/mips/sparc register patch, by Martin Bochnig.ths1-0/+7
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-0/+18
2006-12-23Check ELF binaries for machine type and endianness.ths1-0/+2
2006-10-29compilation fixbellard1-4/+0
2006-10-25Fix ARM VFP debugging dumps.pbrook1-3/+10