aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-5/+5
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook1-1/+1
2006-02-20Add Arm926 core support.pbrook1-0/+2
2006-02-08optional support for kernel code virtualizationbellard1-0/+10
2005-12-19workaround for gcc bug on PowerPCbellard1-7/+9
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard1-1/+13
2005-12-05MIPS halt support - MIPS static state fix (Daniel Jacobowitz)bellard1-1/+10
2005-12-04generate GPF if non canonical addressesbellard1-1/+1
2005-11-26specialize the power save code for 7x0 CPUsbellard1-2/+2
2005-11-26fixed warningbellard1-2/+2
2005-11-26ARM CPU suspend/halt (Paul Brook)bellard1-0/+11
2005-11-26ARM system emulation (Paul Brook)bellard1-15/+18
2005-11-23halt state support for ppcbellard1-0/+10
2005-11-23better halted state supportbellard1-0/+13
2005-11-21SMP supportbellard1-0/+4
2005-11-20make the TB cache independent of MMU mappings (faster MMU context switches an...bellard1-131/+167
2005-08-21Fix interrupt masking (Ralf Baechlebellard1-1/+1
2005-07-24s390 bitsbellard1-0/+17
2005-07-02soft irq are just irqs (Ralf Baechle)bellard1-1/+1
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+74
2005-07-02sparc64 marge (Blue Swirl)bellard1-3/+31
2005-04-26i386-user compile fix (Paul Brook)bellard1-0/+16
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-1/+2
2005-04-07ia64 host support (David Mosberger)bellard1-0/+43
2005-04-06sparc update (Blue Swirl)bellard1-4/+13
2005-02-22ARM VFP support (Paul Brook)bellard1-1/+3
2005-02-15ppc fixes (Jocelyn Mayer)bellard1-1/+1
2005-02-13sparc fixbellard1-3/+2
2005-02-10kqemu supportbellard1-0/+26
2005-02-07SIGSEGV signals for ARM and SPARCbellard1-8/+54
2005-02-02ARM SMC workaroundbellard1-1/+4
2005-01-31armv5te support (Paul Brook)bellard1-3/+4
2005-01-30removed debug codebellard1-1/+1
2005-01-0364 bit target supportbellard1-29/+32
2004-12-19SPARC mergebellard1-1/+1
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