aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-29Less magic constants.ths
2007-09-29PowerPC emulation optimization:j_mayer
2007-09-29Code provision for hypervisor timers resources,j_mayer
2007-09-29Fix PowerPC target objects dependenciesj_mayer
2007-09-29Provision for x86_64-linux-user target: needs get_sp_from_cpustatej_mayer
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer
2007-09-29make cpu_abort dump cpu state in logfile, which is useful for debugging.j_mayer
2007-09-29always_inline gcc directive can be useful.j_mayer
2007-09-29host_utils.o may also be useful for user-mode emulation.j_mayer
2007-09-29Define the proper bfd_mach to be used by the disassembler for eachj_mayer
2007-09-29Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.j_mayer
2007-09-28Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths
2007-09-28Build fix, ppc64 needs also a get_sp_from_cpustate function now.ths
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-27Build fix for PowerPC hosts, where "PPC" is a predefined macro name.ths
2007-09-27Implement size bit in PowerPC 64 comparisons.j_mayer
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer
2007-09-27SVM VINTR fix, by Alexander Graf.ths
2007-09-27Fixes for PowerPC 64 rotate and mask instructions.j_mayer
2007-09-27New ppc64-linux-user target.j_mayer
2007-09-26Add flags to support PowerPC 405 bootinfos variations.j_mayer
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-26Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths
2007-09-26Convert syscall arguments and return value from long to int or target_long.j_mayer
2007-09-25linux-user utimensat() syscall, by Thayne Harbaugh.ths
2007-09-25 Remove the target dependency introduced by previous patchblueswir1
2007-09-25 Fix monitor expressionsblueswir1
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-25Check if the hosts defines a symlinkat syscall.ths
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-25vvfat mbr fixes, by Ivan Kalvachev.ths
2007-09-25Improve completion in monitor, by Pascal Terjan.ths
2007-09-25Move ECC calculation to a more appropriate place.balrog
2007-09-24 CPU boot modeblueswir1
2007-09-24 Fix loading above 4Gblueswir1
2007-09-24 Fix >4G physical memory dump for Sparc32blueswir1
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-24linux-user faccessat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user fchmodat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user readlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user symlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user linkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user renameat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user unlinkat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user fchownat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user mknodat() syscall, by Thayne Harbaugh.ths
2007-09-24linux-user mkdirat() syscall, by Thayne Harbaugh.ths