summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard1-1/+4
2006-06-21sparc user fixes (Blue Swirl)bellard1-2/+3
2006-06-18SH bugfixes.pbrook1-7/+7
2006-06-17SH usermode fault handling.pbrook1-1/+15
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+1
2006-06-14MIPS FPU support in linux user emulationbellard1-34/+7
2006-06-11bFLT loader (for uClinux binaries).pbrook1-1/+2
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook1-0/+3
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+41
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-31/+27
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook1-1/+1
2006-02-20Add Arm926 core support.pbrook1-0/+1
2006-02-09Arm Linux EABI syscall support.pbrook1-2/+4
2006-02-04Implement Arm BKPT instruction.pbrook1-5/+18
2005-12-05handle coprocessor exceptionsbellard1-0/+1
2005-11-26mips user emulationbellard1-0/+407
2005-11-26added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)bellard1-2/+1
2005-11-26ARM system emulation (Paul Brook)bellard1-2/+8
2005-11-21cpu_single_env usage fixbellard1-4/+2
2005-10-30User-mode gdbserver port number (Paul Brook)bellard1-6/+5
2005-07-24copyrightbellard1-1/+1
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard1-37/+8
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-2/+21
2005-07-02sparc64 marge (Blue Swirl)bellard1-0/+4
2005-04-27ARM Thumb syscalls (Paul Brook)bellard1-4/+15
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard1-0/+7
2005-04-23ARM syscall fix (Paul Brook)bellard1-1/+1
2005-04-17gdb support for user mode (Paul Brook)bellard1-3/+66
2005-03-13fpu init fixbellard1-1/+1
2005-02-19fixed handling of sparc register window exceptionsbellard1-26/+31
2005-02-15sparc sigsegv supportbellard1-0/+12
2005-02-07SIGSEGV signals for ARM and SPARCbellard1-0/+11
2005-01-12sse fixbellard1-2/+6
2005-01-08MMX/SSE supportbellard1-2/+2
2005-01-0364 bit target fixes - removed warningsbellard1-3/+5
2004-12-19SPARC mergebellard1-0/+2
2004-10-09monitor fixesbellard1-3/+3
2004-07-10static build fixbellard1-1/+1
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-5/+10
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-6/+44
2004-05-20added cpu_get_tsc()bellard1-0/+40
2004-04-26copyright updatebellard1-1/+1
2004-04-25ARM cache flush support (untested) - '-d' option fixbellard1-4/+31
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-6/+7
2004-03-21more log itemsbellard1-1/+12
2004-02-16arm nwfpe support - added code no-code-copy option - __preinit_array_start bu...bellard1-6/+31
2004-02-03cleanupbellard1-0/+3
2004-01-04PowerPC update (Jocelyn Mayer)bellard1-86/+315
2004-01-04correct cpu statebellard1-0/+1
2004-01-04SPARC fixes : syscall fixes - added user register window exception supportbellard1-21/+129