summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-031-99/+22Star
|\
| * target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2018-07-031-99/+22Star
* | linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
|/
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-291-0/+1
* target/arm: Enable SVE for aarch64-linux-userRichard Henderson2018-06-291-0/+1
* move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-1/+0Star
* tcg: remove tb_lockEmilio G. Cota2018-06-151-3/+0Star
* linux-user/sparc64: Add inotify_rm_watch and tee syscallsRichard Henderson2018-06-111-2/+2
* linux-user/microblaze: Fix typo in accept4 syscallRichard Henderson2018-06-111-1/+1
* linux-user/hppa: Fix typo in mknodat syscallRichard Henderson2018-06-111-1/+1
* linux-user/alpha: Fix epoll syscallsRichard Henderson2018-06-112-12/+3Star
* linux-user: Use is_error() to avoid warnings and make the code clearerPhilippe Mathieu-Daudé2018-06-111-6/+9
* linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé2018-06-112-5/+5
* linux-user: remove useless #ifLaurent Vivier2018-06-041-10/+0Star
* linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier2018-06-042-52/+46Star
* linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier2018-06-042-49/+47Star
* linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier2018-06-042-9/+9
* linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier2018-06-043-55/+100
* linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier2018-06-044-75/+50Star
* linux-user: move generic signal definitions to generic/signal.hLaurent Vivier2018-06-0417-50/+87
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-0460-177/+83Star
* linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier2018-06-042-39/+34Star
* linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier2018-06-042-6/+7
* linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier2018-06-042-29/+29
* linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier2018-06-044-6/+18
* linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier2018-06-042-33/+32Star
* linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier2018-06-042-30/+31
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-0423-128/+363
* syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé2018-06-041-1/+2
* target-microblaze: Make special registers 64-bitEdgar E. Iglesias2018-05-291-2/+2
* linux-user: define TARGET_SO_REUSEPORTLaurent Vivier2018-05-253-5/+2Star
* linux-user: copy sparc/sockbits.h definitions from linuxLaurent Vivier2018-05-251-39/+92
* linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier2018-05-255-132/+44Star
* linux-user: move ppc socket.h definitions to ppc/sockbits.hLaurent Vivier2018-05-252-9/+25
* linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier2018-05-2517-61/+82
* linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.hLaurent Vivier2018-05-253-42/+97
* linux-user: move alpha socket.h definitions to alpha/sockbits.hLaurent Vivier2018-05-252-105/+114
* linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier2018-05-253-104/+113
* linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell2018-05-251-1/+2
* linux-user: update comments to point to tcg_exec_init()Igor Mammedov2018-05-251-3/+2Star
* linux-user: update netlink emulationLaurent Vivier2018-05-251-0/+58
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell2018-05-157-33/+326
|\
| * linux-user: fix UNAME_MACHINE for sparc/sparc64Laurent Vivier2018-05-112-2/+2
| * linux-user: add sparc/sparc64 specific errnoLaurent Vivier2018-05-113-1/+211
| * linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier2018-05-111-18/+48
| * linux-user: update sparc/syscall_nr.h to linux header 4.16Laurent Vivier2018-05-112-9/+43
| * linux-user: fix flock/flock64 paddingLaurent Vivier2018-05-111-3/+13
| * linux-user: define correct fcntl() values for sparcLaurent Vivier2018-05-111-0/+9
* | target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson2018-05-101-0/+1
|/
* linux-user: remove useless padding in flock64 structureLaurent Vivier2018-05-033-28/+18Star