summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* temporary interrupt locking fix (need rework)bellard2004-02-041-0/+1
* PowerPC merge (Jocelyn Mayer)bellard2004-01-191-1/+1
* simpler second page physical address testbellard2004-01-181-2/+3
* PowerPC System emulation (Jocelyn Mayer)bellard2004-01-051-5/+28
* support for new TLB handlingbellard2004-01-041-2/+47
* sparc fixesbellard2004-01-041-8/+8
* PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard2003-11-231-7/+52
* fixed TB linking in case of code invalidation (fixes random segfaults)bellard2003-11-191-1/+12
* unused functions in system modebellard2003-10-301-1/+1
* fixed mmu fault priviledge logicbellard2003-10-271-2/+4
* sparc emulation target (thanx to Thomas M. Ogrisegg)bellard2003-09-301-8/+20
* removed x86 hacksbellard2003-09-181-17/+3Star
* faster and more accurate segment handlingbellard2003-08-221-16/+4Star
* pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard2003-08-211-13/+13
* no error code if hardware interruptbellard2003-08-201-2/+2
* m68k host port (Richard Zidlicky)bellard2003-08-111-0/+17
* soft mmu supportbellard2003-08-101-6/+23
* correct CPL support (should fix flat real mode support)bellard2003-07-291-7/+2Star
* real mode supportbellard2003-07-261-9/+7Star
* gdb stub breakpoints supportbellard2003-07-261-1/+1
* ARM fixesbellard2003-07-091-7/+4Star
* fixed invalid irq jump chainingbellard2003-07-011-0/+7
* reduced irq latencybellard2003-06-301-20/+23
* suppressed ring 0 hacksbellard2003-06-251-15/+8Star
* hardware interrupt support - support forfull ring 0 exception simulationbellard2003-06-241-131/+195
* new segment accessbellard2003-06-211-10/+10
* main cpu loop is target independentbellard2003-06-151-0/+575