Age | Commit message (Expand) | Author |
2007-12-24 | Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). | balrog |
2007-12-24 | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog |
2007-12-09 | Fix spelling typo, by Dan Kenigsberg. | ths |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths |
2007-11-21 | typo fix | bellard |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard |
2007-11-08 | removed obsolete x86 code copy support | bellard |
2007-11-08 | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-09-23 | SVM Support, by Alexander Graf. | ths |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-10 | Fix the reported xlevel for Intel CPU, by Filip Navara. | ths |
2007-07-31 | Initialize old_exception, by Bernhard Kauer. | ths |
2007-04-17 | Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. | ths |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer |
2006-09-27 | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) | bellard |
2006-09-24 | added SMM support | bellard |
2006-06-25 | C99 64 bit printf | bellard |
2006-06-14 | use glibc syscall (David Woodhouse) | bellard |
2006-04-25 | enable APIC by default | bellard |
2006-04-23 | SSE3 support (Joachim Henke) | bellard |
2005-12-04 | generate GPF if non canonical addresses | bellard |
2005-11-28 | NX support | bellard |
2005-11-23 | added HF_HALTED bit | bellard |
2005-11-21 | cpu_exec_init() change | bellard |
2005-07-23 | x86_64 fixes (initial patch by Filip Navara) | bellard |
2005-07-03 | better fpu state dump | bellard |
2005-04-23 | return model id in cpuid for x86_64 | bellard |
2005-02-10 | enabled MMX, PAE and SEP | bellard |
2005-01-28 | physical memory access functions | bellard |
2005-01-25 | Support resolving addresses in PAE mode in cpu_get_phys_page_debug | bellard |
2005-01-12 | enable MMX for x86_64 too | bellard |
2005-01-08 | MMX/SSE support | bellard |
2005-01-03 | x86_64 target support | bellard |
2004-10-09 | monitor fixes | bellard |
2004-10-03 | removed access_type hack | bellard |
2004-06-22 | cpu_single_env init | bellard |
2004-06-20 | boot to top of 4GB space | bellard |
2004-06-20 | added cpu_reset() | bellard |
2004-06-19 | buffer overflow fix | bellard |
2004-05-08 | cr0.ET fix (Win95 boot fix) | bellard |
2004-04-25 | dump A20 state | bellard |
2004-03-31 | win32 port (initial patch by kazu) | bellard |
2004-03-04 | 2.6 kernel compile fix | bellard |
2004-02-25 | CR0.MP/EM/TS support - native fpu support in code copy mode | bellard |
2004-02-16 | experimental code copy support - fixed A20 emulation | bellard |
2004-02-07 | fixed WP semantics | bellard |
2004-02-03 | more precise TLB invalidation - init cleanup | bellard |