2008-04-22 |
aurel32 | Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved... |
tree | commitdiff |
2008-04-22 |
aurel32 | x86/x86-64 MMU PAE fixes |
tree | commitdiff |
2008-04-13 |
aurel32 | x86: Introduce CPU_INTERRUPT_NMI |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove unused phys_ram_base definition from target... |
tree | commitdiff |
2008-04-09 |
aurel32 | Check for 3DNow! CPUID at translation time |
tree | commitdiff |
2008-04-08 |
aurel32 | Fix typo in x86 CPU definitions introduced in r4181 |
tree | commitdiff |
2008-04-08 |
aurel32 | Remove hardcoded values in x86 CPU definitions |
tree | commitdiff |
2008-04-08 |
aurel32 | 3DNow! instruction set emulation |
tree | commitdiff |
2008-03-28 |
aurel32 | x86-64: recompute DF after eflags has been modified... |
tree | commitdiff |
2008-03-09 |
blueswir1 | Fix some functions declared () rather than (void)... |
tree | commitdiff |
2008-02-24 |
blueswir1 | More helper types, rearrange generic definitions |
tree | commitdiff |
2008-02-03 |
pbrook | Add TCG variable opaque type. |
tree | commitdiff |
2008-02-03 |
balrog | NMI and INTR events injection should not be handled... |
tree | commitdiff |
2008-02-03 |
balrog | Make SVM env->cr[8] a valid register (patch from TeLeMan). |
tree | commitdiff |
2008-02-01 |
bellard | use the TCG code generator |
tree | commitdiff |
2007-12-24 |
balrog | Correct the max cpuid level for each x86 cpu model... |
tree | commitdiff |
2007-12-24 |
balrog | SVM enabled processor should provide cpuid Fn8000_000A... |
tree | commitdiff |
2007-12-24 |
balrog | Fix cmpxchg8b translation (Bernhard Kauer). |
tree | commitdiff |
2007-12-09 |
balrog | Make SVM IOIO intercept check all needed bits, by Bernh... |
tree | commitdiff |
2007-12-09 |
balrog | Add rdpmc SVM intercept, by Bernhard Kauer. |
tree | commitdiff |
2007-12-09 |
ths | Fix spelling typo, by Dan Kenigsberg. |
tree | commitdiff |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
tree | commitdiff |
2007-11-21 |
bellard | typo fix |
tree | commitdiff |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
tree | commitdiff |
2007-11-14 |
bellard | x86_64 linux user emulation |
tree | commitdiff |
2007-11-11 |
bellard | consistent types for cpu_x86_fsave and cpu_x86_frstor |
tree | commitdiff |
2007-11-11 |
bellard | removed warning |
tree | commitdiff |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
tree | commitdiff |
2007-11-08 |
bellard | removed obsolete x86 code copy support |
tree | commitdiff |
2007-11-08 |
bellard | removed |
tree | commitdiff |
2007-11-08 |
bellard | added -cpu option for x86 (initial patch by Dan Kenigsberg) |
tree | commitdiff |
2007-11-04 |
j_mayer | For consistency, move muls64 / mulu64 prototypes to... |
tree | commitdiff |
2007-11-02 |
ths | Fix compiler warnings, by Stefan Weil. |
tree | commitdiff |
2007-10-31 |
balrog | Correct the WBINVD intercept in SVM (Alexander Graf). |
tree | commitdiff |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
tree | commitdiff |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the break... |
tree | commitdiff |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf. |
tree | commitdiff |
2007-09-23 |
ths | Add missing svm.h header, and add a Changelog entry. |
tree | commitdiff |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
tree | commitdiff |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
tree | commitdiff |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-13 |
ths | Intel cache info, by Filip Navara. |
tree | commitdiff |
2007-09-10 |
ths | Fix the reported xlevel for Intel CPU, by Filip Navara. |
tree | commitdiff |
2007-07-31 |
ths | Initialize old_exception, by Bernhard Kauer. |
tree | commitdiff |
2007-07-11 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2007-06-26 |
ths | DR6 single step exception status bit, by Juergen Keil. |
tree | commitdiff |
2007-06-23 |
ths | Fix division by zero handling, by Joris van Rantwijk. |
tree | commitdiff |
2007-06-03 |
ths | Fix typo. |
tree | commitdiff |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
tree | commitdiff |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
tree | commitdiff |
2007-06-03 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2007-05-27 |
blueswir1 | Spelling fix (Mark Glines) |
tree | commitdiff |
2007-05-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
tree | commitdiff |
2007-04-27 |
ths | Workaround qemu guest SIGSEGVs with cmpxchg8b insn... |
tree | commitdiff |
2007-04-18 |
ths | Revert, this is already fixed in a better way. |
tree | commitdiff |
2007-04-17 |
ths | Fix helper.c with isinf on Solaris 9/Sparc, by Ben... |
tree | commitdiff |
2007-04-17 |
ths | Ptable calculation broken for 32bit code under x86_64... |
tree | commitdiff |
2007-04-07 |
j_mayer | cpu_get_phys_page_debug should return target_phys_addr_t |
tree | commitdiff |
2007-04-03 |
ths | i386 return APIC ID with cpuid, by Bernhard Kauer. |
tree | commitdiff |
2007-04-02 |
ths | Fix guest x86/amd64 helper_fprem/helper_fprem1, by... |
tree | commitdiff |
2007-04-02 |
ths | ltr for x86_64 should check the upper descriptor type... |
tree | commitdiff |
2007-03-31 |
ths | Generate double and triple faults, by Bernhard Kauer. |
tree | commitdiff |
2007-02-05 |
bellard | darwin fix |
tree | commitdiff |
2007-02-01 |
bellard | 64 bit syscall fixes - more logical mwait/monitor ECX... |
tree | commitdiff |
2007-02-01 |
bellard | cwde and cdq fix in 64 bit mode |
tree | commitdiff |
2007-01-31 |
ths | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. |
tree | commitdiff |
2007-01-16 |
bellard | fixed movd mmx/sse insn |
tree | commitdiff |
2006-12-23 |
ths | Check ELF binaries for machine type and endianness. |
tree | commitdiff |
2006-09-29 |
bellard | 32 bit RSP update fix (aka Open Solaris x86_64 bug) |
tree | commitdiff |
2006-09-27 |
bellard | fixed user mode emulation |
tree | commitdiff |
2006-09-27 |
bellard | SMM fix for x86_64 |
tree | commitdiff |
2006-09-27 |
bellard | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) |
tree | commitdiff |
2006-09-24 |
bellard | added SMM support |
tree | commitdiff |
2006-09-03 |
bellard | multi byte nop support |
tree | commitdiff |
2006-07-10 |
bellard | monitor/mwait support |
tree | commitdiff |
2006-06-25 |
bellard | C99 64 bit printf |
tree | commitdiff |
2006-06-24 |
bellard | fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian... |
tree | commitdiff |
2006-06-19 |
bellard | fxam fix (Julian Seward) |
tree | commitdiff |
2006-06-19 |
bellard | switch_tss eflags restore fix (malc) |
tree | commitdiff |
2006-06-14 |
bellard | x86_64 mmx/sse fix |
tree | commitdiff |
2006-06-14 |
bellard | use glibc syscall (David Woodhouse) |
tree | commitdiff |
2006-05-03 |
bellard | bswapq fix |
tree | commitdiff |
2006-04-25 |
bellard | enable APIC by default |
tree | commitdiff |
2006-04-24 |
bellard | rol/ror cc fix |
tree | commitdiff |
2006-04-24 |
bellard | movddup fix |
tree | commitdiff |
2006-04-23 |
bellard | SSE3 support (Joachim Henke) |
tree | commitdiff |
2006-04-02 |
bellard | btx decode fix on x86_64 |
tree | commitdiff |
2006-03-11 |
pbrook | Add missing FORCE_RET() |
tree | commitdiff |
2006-03-03 |
bellard | x86_64 stack alignment fixes - x86_64 32 bit syscall fix |
tree | commitdiff |
2006-02-09 |
bellard | always compile 'int' traces |
tree | commitdiff |
2006-02-08 |
bellard | added last_io_time field |
tree | commitdiff |
2006-02-04 |
bellard | fxsave/fxrstor fix |
tree | commitdiff |
2005-12-17 |
bellard | fixed null segment validation (aka x86_64 regression... |
tree | commitdiff |
2005-12-17 |
bellard | switch_tss fix (aka spoon OS bug) |
tree | commitdiff |
2005-12-04 |
bellard | segment validation fix in lret/iret |
tree | commitdiff |
next |