aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-04ColdFire Ethernet support.pbrook5-3/+479
2007-06-03Fix typo.ths1-1/+1
2007-06-03Move target-specific defines to the target directories.ths9-71/+51
2007-06-03One day we might support MIPS16...ths1-2/+2
2007-06-03Add comment.ths1-1/+1
2007-06-03Some more regs_to_env/envs_to_regs cleanup.ths1-30/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths12-92/+92
2007-06-03Avoid compiler warning.ths1-0/+2
2007-06-03Proper target format for qOffsets.ths1-2/+5
2007-06-03Fix typo in comment.ths1-1/+1
2007-06-03Add __mips__to mmap specialcase.ths1-3/+3
2007-06-03Fix off-by-one memory region sizes.pbrook21-39/+39
2007-06-03IPC message translation.ths1-12/+123
2007-06-03Semaphore structure mapping, by Stuart Anderson.ths4-229/+203
2007-06-03Documentation spelling fixes, by Mark Glines.ths2-21/+22
2007-06-03Spelling fixes, by Stefan Weil.ths11-15/+16
2007-06-03MCF5208 timer fix.pbrook1-5/+8
2007-06-03Improve ColdFire CPU selection.pbrook3-11/+35
2007-06-03MCF5208 emulation.pbrook13-296/+833
2007-06-03Leave running timer alone if not reloading.pbrook1-1/+1
2007-06-02Clear SR_M on a hardware interrupt.pbrook1-0/+1
2007-06-02Check for R2 instructions, and throw RI if we don't emulate R2.ths1-18/+50
2007-06-01Delete leftover Status FPU flag check.ths1-3/+0
2007-06-01Update some comments, 64bit FPU support is functional regardless ofths2-5/+8
2007-06-01Make sure hflags are updated for CP0_Status changes.ths1-8/+42
2007-06-01Forgot to update vl.h during latest Sparc64 target_ulong fixblueswir11-1/+1
2007-06-01Constificationblueswir11-7/+7
2007-06-01Force display update on palette change or loadvmblueswir11-1/+10
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-06-01Sparc64 linux-user build fixblueswir11-0/+8
2007-06-01Update Sparc dependenciesblueswir11-2/+4
2007-06-01Update TODO.ths1-7/+7
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths2-3/+51
2007-06-01GDB stub for MIPS64, by Jason Wessel.ths1-40/+40
2007-06-01linux-user errno mapping, by Stuart Anderson.ths4-1/+455
2007-06-01Patch for pipe() result handling, by Stuart Anderson.ths1-0/+5
2007-06-01Fix struct stat mapping for MIPS, by Stuart Anderson.ths1-1/+11
2007-06-01Allow again FPU for usermode emulation.ths1-1/+6
2007-05-31Simplify code.ths1-4/+4
2007-05-31Don't kill the registered irqs on reset.ths1-3/+4
2007-05-31Add proper float*_is_nan prototypes.ths2-2/+4
2007-05-30Fix typo in comment.ths1-2/+2
2007-05-30Fix CPU (re-)selection on reset.ths5-4/+12
2007-05-30Replace target_ulong with target_phys_addr_tblueswir11-2/+2
2007-05-30Fix the bug introduced by subpage code preventing PC bootblueswir11-3/+3
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths1-1/+1
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths4-126/+126
2007-05-29ColdFire EMAC support.pbrook6-3/+763
2007-05-28Sync __target_cmsg_nxthdr implementation with kernel header.ths1-12/+7
2007-05-28SMBus support for MIPS Malta.ths5-11/+17