summaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-12correct handling of saved host registersbellard1-9/+5
2004-10-09monitor fixesbellard1-4/+4
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-0/+13
2004-07-14compile fixbellard1-1/+1
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-6/+54
2004-06-22disable buggy tb_invalidate_page_range()bellard1-0/+4
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-3/+17
2004-04-25added cpu_resume_from_signal() - irq fixbellard1-20/+52
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-1/+1
2004-03-31win32 port (initial patch by kazu)bellard1-0/+4
2004-03-21do not depend on thunk.h - more log itemsbellard1-3/+3
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-0/+15
2004-02-25native FPU support in code copy modebellard1-1/+17
2004-02-16experimental code copy support - CPU_INTERRUPT_EXITTB supportbellard1-18/+134
2004-02-03temporary interrupt locking fix (need rework)bellard1-0/+1
2004-01-18PowerPC merge (Jocelyn Mayer)bellard1-1/+1
2004-01-18simpler second page physical address testbellard1-2/+3
2004-01-04PowerPC System emulation (Jocelyn Mayer)bellard1-5/+28
2004-01-04support for new TLB handlingbellard1-2/+47
2004-01-04sparc fixesbellard1-8/+8
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard1-7/+52
2003-11-19fixed TB linking in case of code invalidation (fixes random segfaults)bellard1-1/+12
2003-10-30unused functions in system modebellard1-1/+1
2003-10-27fixed mmu fault priviledge logicbellard1-2/+4
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-8/+20
2003-09-17removed x86 hacksbellard1-17/+3
2003-08-21faster and more accurate segment handlingbellard1-16/+4
2003-08-20pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard1-13/+13
2003-08-20no error code if hardware interruptbellard1-2/+2
2003-08-10m68k host port (Richard Zidlicky)bellard1-0/+17
2003-08-10soft mmu supportbellard1-6/+23
2003-07-29correct CPL support (should fix flat real mode support)bellard1-7/+2
2003-07-26real mode supportbellard1-9/+7
2003-07-26gdb stub breakpoints supportbellard1-1/+1
2003-07-09ARM fixesbellard1-7/+4
2003-06-30fixed invalid irq jump chainingbellard1-0/+7
2003-06-30reduced irq latencybellard1-20/+23
2003-06-25suppressed ring 0 hacksbellard1-15/+8
2003-06-24hardware interrupt support - support forfull ring 0 exception simulationbellard1-131/+195
2003-06-21new segment accessbellard1-10/+10
2003-06-15main cpu loop is target independentbellard1-0/+575