Age | Commit message (Expand) | Author |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths |
2007-09-30 | Avoid crash on NULL timers. | j_mayer |
2007-09-30 | Implement Process Priority Register as defined in the PowerPC 2.04 spec. | j_mayer |
2007-09-30 | Implement new floating-point instructions (fre, frin, friz, frip, frim) | j_mayer |
2007-09-30 | Improve single-precision floats load & stores: | j_mayer |
2007-09-30 | XER is to be treated as a 64 bits register on 64 bits implementations, | j_mayer |
2007-09-30 | Update TODO. | ths |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer |
2007-09-29 | Don't hardcode the host architecture name. | ths |
2007-09-29 | Update tarbin rule. | ths |
2007-09-29 | Enable sh4-softmmu and sh4-linux-user builds by default, by Magnus Damm. | ths |
2007-09-29 | Fix rte opcode, by Magnus Damm. | ths |
2007-09-29 | Add FRQCR read support, by Magnus Damm. | ths |
2007-09-29 | Add INTC controller prototype, by Magnus Damm. | ths |
2007-09-29 | Stand-alone SCI/SCIF emulation code, by Magnus Damm. | ths |
2007-09-29 | Stand-alone TMU emulation code, by Magnus Damm. | ths |
2007-09-29 | Add R2D-PLUS support, by Magnus Damm. | ths |
2007-09-29 | Supervisor mode implementation, by Aurelien Jarno. | ths |
2007-09-29 | Less magic constants. | ths |
2007-09-29 | PowerPC emulation optimization: | j_mayer |
2007-09-29 | Code provision for hypervisor timers resources, | j_mayer |
2007-09-29 | Fix PowerPC target objects dependencies | j_mayer |
2007-09-29 | Provision for x86_64-linux-user target: needs get_sp_from_cpustate | j_mayer |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer |
2007-09-29 | make cpu_abort dump cpu state in logfile, which is useful for debugging. | j_mayer |
2007-09-29 | always_inline gcc directive can be useful. | j_mayer |
2007-09-29 | host_utils.o may also be useful for user-mode emulation. | j_mayer |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer |
2007-09-29 | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. | j_mayer |
2007-09-28 | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths |
2007-09-28 | Build fix, ppc64 needs also a get_sp_from_cpustate function now. | ths |
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-27 | Build fix for PowerPC hosts, where "PPC" is a predefined macro name. | ths |
2007-09-27 | Implement size bit in PowerPC 64 comparisons. | j_mayer |
2007-09-27 | memset string pages to zero to avoid putting random data on the stack | j_mayer |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths |
2007-09-27 | Fixes for PowerPC 64 rotate and mask instructions. | j_mayer |
2007-09-27 | New ppc64-linux-user target. | j_mayer |
2007-09-26 | Add flags to support PowerPC 405 bootinfos variations. | j_mayer |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths |
2007-09-26 | Wrap a few often used tests with unlikely(), by Aurelien Jarno. | ths |
2007-09-26 | Convert syscall arguments and return value from long to int or target_long. | j_mayer |
2007-09-25 | linux-user utimensat() syscall, by Thayne Harbaugh. | ths |
2007-09-25 | Remove the target dependency introduced by previous patch | blueswir1 |
2007-09-25 | Fix monitor expressions | blueswir1 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths |
2007-09-25 | Check if the hosts defines a symlinkat syscall. | ths |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths |