Age | Commit message (Expand) | Author |
2008-04-20 | Remove an unused field and fix some non-code typos. | balrog |
2008-04-20 | Correct more ARM VFP 32/64 and signed/unsigned typos. | balrog |
2008-04-16 | Save the exact SWI return address in Thumb mode. | balrog |
2008-04-14 | Add basic OMAP2 chip support. | balrog |
2008-04-14 | Move the excess of arm_load_kernel() parameters into a struct. | balrog |
2008-04-14 | Correctly restore pc after an exception occured in Thumb mode. | balrog |
2008-04-14 | Fix ARM VFP related segfaults. | balrog |
2008-04-13 | Fix the offset in Thumb bl instruction. | balrog |
2008-04-13 | Set an unset label in ARM strex. | balrog |
2008-04-13 | Fix ARM and Thumb ldlex/stlex. | balrog |
2008-04-13 | Store the right TCG temp (typo). | balrog |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 |
2008-04-11 | Fix few spelling issues in comments | aurel32 |
2008-04-09 | Move target-arm/nwfpe into linux-user/arm/nwfpe | aurel32 |
2008-04-07 | Implement ARM floating point exception emulation | aurel32 |
2008-04-01 | ARM N=Z=1 flag fix. | pbrook |
2008-03-31 | ARM TCG conversion 16/16. | pbrook |
2008-03-31 | ARM TCG conversion 15/16. | pbrook |
2008-03-31 | ARM TCG conversion 14/16. | pbrook |
2008-03-31 | ARM TCG conversion 13/16. | pbrook |
2008-03-31 | ARM TCG conversion 12/16. | pbrook |
2008-03-31 | ARM TCG conversion 11/16. | pbrook |
2008-03-31 | ARM TCG conversion 10/16. | pbrook |
2008-03-31 | ARM TCG conversion 9/16. | pbrook |
2008-03-31 | ARM TCG conversion 8/16. | pbrook |
2008-03-31 | ARM TCG conversion 7/16. | pbrook |
2008-03-31 | ARM TCG conversion 6/16. | pbrook |
2008-03-31 | ARM TCG conversion 5/16. | pbrook |
2008-03-31 | ARM TCG conversion 4/16. | pbrook |
2008-03-31 | ARM TCG conversion 3/16. | pbrook |
2008-03-31 | ARM TCG conversion 2/16. | pbrook |
2008-03-31 | ARM TCG conversion 1/16. | pbrook |
2008-02-01 | use the TCG code generator | bellard |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths |
2007-11-24 | Thumb semihosting fixes. | pbrook |
2007-11-18 | Add strict checking mode for softfp code. | pbrook |
2007-11-16 | suppressed tgetx and tputx (initial patch by Thayne Harbaugh) | bellard |
2007-11-13 | Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some... | balrog |
2007-11-11 | Fix msr_mask. | pbrook |
2007-11-11 | fixed invalid type | bellard |
2007-11-11 | ARMv7 support. | pbrook |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard |
2007-10-31 | Invalidate TLBs when domains are changed (Matthew Warton). | balrog |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-12 | Unify '-cpu ?' option. | j_mayer |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |