aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-09-06mips: Correct VInt vector generationEdgar E. Iglesias1-3/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-3/+3
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-15target-mips: Fix warning caused by unused local variableAurelien Jarno1-8/+6
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias1-0/+27
2010-07-17target-mips: fix xtlb exception for loongsonAurelien Jarno1-2/+4
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd1-6/+15
2010-03-17Large page TLB flushPaul Brook1-3/+4
2010-03-12Target specific usermode cleanupPaul Brook1-1/+4
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-4/+2
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno1-4/+4
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd1-21/+30
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno1-0/+23
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno1-46/+53
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno1-7/+7
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-09-30target-mips: unmatched brackets in if 0Michael S. Tsirkin1-1/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-25/+14
2009-01-14target-mips: fix indentationaurel321-19/+19
2009-01-12target-mips: get rid of tests on env->user_mode_onlyaurel321-220/+223
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-20Fix remaining compiler warnings for mips targets.ths1-4/+0
2008-09-21Fix Xcontext fill, by Here Poussineau.ths1-1/+1
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths1-221/+215
2008-06-27More efficient target register / TC accesses.ths1-15/+15
2008-03-29Fix infinite loop when invalidating TLB, by Herve Poussineau.ths1-1/+1
2008-01-04Handle some more exception types.ths1-29/+43
2008-01-03Fix exception debug output.ths1-39/+36
2007-12-26De-cruft exception definitions, and implement nicer debug output.ths1-11/+53
2007-12-25Improved PABITS handling, and config register fixes.ths1-3/+2
2007-11-22Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno.ths1-4/+4
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths1-8/+8
2007-10-29Fix logic bug which broke TLBL/TLBS handling somewhat.ths1-3/+3
2007-10-28Implement missing MIPS supervisor mode bits.ths1-3/+3
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-4/+4
2007-10-13Fix off-by-one in address check.ths1-11/+8
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths1-8/+8
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths1-27/+34
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths1-7/+3
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths1-0/+3
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths1-6/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-27/+30
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths1-3/+6
2007-06-25MIPS64 improvements, based on a patch by Aurelien Jarno.ths1-3/+3