aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/helper.c
AgeCommit message (Expand)Author
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-14Fix incorrect exception_index useBlue Swirl
2010-02-09target-sh4: MMU: separate execute and read/write permissionsAurelien Jarno
2010-02-09target-sh4: MMU: fix store queue addressesAurelien Jarno
2010-02-09target-sh4: MMU: remove dead codeAurelien Jarno
2010-02-09target-sh4: MMU: optimize UTLB accessesAurelien Jarno
2010-02-09target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno
2010-02-09target-sh4: MMU: simplify call to tlb_set_page()Aurelien Jarno
2010-02-09sh7750: handle MMUCR TI bitAurelien Jarno
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-04-03SH: Fix linux-user _is_cached typo.edgar_igl
2009-04-03SH: Add cpu_sh4_is_cached for linux-user.edgar_igl
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl
2009-03-03SH4: Fixed last UTLB unused and URB/URC managementaurel32
2009-03-03SH4: Fixed last UTLB unusedaurel32
2009-03-03SH4: Fixed last UTLB unusedaurel32
2009-03-03clean build: Fix remaining sh4 warningsaurel32
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-10target-sh4: Add SH bit handling to TLBaurel32
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog
2008-12-07SH: On-chip PCI controller support (Takashi YOSHII).balrog
2008-11-21target-sh4: fix TLB/MMU emulationaurel32
2008-08-22[sh4] MMU bug fixaurel32
2008-08-22[sh4] memory mapped TLB entriesaurel32
2008-08-22[sh4] delay slot bug fixaurel32
2008-08-22[sh4] sleep instructionaurel32
2008-05-09SH4 MMU improvementsaurel32
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer
2006-06-17SH usermode fault handling.pbrook
2006-04-27sh4 target (Samuel Tardieu)bellard