Age | Commit message (Expand) | Author |
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 |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths |
2007-09-23 | Fix mips usermode emulation. | ths |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths |
2007-08-26 | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths |
2007-07-29 | Fix MIPS cache configuration, by Aurelien Jarno. | ths |
2007-07-11 | Update TODO list. | ths |
2007-06-28 | Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. | ths |
2007-06-27 | Fix computation for ceil, floor and round instructions. | ths |
2007-06-26 | Implement recip1/recip2/rsqrt1/rsqrt2. | ths |
2007-06-25 | MIPS64 improvements, based on a patch by Aurelien Jarno. | ths |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths |
2007-06-22 | Allow emulation of 32bit targets in the MIPS64 capable qemu version. | ths |
2007-06-22 | Fix write to K0 bits in Config0, by Aurelien Jarno. | ths |
2007-06-12 | Change 20Kc PRID to a later version. | ths |
2007-06-09 | R5k has PX implemented. | ths |