aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir11-2/+3
2008-05-19Fix Sparc32 compilation broken by r4484blueswir11-1/+1
2008-05-18Fix Sparc64 host signal handlingblueswir11-5/+10
2008-05-17Improved workaround for the annoying glibc global register mangling bugblueswir11-47/+11
2008-05-15Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl1-1/+1
2008-05-14Fix compilation on Sparc host, implement ld and stblueswir11-5/+0
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl1-0/+1
2008-05-12use new helper namebellard1-1/+1
2008-05-12the double/triple fault handling was not tested in user mode.bellard1-0/+2
2008-05-10initial global prologue/epilogue implementationbellard1-62/+3
2008-05-10Fix compiler warnings in common filesblueswir11-1/+1
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl1-1/+1
2008-05-07CRIS: Remove X flag from tb flags.edgar_igl1-1/+1
2008-05-06Fix signal handler compilation on __arm__.balrog1-1/+1
2008-05-04Fix crash due to invalid env->current_tb (Adam Lackorzynski, Paul Brook, me)blueswir11-24/+44
2008-05-03CRIS: Reduce the number of tb dependent flags.edgar_igl1-1/+1
2008-05-02CRIS updates:edgar_igl1-1/+1
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel321-0/+6
2008-04-12HPPA (PA-RISC) host supportaurel321-0/+29
2008-04-11Fix compiler warningsaurel321-0/+4
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl1-5/+0
2008-02-01reverted -translation option supportbellard1-62/+1
2008-02-01use the TCG code generatorbellard1-2/+2
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths1-1/+61
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir11-22/+52
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir11-1/+1
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths1-1/+4
2007-12-02SH4 delay slot code update, by Magnus Damm.ths1-2/+2
2007-11-23Fix TB chaining for exceptions.pbrook1-35/+17
2007-11-11consistent types for cpu_x86_fsave and cpu_x86_frstorbellard1-4/+4
2007-11-11removed warningbellard1-2/+2
2007-11-11ARMv7 support.pbrook1-1/+12
2007-11-08removed obsolete x86 code copy supportbellard1-121/+5
2007-11-07 CPU specific boot mode (Robert Reif)blueswir11-4/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-10/+9
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths1-1/+61
2007-09-27SVM VINTR fix, by Alexander Graf.ths1-3/+4
2007-09-24 CPU boot modeblueswir11-2/+3
2007-09-23SVM Support, by Alexander Graf.ths1-2/+27
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-2/+2
2007-09-19Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer1-2/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-18/+18
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-74/+74
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-1/+1
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-0/+3
2007-06-03Add comment.ths1-1/+1
2007-06-03Some more regs_to_env/envs_to_regs cleanup.ths1-30/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-63/+6
2007-05-29ColdFire EMAC support.pbrook1-1/+3
2007-05-23m68k/ColdFire system emulation.pbrook1-2/+16