summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2015-07-15linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett1-2/+2
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-14/+14
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-07-07linux-user, ppc: mftbl can be used by user applicationLaurent Vivier1-2/+1
2015-06-16linux-user: ioctl() command type is intLaurent Vivier1-8/+8
2015-06-16linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel1-2/+2
2015-06-16linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell1-9/+11
2015-06-16linux-user: Fix length handling in host_to_target_cmsgPeter Maydell1-8/+61
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim1-1/+2
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf1-0/+3
2015-06-12linux-user: Add HWCAP for SH4Richard Henderson1-0/+29
2015-06-12linux-user: Default sh4 to sh7785Richard Henderson1-0/+2
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-4/+0
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini1-3/+3
2015-06-05exec: move functions to translate-all.hPaolo Bonzini1-0/+1
2015-05-27s390x: Common access to floating point registersEric Farman1-2/+2
2015-05-18linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin1-1/+1
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota1-2/+1
2015-04-27linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng1-1/+0
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini1-0/+1
2015-03-23linux-user: fix broken cpu_copy()Leon Alrae1-1/+1
2015-03-22linux-user: fix emulation of splice syscallAndreas Schwab1-4/+18
2015-03-22linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S1-2/+0
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2-2/+15
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-5/+5
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-8/+1
2015-02-25linux-user: Check for cpu_init() errorsEduardo Habkost1-1/+8
2015-02-13linux-user: correct stat structure in MIPS N32Leon Alrae1-67/+19
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko1-1/+8
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S1-0/+2
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S1-32/+32
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S1-1/+1
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S1-0/+5
2015-01-27linux-user: support target-to-host SCM_CREDENTIALSAlex Suykov1-4/+14
2015-01-27linux-user: Fix broken m68k signal handling on 64 bit hostsPeter Maydell1-3/+3
2015-01-27mips64-linux-user: Fix definition of struct sigaltstackEd Swierk1-1/+1
2015-01-27linux-user: Fix ioctl cmd type mismatch on 64-bit targetsEd Swierk1-1/+1
2015-01-27linux-user: translate resource also for prlimit64Felix Janda1-1/+2
2015-01-27linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_userPeter Maydell1-17/+11
2015-01-27linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell1-1/+1
2015-01-27linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell1-0/+18
2015-01-27linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell1-22/+0
2015-01-27linux-user/alpha: Add define for NR_shmat to enable shmat syscallPeter Maydell1-0/+4
2015-01-27linux-user/signal.c: Remove current_exec_domain_sig()Peter Maydell1-25/+6
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell1-1/+1
2015-01-20linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell1-26/+31
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell1-2/+5
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-4/+0
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki1-1/+1