aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.c
AgeCommit message (Expand)Author
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-09-06mips: Correct VInt vector generationEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-15target-mips: Fix warning caused by unused local variableAurelien Jarno
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-07-17target-mips: fix xtlb exception for loongsonAurelien Jarno
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30target-mips: unmatched brackets in if 0Michael S. Tsirkin
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Include assert.h from qemu-common.hPaul Brook
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