summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* i386-user compile fix (Paul Brook)bellard2005-04-261-0/+16
* This patch adds little-endian mode support to PPC emulation.bellard2005-04-231-1/+2
* ia64 host support (David Mosberger)bellard2005-04-081-0/+43
* sparc update (Blue Swirl)bellard2005-04-061-4/+13
* ARM VFP support (Paul Brook)bellard2005-02-221-1/+3
* ppc fixes (Jocelyn Mayer)bellard2005-02-151-1/+1
* sparc fixbellard2005-02-131-3/+2Star
* kqemu supportbellard2005-02-101-0/+26
* SIGSEGV signals for ARM and SPARCbellard2005-02-081-8/+54
* ARM SMC workaroundbellard2005-02-021-1/+4
* armv5te support (Paul Brook)bellard2005-01-311-3/+4
* removed debug codebellard2005-01-301-1/+1
* 64 bit target supportbellard2005-01-041-29/+32
* SPARC mergebellard2004-12-201-1/+1
* correct handling of saved host registersbellard2004-10-131-9/+5Star
* monitor fixesbellard2004-10-091-4/+4
* full system SPARC emulation (Blue Swirl)bellard2004-10-011-0/+13
* compile fixbellard2004-07-141-1/+1
* Darwin patch (initial patch by Pierre d'Herbemont)bellard2004-07-051-6/+54
* disable buggy tb_invalidate_page_range()bellard2004-06-221-0/+4
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-3/+17
* added cpu_resume_from_signal() - irq fixbellard2004-04-251-20/+52
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-1/+1
* win32 port (initial patch by kazu)bellard2004-04-011-0/+4
* do not depend on thunk.h - more log itemsbellard2004-03-211-3/+3
* initial x86-64 host support (Gwenole Beauchesne)bellard2004-03-181-0/+15
* native FPU support in code copy modebellard2004-02-261-1/+17
* experimental code copy support - CPU_INTERRUPT_EXITTB supportbellard2004-02-161-18/+134
* 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