Age | Commit message (Expand) | Author | Files | Lines |
2009-11-22 | target-mips: make CP0_LLAddr register CPU dependent | Aurelien Jarno | 1 | -0/+32 |
2009-11-14 | mips: fix cpu_reset memory leak | Blue Swirl | 1 | -50/+0 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -10/+10 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -10/+10 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-03-08 | target-mips: rename helpers from do_ to helper_ | aurel32 | 1 | -4/+4 |
2009-01-14 | target-mips: fix indentation | aurel32 | 1 | -42/+42 |
2009-01-12 | target-mips: get rid of tests on env->user_mode_only | aurel32 | 1 | -10/+10 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 1 | -2/+2 |
2008-09-18 | Move the active FPU registers into env again, and use more TCG registers | ths | 1 | -3/+6 |
2008-09-14 | target-mips: fix warning | aurel32 | 1 | -1/+1 |
2008-09-02 | Build fix for gcc-3.3. | ths | 1 | -0/+4 |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths | 1 | -15/+12 |
2008-07-21 | A bunch of minor code improvements in the MIPS target. | ths | 1 | -1/+1 |
2008-07-20 | Fix compiler warning, by Stefan Weil. | ths | 1 | -1/+1 |
2008-06-27 | More efficient target register / TC accesses. | ths | 1 | -2/+0 |
2008-05-28 | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford. | ths | 1 | -0/+1 |
2008-05-06 | Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver. | ths | 1 | -0/+2 |
2008-05-06 | Use TCG for MIPS GPR moves. | ths | 1 | -0/+2 |
2007-12-28 | Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford. | ths | 1 | -3/+3 |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths | 1 | -0/+16 |
2007-12-25 | 5K and 20K are Release 1 CPUs. | ths | 1 | -3/+3 |
2007-12-25 | Improved PABITS handling, and config register fixes. | ths | 1 | -50/+99 |
2007-12-24 | Fix CCRes value for 20Kc. | ths | 1 | -1/+1 |
2007-11-19 | Add older 4Km variants. | ths | 1 | -0/+34 |
2007-11-18 | Use a valid PRid. | ths | 1 | -1/+1 |
2007-11-14 | Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSP | ths | 1 | -2/+19 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 1 | -22/+11 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -2/+2 |
2007-10-29 | Preliminary MIPS64R2 mode. | ths | 1 | -0/+21 |
2007-10-23 | Use the standard ASE check for MIPS-3D and MT. | ths | 1 | -1/+1 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -2/+2 |
2007-09-29 | Supervisor mode implementation, by Aurelien Jarno. | ths | 1 | -3/+3 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 1 | -1/+13 |
2007-09-23 | Fix mips usermode emulation. | ths | 1 | -0/+3 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -53/+158 |
2007-08-26 | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths | 1 | -7/+9 |
2007-07-29 | Fix MIPS cache configuration, by Aurelien Jarno. | ths | 1 | -11/+19 |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths | 1 | -0/+14 |
2007-06-22 | Allow emulation of 32bit targets in the MIPS64 capable qemu version. | ths | 1 | -2/+1 |
2007-06-12 | Change 20Kc PRID to a later version. | ths | 1 | -1/+3 |
2007-06-09 | R5k has PX implemented. | ths | 1 | -2/+2 |
2007-06-01 | Update some comments, 64bit FPU support is functional regardless of | ths | 1 | -4/+7 |
2007-06-01 | Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno. | ths | 1 | -2/+50 |
2007-06-01 | Allow again FPU for usermode emulation. | ths | 1 | -1/+6 |
2007-05-30 | Fix CPU (re-)selection on reset. | ths | 1 | -3/+5 |
2007-05-13 | MIPS TLB style selection at runtime, by Herve Poussineau. | ths | 1 | -4/+41 |
2007-05-11 | Fix missing status ro mask initialization, thanks Stefan Weil. | ths | 1 | -0/+1 |
2007-05-07 | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 1 | -7/+13 |