Age | Commit message (Expand) | Author | Files | Lines |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 1 | -5/+0 |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 1 | -0/+5 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 13 | -127/+127 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 19 | -184/+184 |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths | 1 | -1/+0 |
2007-08-01 | Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. | balrog | 2 | -3/+12 |
2007-07-29 | Fix XScale MMU's extended small pages. | balrog | 1 | -5/+5 |
2007-07-29 | Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. | balrog | 2 | -2/+83 |
2007-07-24 | Various reg offset shift typos. | balrog | 1 | -1/+1 |
2007-07-22 | Thumb shifter carry flag fixes. | pbrook | 1 | -2/+2 |
2007-06-24 | Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. | balrog | 2 | -4/+18 |
2007-06-11 | Fix "blx lr" (Lauro Venancio). | pbrook | 1 | -2/+2 |
2007-06-10 | Use the same offset for all STR and STM instructions that store r15, as speci... | balrog | 1 | -2/+2 |
2007-06-03 | Move target-specific defines to the target directories. | ths | 1 | -0/+7 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 1 | -0/+14 |
2007-05-21 | Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja... | balrog | 1 | -1/+1 |
2007-05-08 | ARM946 CPU support. | pbrook | 2 | -44/+218 |
2007-05-01 | Implement power state changes (IDLE and SLEEP) for PXA. | balrog | 1 | -3/+8 |
2007-04-30 | Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. | balrog | 1 | -1/+2 |
2007-04-30 | Implement iwMMXt instruction set for the PXA270 cpu. | balrog | 7 | -6/+1830 |
2007-04-30 | Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. | balrog | 5 | -16/+210 |
2007-04-29 | Fix ARM fine pagetables. | pbrook | 1 | -1/+7 |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 1 | -2/+2 |
2007-04-02 | Random bug fixes from code inspection, by Wang Cheng Yeh. | ths | 1 | -2/+2 |
2007-03-19 | SPARC host fixes, by Ben Taylor. | ths | 1 | -7/+1 |
2007-03-17 | ARM register index+writeback fix (Lauro Ramos Venancio). | pbrook | 1 | -6/+21 |
2007-03-16 | Watchpoint support (previous commit got eaten by Savannah server crash). | pbrook | 1 | -0/+10 |
2007-03-11 | ARM reabbot support (orginal patch by Aurelien Jarno). | pbrook | 2 | -22/+37 |
2007-03-08 | Fix typo in help output. | pbrook | 2 | -0/+11 |
2007-03-08 | Implement --cpu for ARM. | pbrook | 2 | -2/+29 |
2007-02-14 | ARM doubleword post-modify fix (Daniel Jacobowitz). | pbrook | 1 | -1/+1 |
2007-02-02 | Sparc arm/mips/sparc register patch, by Martin Bochnig. | ths | 1 | -0/+7 |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 1 | -2/+1 |
2007-01-20 | Add ARM Angel semihosting to system emulation. | pbrook | 1 | -0/+18 |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths | 1 | -0/+2 |
2006-10-29 | compilation fix | bellard | 1 | -4/+0 |
2006-10-25 | Fix ARM VFP debugging dumps. | pbrook | 1 | -3/+10 |
2006-10-22 | Fix comment typo. | pbrook | 1 | -1/+1 |
2006-09-09 | Arm MMU fix (Justin Fletcher). | pbrook | 1 | -1/+1 |
2006-07-21 | Fix Arm cp15 c13 (Process ID) register writes. | pbrook | 1 | -2/+10 |
2006-06-26 | qsub fix (Wolfgang Schildbach) | bellard | 1 | -1/+1 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -1/+1 |
2006-06-14 | ARM postincrememnt addressing fix. | pbrook | 1 | -7/+12 |
2006-05-22 | ARM undefined instruction execution (Jason Wessel) | bellard | 1 | -0/+9 |
2006-04-09 | Thumb prefetch abort fix. | pbrook | 1 | -2/+38 |
2006-03-25 | Avoid accessing guest memory directly in usermode emulation. | pbrook | 1 | -27/+35 |
2006-03-14 | Fix FIQ bank switching. | pbrook | 1 | -2/+2 |
2006-03-11 | Fix FPA condition codes (Ulrich Hecht). | pbrook | 2 | -24/+10 |
2006-02-20 | Add Arm926 core support. | pbrook | 5 | -48/+138 |
2006-02-11 | Fix Arm msr spsr bug. | pbrook | 1 | -8/+11 |