Age | Commit message (Expand) | Author |
2011-09-06 | mips: Default to using one VPE and one TC. | Edgar E. Iglesias |
2011-09-06 | mips: Enable VInt interrupt mode for the 34Kf | Edgar E. Iglesias |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-05-08 | Fix typos in comments (interupt -> interrupt) | Stefan Weil |
2011-05-06 | Fix typo in code and comments | Stefan Weil |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-07-31 | Remove unused constant | Hervé Poussineau |
2010-06-29 | MIPS: Initial support of fulong mini pc (CPU definition) | Huacai Chen |
2009-12-17 | target-mips: No MIPS16 support for 4Kc, 4KEc cores | Stefan Weil |
2009-12-16 | target-mips: 4Kc, 4KEc cores do not support MIPS16 | Stefan Weil |
2009-12-13 | target-mips: fix user-mode emulation startup | Nathan Froyd |
2009-12-13 | target-mips: set Config1.CA for MIPS16-aware CPUs | Nathan Froyd |
2009-11-22 | target-mips: make CP0_LLAddr register CPU dependent | Aurelien Jarno |
2009-11-14 | mips: fix cpu_reset memory leak | Blue Swirl |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-03-08 | target-mips: rename helpers from do_ to helper_ | aurel32 |
2009-01-14 | target-mips: fix indentation | aurel32 |
2009-01-12 | target-mips: get rid of tests on env->user_mode_only | aurel32 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc |
2008-09-18 | Move the active FPU registers into env again, and use more TCG registers | ths |
2008-09-14 | target-mips: fix warning | aurel32 |
2008-09-02 | Build fix for gcc-3.3. | ths |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths |
2008-07-21 | A bunch of minor code improvements in the MIPS target. | ths |
2008-07-20 | Fix compiler warning, by Stefan Weil. | ths |
2008-06-27 | More efficient target register / TC accesses. | ths |
2008-05-28 | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford. | ths |
2008-05-06 | Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver. | ths |
2008-05-06 | Use TCG for MIPS GPR moves. | ths |
2007-12-28 | Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford. | ths |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths |
2007-12-25 | 5K and 20K are Release 1 CPUs. | ths |
2007-12-25 | Improved PABITS handling, and config register fixes. | ths |
2007-12-24 | Fix CCRes value for 20Kc. | ths |
2007-11-19 | Add older 4Km variants. | ths |
2007-11-18 | Use a valid PRid. | ths |
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-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths |
2007-10-29 | Preliminary MIPS64R2 mode. | ths |
2007-10-23 | Use the standard ASE check for MIPS-3D and MT. | ths |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths |
2007-09-29 | Supervisor mode implementation, 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-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 |