| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 2007-12-09 | 1 | -0/+1 |
* | Larger physical address space for 32-bit MIPS. | ths | 2007-12-02 | 1 | -0/+3 |
* | Micro-optimize back-to-back store-load sequences. | ths | 2007-11-26 | 1 | -103/+135 |
* | Optimize the conventional move operation. | ths | 2007-11-22 | 1 | -0/+6 |
* | Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno. | ths | 2007-11-22 | 1 | -4/+4 |
* | Add older 4Km variants. | ths | 2007-11-19 | 1 | -0/+34 |
* | Add strict checking mode for softfp code. | pbrook | 2007-11-18 | 1 | -4/+4 |
* | Fix MIPS64 R2 instructions. | ths | 2007-11-18 | 3 | -30/+34 |
* | Use a valid PRid. | ths | 2007-11-18 | 1 | -1/+1 |
* | 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 |