Age | Commit message (Expand) | Author | Files | Lines |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer | 8 | -1260/+1958 |
2007-09-29 | make cpu_abort dump cpu state in logfile, which is useful for debugging. | j_mayer | 1 | -1/+9 |
2007-09-29 | always_inline gcc directive can be useful. | j_mayer | 2 | -0/+16 |
2007-09-29 | host_utils.o may also be useful for user-mode emulation. | j_mayer | 1 | -2/+1 |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer | 4 | -4/+55 |
2007-09-29 | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. | j_mayer | 3 | -29/+22 |
2007-09-28 | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths | 1 | -13/+0 |
2007-09-28 | Build fix, ppc64 needs also a get_sp_from_cpustate function now. | ths | 1 | -0/+5 |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 13 | -38/+39 |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 20 | -43/+425 |
2007-09-27 | Build fix for PowerPC hosts, where "PPC" is a predefined macro name. | ths | 1 | -15/+15 |
2007-09-27 | Implement size bit in PowerPC 64 comparisons. | j_mayer | 1 | -4/+4 |
2007-09-27 | memset string pages to zero to avoid putting random data on the stack | j_mayer | 2 | -4/+5 |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths | 3 | -6/+13 |
2007-09-27 | Fixes for PowerPC 64 rotate and mask instructions. | j_mayer | 2 | -7/+38 |
2007-09-27 | New ppc64-linux-user target. | j_mayer | 5 | -39/+13 |
2007-09-26 | Add flags to support PowerPC 405 bootinfos variations. | j_mayer | 3 | -4/+6 |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 11 | -3150/+4307 |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths | 3 | -62/+32 |
2007-09-26 | Wrap a few often used tests with unlikely(), by Aurelien Jarno. | ths | 1 | -6/+6 |
2007-09-26 | Convert syscall arguments and return value from long to int or target_long. | j_mayer | 2 | -83/+108 |
2007-09-25 | linux-user utimensat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+26 |
2007-09-25 | Remove the target dependency introduced by previous patch | blueswir1 | 1 | -1/+1 |
2007-09-25 | Fix monitor expressions | blueswir1 | 1 | -11/+11 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 4 | -8/+46 |
2007-09-25 | Check if the hosts defines a symlinkat syscall. | ths | 1 | -1/+1 |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths | 4 | -34/+49 |
2007-09-25 | vvfat mbr fixes, by Ivan Kalvachev. | ths | 1 | -29/+66 |
2007-09-25 | Improve completion in monitor, by Pascal Terjan. | ths | 1 | -1/+16 |
2007-09-25 | Move ECC calculation to a more appropriate place. | balrog | 3 | -11/+17 |
2007-09-24 | CPU boot mode | blueswir1 | 6 | -10/+21 |
2007-09-24 | Fix loading above 4G | blueswir1 | 1 | -2/+2 |
2007-09-24 | Fix >4G physical memory dump for Sparc32 | blueswir1 | 1 | -19/+31 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 6 | -103/+230 |
2007-09-24 | linux-user faccessat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user fchmodat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user readlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user symlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user linkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user renameat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user unlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user fchownat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user mknodat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user mkdirat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user openat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+22 |
2007-09-24 | Update Linux kernel syscall list. | ths | 10 | -6/+401 |
2007-09-23 | Sync termbits.h with current Linux kernel. | ths | 7 | -11/+45 |
2007-09-23 | Add new MIPS/Linux syscalls. | ths | 1 | -0/+5 |
2007-09-23 | Correct and update mips termbits.h. | ths | 1 | -12/+28 |
2007-09-23 | Fix mips usermode emulation. | ths | 1 | -0/+3 |