| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix int/float inconsistencies. | pbrook | 2007-11-17 | 3 | -36/+34 |
* | Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSP | ths | 2007-11-14 | 1 | -2/+19 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 3 | -29/+23 |
* | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths | 2007-11-09 | 5 | -424/+418 |
* | Move kernel loader parameters from the cpu state to being board specific. | ths | 2007-11-09 | 1 | -5/+0 |
* | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 2007-11-08 | 9 | -61/+61 |
* | Formatting fix. | ths | 2007-11-08 | 1 | -1/+1 |
* | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 2007-10-29 | 1 | -1/+5 |
* | Preliminary MIPS64R2 mode. | ths | 2007-10-29 | 1 | -0/+21 |
* | Fix logic bug which broke TLBL/TLBS handling somewhat. | ths | 2007-10-29 | 1 | -3/+3 |
* | Restrict CP0_PerfCnt to legal values. | ths | 2007-10-29 | 1 | -1/+1 |
* | Implement missing MIPS supervisor mode bits. | ths | 2007-10-28 | 6 | -35/+49 |
* | Add sharable clz/clo inline functions and use them for the mips target. | ths | 2007-10-27 | 3 | -49/+33 |
* | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 2007-10-26 | 1 | -2/+2 |
* | Remove bogus instruction decode. | ths | 2007-10-24 | 1 | -1/+0 |
* | Force proper sign extension for mfc0/mfhc0 on MIPS64. | ths | 2007-10-24 | 1 | -2/+2 |
* | Fix writable length of the index register. | ths | 2007-10-23 | 1 | -1/+8 |
* | Enforce proper sign extension for lwl/lwr on MIPS64. | ths | 2007-10-23 | 1 | -1/+3 |
* | Fix CLO calculation for MIPS64. And a small code cleanup. | ths | 2007-10-23 | 1 | -5/+5 |
* | Use the standard ASE check for MIPS-3D and MT. | ths | 2007-10-23 | 3 | -93/+80 |
* | Switch bc1any* instructions off if no MIPS-3D is implemented. | ths | 2007-10-23 | 1 | -1/+9 |
* | Handle IBE on MIPS properly. | ths | 2007-10-20 | 2 | -0/+11 |
* | Update TODO. | ths | 2007-10-17 | 1 | -0/+6 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 4 | -7/+18 |
* | Update TODO. | ths | 2007-10-13 | 1 | -1/+26 |
* | Fix off-by-one in address check. | ths | 2007-10-13 | 1 | -11/+8 |
* | Unify '-cpu ?' option. | j_mayer | 2007-10-12 | 1 | -0/+1 |
* | Use always_inline in the MIPS support where applicable. | ths | 2007-10-09 | 4 | -28/+28 |
* | Delete file which should have been removed in the lst commit. | ths | 2007-10-09 | 1 | -301/+0 |
* | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths | 2007-10-09 | 4 | -67/+206 |
* | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 2007-09-30 | 11 | -66/+66 |
* | Update TODO. | ths | 2007-09-30 | 1 | -7/+0 |
* | Supervisor mode implementation, by Aurelien Jarno. | ths | 2007-09-29 | 3 | -34/+46 |
* | Less magic constants. | ths | 2007-09-29 | 1 | -25/+29 |
* | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths | 2007-09-28 | 1 | -13/+0 |
* | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 2007-09-27 | 1 | -5/+0 |
* | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 2007-09-27 | 1 | -0/+5 |
* | hflags computation cleanup, by Aurelien Jarno. | ths | 2007-09-26 | 3 | -62/+32 |
* | Wrap a few often used tests with unlikely(), by Aurelien Jarno. | ths | 2007-09-26 | 1 | -6/+6 |
* | Timer start/stop implementation, by Aurelien Jarno. | ths | 2007-09-25 | 3 | -3/+22 |
* | Optimise instructions accessing CP0, by Aurelien Jarno. | ths | 2007-09-25 | 4 | -34/+49 |
* | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 2007-09-24 | 6 | -103/+230 |
* | Fix mips usermode emulation. | ths | 2007-09-23 | 1 | -0/+3 |
* | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 2007-09-20 | 1 | -1/+1 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 3 | -7/+7 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 8 | -24/+24 |
* | Fix tb->size mishandling, by Daniel Jacobowitz. | ths | 2007-09-11 | 1 | -5/+3 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 9 | -773/+2245 |
* | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths | 2007-08-26 | 4 | -24/+32 |
* | Fix MIPS cache configuration, by Aurelien Jarno. | ths | 2007-07-29 | 1 | -11/+19 |