aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-24Thumb semihosting fixes.pbrook
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog
2007-11-11Fix msr_mask.pbrook
2007-11-11fixed invalid typebellard
2007-11-11ARMv7 support.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-12Unify '-cpu ?' option.j_mayer
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog
2007-07-29Fix XScale MMU's extended small pages.balrog
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog
2007-07-24Various reg offset shift typos.balrog
2007-07-22Thumb shifter carry flag fixes.pbrook
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog
2007-06-11Fix "blx lr" (Lauro Venancio).pbrook
2007-06-10Use the same offset for all STR and STM instructions that store r15, as speci...balrog
2007-06-03Move target-specific defines to the target directories.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-21Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja...balrog
2007-05-08ARM946 CPU support.pbrook
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog
2007-04-29Fix ARM fine pagetables.pbrook
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer
2007-04-02Random bug fixes from code inspection, by Wang Cheng Yeh.ths
2007-03-19SPARC host fixes, by Ben Taylor.ths
2007-03-17ARM register index+writeback fix (Lauro Ramos Venancio).pbrook
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook
2007-03-08Fix typo in help output.pbrook
2007-03-08Implement --cpu for ARM.pbrook
2007-02-14ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook
2007-02-02Sparc arm/mips/sparc register patch, by Martin Bochnig.ths
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths
2007-01-20Add ARM Angel semihosting to system emulation.pbrook
2006-12-23Check ELF binaries for machine type and endianness.ths
2006-10-29compilation fixbellard
2006-10-25Fix ARM VFP debugging dumps.pbrook