aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.c
AgeCommit message (Expand)Author
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14target-mips: fix indentationaurel32
2009-01-12target-mips: get rid of tests on env->user_mode_onlyaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-09-21Fix Xcontext fill, by Here Poussineau.ths
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-06-27More efficient target register / TC accesses.ths
2008-03-29Fix infinite loop when invalidating TLB, by Herve Poussineau.ths
2008-01-04Handle some more exception types.ths
2008-01-03Fix exception debug output.ths
2007-12-26De-cruft exception definitions, and implement nicer debug output.ths
2007-12-25Improved PABITS handling, and config register fixes.ths
2007-11-22Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno.ths
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-29Fix logic bug which broke TLBL/TLBS handling somewhat.ths
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-13Fix off-by-one in address check.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths
2007-06-25MIPS64 improvements, based on a patch by Aurelien Jarno.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths
2007-05-23The 24k wants more watch and srsmap registers.ths
2007-05-13Full MIPS64 MMU implementation, by Aurelien Jarno.ths
2007-05-13MMU code improvements, by Aurelien Jarno.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths
2007-05-09Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno.ths
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths
2007-05-07Clear BD slot on next exception if appropriate.ths
2007-04-13Another fix for CP0 Cause register handling.ths
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer
2007-04-06Fix handling of ADES exceptions.ths
2007-04-05fix branch delay slot cornercases.ths
2007-04-05Handle EBase properly.ths
2007-03-30Squash logic bugs while they are fresh...ths
2007-03-30Sanitize mips exception handling.ths
2007-03-18Fix BD flag handling, cause register contents, implement some more bitsths
2007-02-20Replace TLSZ with TARGET_FMT_lx.ths
2007-02-18Fix sign-extension of VPN field in TLB, by Herve Poussineau.ths
2007-01-22Fix PageMask handling, second part.ths
2007-01-21Bring TLB / PageSize handling in line with real hardware behaviour.ths