aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2018-06-15tcg: remove tb_lockEmilio G. Cota1-3/+0
2018-06-11linux-user/sparc64: Add inotify_rm_watch and tee syscallsRichard Henderson1-2/+2
2018-06-11linux-user/microblaze: Fix typo in accept4 syscallRichard Henderson1-1/+1
2018-06-11linux-user/hppa: Fix typo in mknodat syscallRichard Henderson1-1/+1
2018-06-11linux-user/alpha: Fix epoll syscallsRichard Henderson2-12/+3
2018-06-11linux-user: Use is_error() to avoid warnings and make the code clearerPhilippe Mathieu-Daudé1-6/+9
2018-06-11linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé2-5/+5
2018-06-04linux-user: remove useless #ifLaurent Vivier1-10/+0
2018-06-04linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier2-52/+46
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier2-49/+47
2018-06-04linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier2-9/+9
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier3-55/+100
2018-06-04linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier4-75/+50
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier17-50/+87
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier60-177/+83
2018-06-04linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier2-39/+34
2018-06-04linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier2-6/+7
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier2-29/+29
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier4-6/+18
2018-06-04linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier2-33/+32
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier2-30/+31
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier23-128/+363
2018-06-04syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé1-1/+2
2018-05-29target-microblaze: Make special registers 64-bitEdgar E. Iglesias1-2/+2
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier3-5/+2
2018-05-25linux-user: copy sparc/sockbits.h definitions from linuxLaurent Vivier1-39/+92
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier5-132/+44
2018-05-25linux-user: move ppc socket.h definitions to ppc/sockbits.hLaurent Vivier2-9/+25
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier17-61/+82
2018-05-25linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier3-42/+97
2018-05-25linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier2-105/+114
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier3-104/+113
2018-05-25linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell1-1/+2
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov1-3/+2
2018-05-25linux-user: update netlink emulationLaurent Vivier1-0/+58
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell7-33/+326
2018-05-11linux-user: fix UNAME_MACHINE for sparc/sparc64Laurent Vivier2-2/+2
2018-05-11linux-user: add sparc/sparc64 specific errnoLaurent Vivier3-1/+211
2018-05-11linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier1-18/+48
2018-05-11linux-user: update sparc/syscall_nr.h to linux header 4.16Laurent Vivier2-9/+43
2018-05-11linux-user: fix flock/flock64 paddingLaurent Vivier1-3/+13
2018-05-11linux-user: define correct fcntl() values for sparcLaurent Vivier1-0/+9
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson1-0/+1
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier3-28/+18
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier19-203/+108
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon1-16/+89
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon2-0/+38
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon1-0/+7
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon2-13/+9
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon2-0/+4