summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move non-op functions from op_helper.c to helper.c and vice versa.blueswir12008-05-271-2/+3
* Fix Sparc32 compilation broken by r4484blueswir12008-05-191-1/+1
* Fix Sparc64 host signal handlingblueswir12008-05-181-5/+10
* Improved workaround for the annoying glibc global register mangling bugblueswir12008-05-171-47/+11Star
* Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl2008-05-151-1/+1
* Fix compilation on Sparc host, implement ld and stblueswir12008-05-141-5/+0Star
* CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl2008-05-131-0/+1
* use new helper namebellard2008-05-131-1/+1
* the double/triple fault handling was not tested in user mode.bellard2008-05-121-0/+2
* initial global prologue/epilogue implementationbellard2008-05-101-62/+3Star
* Fix compiler warnings in common filesblueswir12008-05-101-1/+1
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-091-1/+1
* CRIS: Remove X flag from tb flags.edgar_igl2008-05-071-1/+1
* Fix signal handler compilation on __arm__.balrog2008-05-061-1/+1
* Fix crash due to invalid env->current_tb (Adam Lackorzynski, Paul Brook, me)blueswir12008-05-041-24/+44
* CRIS: Reduce the number of tb dependent flags.edgar_igl2008-05-031-1/+1
* CRIS updates:edgar_igl2008-05-031-1/+1
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-0/+6
* HPPA (PA-RISC) host supportaurel322008-04-121-0/+29
* Fix compiler warningsaurel322008-04-111-0/+4
* * Add a model of the ETRAX interrupt controller.edgar_igl2008-03-141-5/+0Star
* reverted -translation option supportbellard2008-02-011-62/+1Star
* use the TCG code generatorbellard2008-02-011-2/+2
* Add option to disable TB cache, by Herve Poussineau.ths2008-01-231-1/+61
* Partial fix to Sparc32 Linux host global register mangling problemblueswir12007-12-111-22/+52
* Fix code generation buffer overflow reported by TeLeManblueswir12007-12-111-1/+1
* SH4: system emulator interrupt update, by Magnus Damm.ths2007-12-021-1/+4
* SH4 delay slot code update, by Magnus Damm.ths2007-12-021-2/+2
* Fix TB chaining for exceptions.pbrook2007-11-231-35/+17Star
* consistent types for cpu_x86_fsave and cpu_x86_frstorbellard2007-11-111-4/+4
* removed warningbellard2007-11-111-2/+2
* ARMv7 support.pbrook2007-11-111-1/+12
* removed obsolete x86 code copy supportbellard2007-11-081-121/+5Star
* CPU specific boot mode (Robert Reif)blueswir12007-11-071-4/+2Star
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-10/+9Star
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-1/+61
* SVM VINTR fix, by Alexander Graf.ths2007-09-271-3/+4
* CPU boot modeblueswir12007-09-241-2/+3
* SVM Support, by Alexander Graf.ths2007-09-231-2/+27
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-211-2/+2
* Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer2007-09-191-2/+1Star
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-18/+18
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-74/+74
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-1/+1
* Fix Sparc32 interrupt handlingblueswir12007-08-041-0/+3
* Add comment.ths2007-06-031-1/+1
* Some more regs_to_env/envs_to_regs cleanup.ths2007-06-031-30/+6Star
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-63/+6Star
* ColdFire EMAC support.pbrook2007-05-291-1/+3
* m68k/ColdFire system emulation.pbrook2007-05-231-2/+16