summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* SPARC host fixes, by Ben Taylor.ths2007-03-191-7/+1Star
* ARM register index+writeback fix (Lauro Ramos Venancio).pbrook2007-03-171-6/+21
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-171-0/+10
* ARM reabbot support (orginal patch by Aurelien Jarno).pbrook2007-03-112-22/+37
* Fix typo in help output.pbrook2007-03-082-0/+11
* Implement --cpu for ARM.pbrook2007-03-082-2/+29
* ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook2007-02-141-1/+1
* Sparc arm/mips/sparc register patch, by Martin Bochnig.ths2007-02-021-0/+7
* siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths2007-01-311-2/+1Star
* Add ARM Angel semihosting to system emulation.pbrook2007-01-201-0/+18
* Check ELF binaries for machine type and endianness.ths2006-12-231-0/+2
* compilation fixbellard2006-10-291-4/+0Star
* Fix ARM VFP debugging dumps.pbrook2006-10-251-3/+10
* Fix comment typo.pbrook2006-10-221-1/+1
* Arm MMU fix (Justin Fletcher).pbrook2006-09-091-1/+1
* Fix Arm cp15 c13 (Process ID) register writes.pbrook2006-07-221-2/+10
* qsub fix (Wolfgang Schildbach)bellard2006-06-261-1/+1
* C99 64 bit printfbellard2006-06-251-1/+1
* ARM postincrememnt addressing fix.pbrook2006-06-141-7/+12
* ARM undefined instruction execution (Jason Wessel)bellard2006-05-231-0/+9
* Thumb prefetch abort fix.pbrook2006-04-091-2/+38
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-27/+35
* Fix FIQ bank switching.pbrook2006-03-141-2/+2
* Fix FPA condition codes (Ulrich Hecht).pbrook2006-03-112-24/+10Star
* Add Arm926 core support.pbrook2006-02-205-48/+138
* Fix Arm msr spsr bug.pbrook2006-02-111-8/+11
* Arm Linux EABI syscall support.pbrook2006-02-091-0/+5
* Fix Thumb variable shift condition code bug.pbrook2006-02-071-0/+4
* Fix Arm interrupted ldm bug.pbrook2006-02-042-1/+19
* Implement Arm BKPT instruction.pbrook2006-02-044-0/+21
* cpu_reset() fix (Paul Brook)bellard2005-12-181-2/+2
* switching to Arm mode in do_interrupt() (Paul Brook)bellard2005-12-181-2/+3
* Arm mulxy insn fix (Paul Brook)bellard2005-12-041-2/+2
* ARM CPU suspend/halt (Paul Brook)bellard2005-11-263-1/+17
* ARM system emulation (Paul Brook)bellard2005-11-267-220/+1227
* cpu_exec_init() changebellard2005-11-221-5/+2Star
* added CPU_COMMON and CPUState.tb_jmp_cache[]bellard2005-11-201-15/+2Star
* use direct jump only for jumps in the same pagebellard2005-11-201-13/+22
* thumb BLX insn fix (Paul Brook)bellard2005-11-061-1/+1
* suppressed JUMP_TB (Paul Brook)bellard2005-10-302-7/+26
* moved common softmmu code to common header (Paul Brook)bellard2005-10-301-0/+1
* Show thumb state in cpu dump (Paul Brook)bellard2005-08-211-2/+3
* ARM VFP dump fix (Paul Brook)bellard2005-05-141-1/+1
* ARM saturating arithmetic fixes (Paul Brook)bellard2005-05-142-10/+22
* ARM thumb fixesbellard2005-04-272-34/+55
* better arm conditionnal execution implementation (Paul Brook)bellard2005-04-262-25/+63
* Fix dumping of arm registers (Paul Brook)bellard2005-04-231-1/+1
* ARM singlestep support (Paul Brook)bellard2005-04-231-23/+42
* arm vfp fcmp and fcmpe instructions fix (Paul Brook)bellard2005-04-231-2/+2
* gdb support for user mode (Paul Brook)bellard2005-04-173-1/+26