Age | Commit message (Expand) | Author |
2007-12-17 | Update MIPS TODO. The mipsnet failure is caused by a kernel bug. | ths |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths |
2007-12-02 | Larger physical address space for 32-bit MIPS. | ths |
2007-11-26 | Micro-optimize back-to-back store-load sequences. | ths |
2007-11-22 | Optimize the conventional move operation. | ths |
2007-11-22 | Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno. | ths |
2007-11-19 | Add older 4Km variants. | ths |
2007-11-18 | Add strict checking mode for softfp code. | pbrook |
2007-11-18 | Fix MIPS64 R2 instructions. | ths |
2007-11-18 | Use a valid PRid. | ths |
2007-11-17 | Fix int/float inconsistencies. | pbrook |
2007-11-14 | Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSP | ths |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard |
2007-11-09 | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths |
2007-11-09 | Move kernel loader parameters from the cpu state to being board specific. | ths |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths |
2007-11-08 | Formatting fix. | ths |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-29 | Preliminary MIPS64R2 mode. | ths |
2007-10-29 | Fix logic bug which broke TLBL/TLBS handling somewhat. | ths |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths |
2007-10-24 | Remove bogus instruction decode. | ths |
2007-10-24 | Force proper sign extension for mfc0/mfhc0 on MIPS64. | ths |
2007-10-23 | Fix writable length of the index register. | ths |
2007-10-23 | Enforce proper sign extension for lwl/lwr on MIPS64. | ths |
2007-10-23 | Fix CLO calculation for MIPS64. And a small code cleanup. | ths |
2007-10-23 | Use the standard ASE check for MIPS-3D and MT. | ths |
2007-10-23 | Switch bc1any* instructions off if no MIPS-3D is implemented. | ths |
2007-10-20 | Handle IBE on MIPS properly. | ths |
2007-10-17 | Update TODO. | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-13 | Update TODO. | ths |
2007-10-13 | Fix off-by-one in address check. | ths |
2007-10-12 | Unify '-cpu ?' option. | j_mayer |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths |
2007-10-09 | Delete file which should have been removed in the lst commit. | ths |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths |
2007-09-30 | Update TODO. | ths |
2007-09-29 | Supervisor mode implementation, by Aurelien Jarno. | ths |
2007-09-29 | Less magic constants. | ths |
2007-09-28 | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths |
2007-09-26 | Wrap a few often used tests with unlikely(), by Aurelien Jarno. | ths |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths |