aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-22Fix comment typo.pbrook1-1/+1
2006-09-09Arm MMU fix (Justin Fletcher).pbrook1-1/+1
2006-07-21Fix Arm cp15 c13 (Process ID) register writes.pbrook1-2/+10
2006-06-26qsub fix (Wolfgang Schildbach)bellard1-1/+1
2006-06-25C99 64 bit printfbellard1-1/+1
2006-06-14ARM postincrememnt addressing fix.pbrook1-7/+12
2006-05-22ARM undefined instruction execution (Jason Wessel)bellard1-0/+9
2006-04-09Thumb prefetch abort fix.pbrook1-2/+38
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-27/+35
2006-03-14Fix FIQ bank switching.pbrook1-2/+2
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook2-24/+10
2006-02-20Add Arm926 core support.pbrook5-48/+138
2006-02-11Fix Arm msr spsr bug.pbrook1-8/+11
2006-02-09Arm Linux EABI syscall support.pbrook1-0/+5
2006-02-07Fix Thumb variable shift condition code bug.pbrook1-0/+4
2006-02-04Fix Arm interrupted ldm bug.pbrook2-1/+19
2006-02-04Implement Arm BKPT instruction.pbrook4-0/+21
2005-12-18cpu_reset() fix (Paul Brook)bellard1-2/+2
2005-12-18switching to Arm mode in do_interrupt() (Paul Brook)bellard1-2/+3
2005-12-04Arm mulxy insn fix (Paul Brook)bellard1-2/+2
2005-11-26ARM CPU suspend/halt (Paul Brook)bellard3-1/+17
2005-11-26ARM system emulation (Paul Brook)bellard7-220/+1227
2005-11-21cpu_exec_init() changebellard1-5/+2
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-15/+2
2005-11-20use direct jump only for jumps in the same pagebellard1-13/+22
2005-11-06thumb BLX insn fix (Paul Brook)bellard1-1/+1
2005-10-30suppressed JUMP_TB (Paul Brook)bellard2-7/+26
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-0/+1
2005-08-21Show thumb state in cpu dump (Paul Brook)bellard1-2/+3
2005-05-13ARM VFP dump fix (Paul Brook)bellard1-1/+1
2005-05-13ARM saturating arithmetic fixes (Paul Brook)bellard2-10/+22
2005-04-27ARM thumb fixesbellard2-34/+55
2005-04-26better arm conditionnal execution implementation (Paul Brook)bellard2-25/+63
2005-04-23Fix dumping of arm registers (Paul Brook)bellard1-1/+1
2005-04-23ARM singlestep support (Paul Brook)bellard1-23/+42