2008-09-15 |
aurel32 | SH4: Privilege check for instructions |
blob | commitdiff | raw |
2008-07-17 |
blueswir1 | Support for address masking |
blob | commitdiff | raw | diff to current |
2008-07-08 |
blueswir1 | Fix r4641 (invalid token "=<" in a preprocessor expression) |
blob | commitdiff | raw | diff to current |
2008-07-03 |
ths | Convert remaining __builtin_expect to likely/unlikely... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
ths | Spelling fixes, spotted by Stuart Brady. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
pbrook | Add instruction counter. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
edgar_igl | CRIS: Emulate NMIs. |
blob | commitdiff | raw | diff to current |
2008-06-07 |
pbrook | Multithreaded locking fixes. |
blob | commitdiff | raw | diff to current |
2008-06-06 |
edgar_igl | CRIS: Add the P flag to the tb dependent flags. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
bellard | reworked SVM interrupt handling logic - fixed vmrun... |
blob | commitdiff | raw | diff to current |
2008-06-02 |
balrog | Restore ARM signal handler compilation on glibc < 2... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
blueswir1 | Remove unused (for now) reg_REGWPTR (original patch... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | SVM rework |
blob | commitdiff | raw | diff to current |
2008-05-27 |
bellard | removed unused code |
blob | commitdiff | raw | diff to current |
2008-05-27 |
edgar_igl | CRIS: Re-add the X flag to the tb flags, it allows... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
blueswir1 | Move non-op functions from op_helper.c to helper.c... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
blueswir1 | Fix Sparc32 compilation broken by r4484 |
blob | commitdiff | raw | diff to current |
2008-05-18 |
blueswir1 | Fix Sparc64 host signal handling |
blob | commitdiff | raw | diff to current |
2008-05-17 |
blueswir1 | Improved workaround for the annoying glibc global regis... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
edgar_igl | Always process real timers regardless of singlestep... |
blob | commitdiff | raw | diff to current |
2008-05-14 |
blueswir1 | Fix compilation on Sparc host, implement ld and st |
blob | commitdiff | raw | diff to current |
2008-05-13 |
edgar_igl | CRIS: Improve TLB management and handle delayslots... |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | use new helper name |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | the double/triple fault handling was not tested in... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
bellard | initial global prologue/epilogue implementation |
blob | commitdiff | raw | diff to current |
2008-05-10 |
blueswir1 | Fix compiler warnings in common files |
blob | commitdiff | raw | diff to current |
2008-05-09 |
edgar_igl | Debugger single step without interrupts (Jason Wessel). |
blob | commitdiff | raw | diff to current |
2008-05-07 |
edgar_igl | CRIS: Remove X flag from tb flags. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
balrog | Fix signal handler compilation on __arm__. |
blob | commitdiff | raw | diff to current |
2008-05-04 |
blueswir1 | Fix crash due to invalid env->current_tb (Adam Lackorzy... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
edgar_igl | CRIS: Reduce the number of tb dependent flags. |
blob | commitdiff | raw | diff to current |
2008-05-02 |
edgar_igl | CRIS updates: |
blob | commitdiff | raw | diff to current |
2008-04-13 |
aurel32 | x86: Introduce CPU_INTERRUPT_NMI |
blob | commitdiff | raw | diff to current |
2008-04-12 |
aurel32 | HPPA (PA-RISC) host support |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Fix compiler warnings |
blob | commitdiff | raw | diff to current |
2008-03-14 |
edgar_igl | * Add a model of the ETRAX interrupt controller. |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | reverted -translation option support |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2008-01-23 |
ths | Add option to disable TB cache, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-12-11 |
blueswir1 | Partial fix to Sparc32 Linux host global register... |
blob | commitdiff | raw | diff to current |
2007-12-11 |
blueswir1 | Fix code generation buffer overflow reported by TeLeMan |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | SH4: system emulator interrupt update, by Magnus Damm. |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | SH4 delay slot code update, by Magnus Damm. |
blob | commitdiff | raw | diff to current |
2007-11-23 |
pbrook | Fix TB chaining for exceptions. |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | consistent types for cpu_x86_fsave and cpu_x86_frstor |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | removed warning |
blob | commitdiff | raw | diff to current |
2007-11-11 |
pbrook | ARMv7 support. |
blob | commitdiff | raw | diff to current |
2007-11-08 |
bellard | removed obsolete x86 code copy support |
blob | commitdiff | raw | diff to current |
2007-11-07 |
blueswir1 | CPU specific boot mode (Robert Reif) |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-10-08 |
ths | CRIS support in toplevel, by Edgar E. Iglesias. |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
blueswir1 | CPU boot mode |
blob | commitdiff | raw | diff to current |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
blob | commitdiff | raw | diff to current |
2007-09-19 |
j_mayer | Improve PowerPC target implementation, using computed... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-08-04 |
blueswir1 | Fix Sparc32 interrupt handling |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Add comment. |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Some more regs_to_env/envs_to_regs cleanup. |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
blob | commitdiff | raw | diff to current |
2007-05-29 |
pbrook | ColdFire EMAC support. |
blob | commitdiff | raw | diff to current |
2007-05-23 |
pbrook | m68k/ColdFire system emulation. |
blob | commitdiff | raw | diff to current |
2007-05-12 |
ths | Update debug output. |
blob | commitdiff | raw | diff to current |
2007-05-08 |
ths | Another bunch of mips host support. |
blob | commitdiff | raw | diff to current |
2007-05-05 |
ths | Some bits of Linux/MIPS host support, still segfaulty. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
balrog | Implement power state changes (IDLE and SLEEP) for... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
j_mayer | Implement embedded IRQ controller for PowerPC 6xx/740... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
j_mayer | Integrate Alpha target in Qemu core. |
blob | commitdiff | raw | diff to current |
2007-03-31 |
ths | Generate double and triple faults, by Bernhard Kauer. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
ths | Sanitize mips exception handling. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
j_mayer | New model for PowerPC CPU hardware interrupt events: |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Fix call to generated code on SPARC, by Juergen Keil. |
blob | commitdiff | raw | diff to current |
2007-03-16 |
pbrook | Watchpoint support (previous commit got eaten by Savann... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | Make cpu_signal_handler work on Mac OS X/Darwin x86 |
blob | commitdiff | raw | diff to current |
2007-02-04 |
pbrook | Fix 64-bit host register corruption. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
ths | Use target_ulong type for emulator registers. |
blob | commitdiff | raw | diff to current |
2007-01-31 |
ths | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. |
blob | commitdiff | raw | diff to current |
2007-01-24 |
ths | Reworking MIPS interrupt handling, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
ths | Spelling fixes, thanks to Stefan Weil. |
blob | commitdiff | raw | diff to current |
2006-10-22 |
pbrook | ColdFire target. |
blob | commitdiff | raw | diff to current |
2006-09-24 |
bellard | added SMM support |
blob | commitdiff | raw | diff to current |
2006-09-20 |
bellard | sun4m halt support (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2006-07-29 |
pbrook | Arm host build fix. |
blob | commitdiff | raw | diff to current |
2006-06-26 |
bellard | SPARC FPU optimization (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2006-06-18 |
pbrook | SH bugfixes. |
blob | commitdiff | raw | diff to current |
2006-06-17 |
pbrook | SH usermode fault handling. |
blob | commitdiff | raw | diff to current |
2006-06-14 |
bellard | Solaris/SPARC host port (Ben Taylor) |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | mips cleanup (Thiemo Seufer) |
blob | commitdiff | raw | diff to current |
2006-04-27 |
bellard | sh4 target (Samuel Tardieu) |
blob | commitdiff | raw | diff to current |
2006-04-24 |
bellard | ia64 fixes |
blob | commitdiff | raw | diff to current |
2006-03-25 |
pbrook | Avoid accessing guest memory directly in usermode emula... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
pbrook | Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer). |
blob | commitdiff | raw | diff to current |
2006-02-20 |
pbrook | Add Arm926 core support. |
blob | commitdiff | raw | diff to current |
2006-02-08 |
bellard | optional support for kernel code virtualization |
blob | commitdiff | raw | diff to current |
2005-12-19 |
bellard | workaround for gcc bug on PowerPC |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | Initial SPARC SMP support (Blue Swirl) |
blob | commitdiff | raw | diff to current |
next |