Age | Commit message (Expand) | Author | Files | Lines |
2007-12-09 | Fix spelling typo, by Dan Kenigsberg. | ths | 1 | -1/+1 |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 1 | -0/+1 |
2007-11-21 | typo fix | bellard | 1 | -1/+1 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 1 | -16/+22 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -105/+0 |
2007-11-08 | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard | 1 | -60/+269 |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths | 1 | -0/+1 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -4/+5 |
2007-09-23 | SVM Support, by Alexander Graf. | ths | 1 | -3/+12 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -14/+14 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -83/+83 |
2007-09-10 | Fix the reported xlevel for Intel CPU, by Filip Navara. | ths | 1 | -1/+1 |
2007-07-31 | Initialize old_exception, by Bernhard Kauer. | ths | 1 | -0/+2 |
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 |
2006-09-27 | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) | bellard | 1 | -0/+2 |
2006-09-24 | added SMM support | bellard | 1 | -3/+6 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -14/+14 |
2006-06-14 | use glibc syscall (David Woodhouse) | bellard | 1 | -1/+4 |
2006-04-25 | enable APIC by default | bellard | 1 | -1/+1 |
2006-04-23 | SSE3 support (Joachim Henke) | bellard | 1 | -1/+1 |
2005-12-04 | generate GPF if non canonical addresses | bellard | 1 | -2/+5 |
2005-11-28 | NX support | bellard | 1 | -40/+120 |
2005-11-23 | added HF_HALTED bit | bellard | 1 | -4/+6 |
2005-11-21 | cpu_exec_init() change | bellard | 1 | -5/+3 |
2005-07-23 | x86_64 fixes (initial patch by Filip Navara) | bellard | 1 | -2/+7 |
2005-07-03 | better fpu state dump | bellard | 1 | -11/+49 |
2005-04-23 | return model id in cpuid for x86_64 | bellard | 1 | -0/+17 |
2005-02-10 | enabled MMX, PAE and SEP | bellard | 1 | -3/+9 |
2005-01-28 | physical memory access functions | bellard | 1 | -54/+33 |
2005-01-25 | Support resolving addresses in PAE mode in cpu_get_phys_page_debug | bellard | 1 | -19/+73 |
2005-01-12 | enable MMX for x86_64 too | bellard | 1 | -2/+2 |
2005-01-08 | MMX/SSE support | bellard | 1 | -10/+20 |
2005-01-03 | x86_64 target support | bellard | 1 | -129/+399 |
2004-10-09 | monitor fixes | bellard | 1 | -11/+13 |
2004-10-03 | removed access_type hack | bellard | 1 | -1/+2 |
2004-06-22 | cpu_single_env init | bellard | 1 | -1/+1 |
2004-06-20 | boot to top of 4GB space | bellard | 1 | -2/+1 |
2004-06-20 | added cpu_reset() | bellard | 1 | -29/+37 |
2004-06-19 | buffer overflow fix | bellard | 1 | -1/+1 |
2004-05-08 | cr0.ET fix (Win95 boot fix) | bellard | 1 | -1/+1 |
2004-04-25 | dump A20 state | bellard | 1 | -2/+3 |
2004-03-31 | win32 port (initial patch by kazu) | bellard | 1 | -5/+4 |
2004-03-04 | 2.6 kernel compile fix | bellard | 1 | -0/+5 |
2004-02-25 | CR0.MP/EM/TS support - native fpu support in code copy mode | bellard | 1 | -0/+73 |
2004-02-16 | experimental code copy support - fixed A20 emulation | bellard | 1 | -1/+28 |
2004-02-07 | fixed WP semantics | bellard | 1 | -3/+3 |
2004-02-03 | more precise TLB invalidation - init cleanup | bellard | 1 | -41/+62 |
2004-01-24 | combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d... | bellard | 1 | -18/+62 |
2004-01-18 | fixed dirty bit support for 4M pages (L4 Pistachio fix) | bellard | 1 | -2/+2 |