aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-11linux-user/sparc64: Add inotify_rm_watch and tee syscallsRichard Henderson
2018-06-11linux-user/microblaze: Fix typo in accept4 syscallRichard Henderson
2018-06-11linux-user/hppa: Fix typo in mknodat syscallRichard Henderson
2018-06-11linux-user/alpha: Fix epoll syscallsRichard Henderson
2018-06-11linux-user: Use is_error() to avoid warnings and make the code clearerPhilippe Mathieu-Daudé
2018-06-11linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé
2018-06-04linux-user: remove useless #ifLaurent Vivier
2018-06-04linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier
2018-06-04linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier
2018-06-04linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier
2018-06-04linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-06-04syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé
2018-05-29target-microblaze: Make special registers 64-bitEdgar E. Iglesias
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier
2018-05-25linux-user: copy sparc/sockbits.h definitions from linuxLaurent Vivier
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier
2018-05-25linux-user: move ppc socket.h definitions to ppc/sockbits.hLaurent Vivier
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier
2018-05-25linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier
2018-05-25linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier
2018-05-25linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov
2018-05-25linux-user: update netlink emulationLaurent Vivier
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell
2018-05-11linux-user: fix UNAME_MACHINE for sparc/sparc64Laurent Vivier
2018-05-11linux-user: add sparc/sparc64 specific errnoLaurent Vivier
2018-05-11linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier
2018-05-11linux-user: update sparc/syscall_nr.h to linux header 4.16Laurent Vivier
2018-05-11linux-user: fix flock/flock64 paddingLaurent Vivier
2018-05-11linux-user: define correct fcntl() values for sparcLaurent Vivier
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon