aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2019-10-28linux-user/riscv: Propagate fault addressGiuseppe Musacchio1-1/+2
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-10-24linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson1-0/+1
2019-10-21linux-user/syscall: Align target_sockaddr fields using ABI typesPhilippe Mathieu-Daudé1-17/+17
2019-10-21linux-user/strace: Let print_sockaddr() have a 'last' argumentPhilippe Mathieu-Daudé1-5/+5
2019-10-21linux-user/strace: Improve bind() outputPhilippe Mathieu-Daudé2-2/+15
2019-10-21linux-user/strace: Add print_sockfd()Philippe Mathieu-Daudé1-7/+16
2019-10-21linux-user/strace: Dump AF_NETLINK sockaddr contentPhilippe Mathieu-Daudé1-0/+37
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé2-2/+11
2019-10-21linux-user/strace: Improve settimeofday()Philippe Mathieu-Daudé2-1/+14
2019-10-21linux-user/strace: Add print_timezone()Philippe Mathieu-Daudé1-0/+20
2019-10-21linux-user/strace: Display invalid pointer in print_timeval()Philippe Mathieu-Daudé1-1/+3
2019-10-21Fix unsigned integer underflow in fd-trans.cShu-Chun Weng1-11/+40
2019-10-21linux-user: add strace for dup3Andreas Schwab1-0/+3
2019-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927'...Peter Maydell2-6/+0
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée2-6/+0
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée1-1/+3
2019-09-11linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctlsAleksandar Markovic2-0/+8
2019-09-11linux-user: Add support for FDMSGON and FDMSGOFF ioctlsAleksandar Markovic2-0/+4
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su3-0/+7
2019-09-11linux-user: Add support for FIOGETOWN and FIOSETOWN ioctlsAleksandar Markovic2-0/+6
2019-09-11linux-user: Add support for RNDRESEEDCRNG ioctlAleksandar Markovic2-0/+4
2019-09-11linux-user: drop redundant handling of environment variablesMax Filippov1-7/+0
2019-09-11target/xtensa: linux-user: add call0 ABI supportMax Filippov2-8/+28
2019-09-11linux-user: Support gdb 'qOffsets' query for ELFJosh Kunz1-0/+2
2019-09-11linux-user/arm: Adjust MAX_RESERVED_VA for M-profileRichard Henderson1-3/+21
2019-09-11linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson2-19/+26
2019-09-11linux-user: add memfd_createShu-Chun Weng1-0/+12
2019-09-11linux-user: fail and report on bad dfilter specsAlex Bennée1-1/+1
2019-09-11linux-user: erroneous fd_trans_unregister callShu-Chun Weng1-1/+0
2019-09-10linux-user: Add AT_HWCAP2 for aarch64-linux-userRichard Henderson1-4/+27
2019-09-10linux-user: remove useless variableLaurent Vivier1-6/+4
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson1-1/+1
2019-08-19target/mips: rationalise softfloat includesAlex Bennée1-0/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster4-1/+3
2019-07-26linux-user: Make sigaltstack stacks per-threadPeter Maydell5-18/+28
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé4-38/+159
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont1-1/+3
2019-07-16linux-user: Fix structure target_ucontext for MIPSAleksandar Markovic1-3/+2
2019-07-04Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...Peter Maydell1-1/+14
2019-07-02linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good functionLaurent Vivier1-6/+6
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic1-0/+17
2019-07-02linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCKAleksandar Markovic2-7/+18
2019-07-02linux-user: Fix target_flock structure for MIPS O64 ABIAleksandar Markovic2-1/+5
2019-07-02linux-user: Add support for strace for statx() syscallJim Wilson2-0/+89
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo2-1/+151
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell5-183/+1
2019-06-26linux-user/m68k: remove simulator syscall interfaceLaurent Vivier5-183/+1
2019-06-25RISC-V: Update syscall list for 32-bit support.Jim Wilson1-1/+14