Age | Commit message (Expand) | Author | Files | Lines |
2008-06-07 | Multithreaded locking fixes. | pbrook | 1 | -14/+11 |
2008-06-06 | CRIS: Add the P flag to the tb dependent flags. | edgar_igl | 1 | -1/+1 |
2008-06-04 | reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke... | bellard | 1 | -44/+45 |
2008-06-02 | Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl). | balrog | 1 | -0/+4 |
2008-05-29 | Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa) | blueswir1 | 1 | -13/+0 |
2008-05-28 | SVM rework | bellard | 1 | -1/+0 |
2008-05-27 | removed unused code | bellard | 1 | -7/+0 |
2008-05-27 | CRIS: Re-add the X flag to the tb flags, it allows for better code generation... | edgar_igl | 1 | -1/+1 |
2008-05-27 | Move non-op functions from op_helper.c to helper.c and vice versa. | blueswir1 | 1 | -2/+3 |
2008-05-19 | Fix Sparc32 compilation broken by r4484 | blueswir1 | 1 | -1/+1 |
2008-05-18 | Fix Sparc64 host signal handling | blueswir1 | 1 | -5/+10 |
2008-05-17 | Improved workaround for the annoying glibc global register mangling bug | blueswir1 | 1 | -47/+11 |
2008-05-15 | Always process real timers regardless of singlestep mode (Jason Wessel). | edgar_igl | 1 | -1/+1 |
2008-05-14 | Fix compilation on Sparc host, implement ld and st | blueswir1 | 1 | -5/+0 |
2008-05-13 | CRIS: Improve TLB management and handle delayslots at page boundaries. | edgar_igl | 1 | -0/+1 |
2008-05-12 | use new helper name | bellard | 1 | -1/+1 |
2008-05-12 | the double/triple fault handling was not tested in user mode. | bellard | 1 | -0/+2 |
2008-05-10 | initial global prologue/epilogue implementation | bellard | 1 | -62/+3 |
2008-05-10 | Fix compiler warnings in common files | blueswir1 | 1 | -1/+1 |
2008-05-09 | Debugger single step without interrupts (Jason Wessel). | edgar_igl | 1 | -1/+1 |
2008-05-07 | CRIS: Remove X flag from tb flags. | edgar_igl | 1 | -1/+1 |
2008-05-06 | Fix signal handler compilation on __arm__. | balrog | 1 | -1/+1 |
2008-05-04 | Fix crash due to invalid env->current_tb (Adam Lackorzynski, Paul Brook, me) | blueswir1 | 1 | -24/+44 |
2008-05-03 | CRIS: Reduce the number of tb dependent flags. | edgar_igl | 1 | -1/+1 |
2008-05-02 | CRIS updates: | edgar_igl | 1 | -1/+1 |
2008-04-13 | x86: Introduce CPU_INTERRUPT_NMI | aurel32 | 1 | -0/+6 |
2008-04-12 | HPPA (PA-RISC) host support | aurel32 | 1 | -0/+29 |
2008-04-11 | Fix compiler warnings | aurel32 | 1 | -0/+4 |
2008-03-14 | * Add a model of the ETRAX interrupt controller. | edgar_igl | 1 | -5/+0 |
2008-02-01 | reverted -translation option support | bellard | 1 | -62/+1 |
2008-02-01 | use the TCG code generator | bellard | 1 | -2/+2 |
2008-01-23 | Add option to disable TB cache, by Herve Poussineau. | ths | 1 | -1/+61 |
2007-12-11 | Partial fix to Sparc32 Linux host global register mangling problem | blueswir1 | 1 | -22/+52 |
2007-12-11 | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 1 | -1/+1 |
2007-12-02 | SH4: system emulator interrupt update, by Magnus Damm. | ths | 1 | -1/+4 |
2007-12-02 | SH4 delay slot code update, by Magnus Damm. | ths | 1 | -2/+2 |
2007-11-23 | Fix TB chaining for exceptions. | pbrook | 1 | -35/+17 |
2007-11-11 | consistent types for cpu_x86_fsave and cpu_x86_frstor | bellard | 1 | -4/+4 |
2007-11-11 | removed warning | bellard | 1 | -2/+2 |
2007-11-11 | ARMv7 support. | pbrook | 1 | -1/+12 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -121/+5 |
2007-11-07 | CPU specific boot mode (Robert Reif) | blueswir1 | 1 | -4/+2 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -10/+9 |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 1 | -1/+61 |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths | 1 | -3/+4 |
2007-09-24 | CPU boot mode | blueswir1 | 1 | -2/+3 |
2007-09-23 | SVM Support, by Alexander Graf. | ths | 1 | -2/+27 |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 1 | -2/+2 |
2007-09-19 | Improve PowerPC target implementation, using computed hflags as TB flags. | j_mayer | 1 | -2/+1 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -18/+18 |