Fix elf loader range checking
[qemu] / target-mips / translate_init.c
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2009-01-14 aurel32target-mips: fix indentation
2009-01-12 aurel32target-mips: get rid of tests on env->user_mode_only
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 aurel32target-mips: fix warning
2008-09-02 thsBuild fix for gcc-3.3.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-21 thsA bunch of minor code improvements in the MIPS target.
2008-07-20 thsFix compiler warning, by Stefan Weil.
2008-06-27 thsMore efficient target register / TC accesses.
2008-05-28 thsHonour current_tc for MIPS M{T,F}{HI,LO}, by Richard...
2008-05-06 thsEnable 64-bit FPU only for NewABI. Spotted by Vince...
2008-05-06 thsUse TCG for MIPS GPR moves.
2007-12-28 thsSet FCR0.F64 for MIPS64R2-generic, by Richard Sandiford.
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-25 ths5K and 20K are Release 1 CPUs.
2007-12-25 thsImproved PABITS handling, and config register fixes.
2007-12-24 thsFix CCRes value for 20Kc.
2007-11-19 thsAdd older 4Km variants.
2007-11-18 thsUse a valid PRid.
2007-11-14 thsIntroduce 4KEm configuration with fixed MMU mapping...
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsPreliminary MIPS64R2 mode.
2007-10-23 thsUse the standard ASE check for MIPS-3D and MT.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-23 thsFix mips usermode emulation.
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-07-29 thsFix MIPS cache configuration, by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-22 thsAllow emulation of 32bit targets in the MIPS64 capable...
2007-06-12 thsChange 20Kc PRID to a later version.
2007-06-09 thsR5k has PX implemented.
2007-06-01 thsUpdate some comments, 64bit FPU support is functional...
2007-06-01 thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-06-01 thsAllow again FPU for usermode emulation.
2007-05-30 thsFix CPU (re-)selection on reset.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-11 thsFix missing status ro mask initialization, thanks Stefa...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-11 thsMake SYNCI_Step and CCRes CPU-specific.
2007-04-01 thsActually enable 64bit configuration.
2007-03-24 thsOne more bit of mips CPU configuration, and support...
2007-03-21 thsMove mips CPU specific initialization to translate_init.c.
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.