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