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