summaryrefslogtreecommitdiffstats
path: root/target-i386/helper2.c
Commit message (Expand)AuthorAgeFilesLines
* enable APIC by defaultbellard2006-04-251-1/+1
* SSE3 support (Joachim Henke)bellard2006-04-231-1/+1
* generate GPF if non canonical addressesbellard2005-12-041-2/+5
* NX supportbellard2005-11-281-40/+120
* added HF_HALTED bitbellard2005-11-231-4/+6
* cpu_exec_init() changebellard2005-11-221-5/+3Star
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-2/+7
* better fpu state dumpbellard2005-07-031-11/+49
* return model id in cpuid for x86_64bellard2005-04-231-0/+17
* enabled MMX, PAE and SEPbellard2005-02-101-3/+9
* physical memory access functionsbellard2005-01-281-54/+33Star
* Support resolving addresses in PAE mode in cpu_get_phys_page_debugbellard2005-01-251-19/+73
* enable MMX for x86_64 toobellard2005-01-121-2/+2
* MMX/SSE supportbellard2005-01-081-10/+20
* x86_64 target supportbellard2005-01-041-129/+399
* monitor fixesbellard2004-10-091-11/+13
* removed access_type hackbellard2004-10-031-1/+2
* cpu_single_env initbellard2004-06-221-1/+1
* boot to top of 4GB spacebellard2004-06-201-2/+1Star
* added cpu_reset()bellard2004-06-201-29/+37
* buffer overflow fixbellard2004-06-191-1/+1
* cr0.ET fix (Win95 boot fix)bellard2004-05-081-1/+1
* dump A20 statebellard2004-04-251-2/+3
* win32 port (initial patch by kazu)bellard2004-04-011-5/+4Star
* 2.6 kernel compile fixbellard2004-03-041-0/+5
* CR0.MP/EM/TS support - native fpu support in code copy modebellard2004-02-261-0/+73
* experimental code copy support - fixed A20 emulationbellard2004-02-161-1/+28
* fixed WP semanticsbellard2004-02-071-3/+3
* more precise TLB invalidation - init cleanupbellard2004-02-041-41/+62
* combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...bellard2004-01-241-18/+62
* fixed dirty bit support for 4M pages (L4 Pistachio fix)bellard2004-01-181-2/+2
* fixed subtle bug: in some cases PG_DIRTY was not set correctlybellard2004-01-131-7/+12
* correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard2004-01-041-77/+14Star
* debug fixes - use more generic TLB mappingsbellard2004-01-041-18/+8Star
* dump irq inhibit flag as it is a part of the cpu statebellard2003-12-021-2/+3
* a20 fixbellard2003-11-241-0/+4
* always completely redefine the TLB in case of MMU faultbellard2003-11-191-0/+3
* dump more registersbellard2003-11-131-10/+31
* a20 supportbellard2003-11-051-5/+30
* full softmmu supportbellard2003-10-271-33/+43
* new directory structurebellard2003-09-301-0/+390