summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer1-3/+3
2007-04-08Sparc32/64 CPU selection for user emulatorblueswir11-0/+16
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-4/+31
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer1-0/+102
2007-03-19Support -cpu selection for mips usermode emulation. Fix segfault whenths1-2/+10
2007-03-19Add -cpu option for linux user emulation.j_mayer1-11/+23
2007-03-08Implement --cpu for ARM.pbrook1-1/+1
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-8/+13
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths1-0/+1
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths1-3/+3
2007-02-05copyright updatebellard1-1/+1
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths1-0/+2
2006-11-04MIPS usermode debug exceptions (Dave Denholm).pbrook1-0/+14
2006-10-23sparc64 syscall fix (Blue Swirl)bellard1-0/+8
2006-10-22ColdFire target.pbrook1-0/+121
2006-09-24added cpu_smm_update()bellard1-0/+4
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard1-0/+22
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard1-23/+1
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