aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4
AgeCommit message (Expand)AuthorFilesLines
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+2
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl3-5/+5
2010-03-17Large page TLB flushPaul Brook1-1/+2
2010-03-12Target specific usermode cleanupPaul Brook1-0/+2
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-02-14Fix incorrect exception_index useBlue Swirl1-1/+1
2010-02-09target-sh4: MMU: separate execute and read/write permissionsAurelien Jarno1-21/+6
2010-02-09target-sh4: MMU: fix store queue addressesAurelien Jarno1-1/+1
2010-02-09target-sh4: MMU: remove dead codeAurelien Jarno1-18/+0
2010-02-09target-sh4: MMU: reduce the size of a TLB entryAurelien Jarno1-12/+11
2010-02-09target-sh4: MMU: optimize UTLB accessesAurelien Jarno1-24/+14
2010-02-09target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno1-1/+1
2010-02-09target-sh4: MMU: simplify call to tlb_set_page()Aurelien Jarno1-6/+3
2010-02-09target-sh4: MMU: fix mem_idx computationAurelien Jarno1-1/+1
2010-02-09sh7750: handle MMUCR TI bitAurelien Jarno2-0/+20
2010-02-08target-sh4: minor optimisationsAurelien Jarno1-26/+26
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-10/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori2-4/+4
2009-10-01Get rid of _t suffixmalc2-4/+4
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-8/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook2-2/+0
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+6
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-3/+2
2009-04-03SH: Fix linux-user _is_cached typo.edgar_igl1-1/+1
2009-04-03SH: Add cpu_sh4_is_cached for linux-user.edgar_igl1-0/+6
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl5-5/+156
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-03-03SH4: Fixed last UTLB unused and URB/URC managementaurel321-1/+1
2009-03-03SH4: Fixed last UTLB unusedaurel321-1/+1
2009-03-03SH4: Fixed last UTLB unusedaurel321-1/+1
2009-03-03clean build: Fix remaining sh4 warningsaurel323-13/+9
2009-03-02SH: Implement MOVCO.L and MOVLI.Laurel322-1/+36
2009-02-07SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an...aurel322-0/+3
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-13/+10
2009-01-14sh4: Add FMAC instruction supportaurel323-0/+23
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2009-01-01tcg_temp_local_new should take no parameteraurel321-6/+6
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-13target-sh4: make the initial value of SR easier to readaurel322-1/+5
2008-12-13target-sh4: don't disable FPU instructions in user modeaurel321-1/+1
2008-12-13target-sh4: disable debug codeaurel321-1/+3