Age | Commit message (Expand) | Author | Files | Lines |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths | 4 | -1/+13 |
2007-06-23 | Fix division by zero handling, by Joris van Rantwijk. | ths | 1 | -2/+6 |
2007-06-03 | Fix typo. | ths | 1 | -1/+1 |
2007-06-03 | Move target-specific defines to the target directories. | ths | 1 | -0/+7 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 2 | -8/+13 |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+1 |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 | 2 | -8/+8 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 1 | -47/+3 |
2007-04-27 | Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. | ths | 1 | -0/+1 |
2007-04-18 | Revert, this is already fixed in a better way. | ths | 1 | -5/+0 |
2007-04-17 | Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. | ths | 1 | -0/+5 |
2007-04-17 | Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. | ths | 1 | -4/+4 |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 1 | -2/+2 |
2007-04-03 | i386 return APIC ID with cpuid, by Bernhard Kauer. | ths | 2 | -1/+2 |
2007-04-02 | Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. | ths | 1 | -27/+70 |
2007-04-02 | ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. | ths | 1 | -1/+4 |
2007-03-31 | Generate double and triple faults, by Bernhard Kauer. | ths | 2 | -0/+40 |
2007-02-05 | darwin fix | bellard | 1 | -1/+1 |
2007-02-01 | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard | 1 | -4/+6 |
2007-02-01 | cwde and cdq fix in 64 bit mode | bellard | 1 | -2/+2 |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 1 | -2/+1 |
2007-01-16 | fixed movd mmx/sse insn | bellard | 2 | -8/+59 |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths | 1 | -0/+6 |
2006-09-29 | 32 bit RSP update fix (aka Open Solaris x86_64 bug) | bellard | 1 | -9/+24 |
2006-09-27 | fixed user mode emulation | bellard | 1 | -0/+15 |
2006-09-27 | SMM fix for x86_64 | bellard | 2 | -6/+13 |
2006-09-27 | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) | bellard | 1 | -0/+2 |
2006-09-24 | added SMM support | bellard | 6 | -3/+291 |
2006-09-03 | multi byte nop support | bellard | 1 | -2/+57 |
2006-07-10 | monitor/mwait support | bellard | 4 | -14/+97 |
2006-06-25 | C99 64 bit printf | bellard | 2 | -16/+16 |
2006-06-24 | fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc) | bellard | 1 | -8/+8 |
2006-06-19 | fxam fix (Julian Seward) | bellard | 1 | -0/+5 |
2006-06-19 | switch_tss eflags restore fix (malc) | bellard | 1 | -0/+2 |
2006-06-14 | x86_64 mmx/sse fix | bellard | 1 | -1/+11 |
2006-06-14 | use glibc syscall (David Woodhouse) | bellard | 1 | -1/+4 |
2006-05-03 | bswapq fix | bellard | 3 | -1/+6 |
2006-04-25 | enable APIC by default | bellard | 1 | -1/+1 |
2006-04-24 | rol/ror cc fix | bellard | 1 | -4/+4 |
2006-04-24 | movddup fix | bellard | 1 | -1/+1 |
2006-04-23 | SSE3 support (Joachim Henke) | bellard | 5 | -16/+102 |
2006-04-02 | btx decode fix on x86_64 | bellard | 1 | -1/+1 |
2006-03-11 | Add missing FORCE_RET() | pbrook | 1 | -0/+4 |
2006-03-03 | x86_64 stack alignment fixes - x86_64 32 bit syscall fix | bellard | 1 | -4/+14 |
2006-02-09 | always compile 'int' traces | bellard | 1 | -4/+2 |
2006-02-08 | added last_io_time field | bellard | 1 | -0/+10 |
2006-02-04 | fxsave/fxrstor fix | bellard | 1 | -2/+12 |
2005-12-17 | fixed null segment validation (aka x86_64 regression bug) | bellard | 1 | -1/+8 |
2005-12-17 | switch_tss fix (aka spoon OS bug) | bellard | 1 | -1/+1 |
2005-12-04 | segment validation fix in lret/iret | bellard | 1 | -5/+5 |