Age | Commit message (Expand) | Author | Files | Lines |
2018-07-31 | linux-user: ppc64: don't use volatile register during safe_syscall | Shivaprasad G Bhat | 1 | -2/+6 |
2018-07-31 | linux-user/mmap.c: handle invalid len maps correctly | Alex Bennée | 1 | -3/+12 |
2018-07-22 | linux-user/ppc: Implement swapcontext syscall | Richard Henderson | 3 | -0/+64 |
2018-07-22 | linux-user: fix ELF load alignment error | Laurent Vivier | 2 | -1/+10 |
2018-07-15 | Zero out the host's `msg_control` buffer | Jonas Schievink | 1 | -0/+2 |
2018-07-15 | linux-user: fix mmap_find_vma_reserved() | Laurent Vivier | 1 | -7/+12 |
2018-07-15 | linux-user: convert remaining fcntl() to safe_fcntl() | Laurent Vivier | 1 | -1/+1 |
2018-07-15 | linux-user: ppc64: use the correct values for F_*LK64s | Shivaprasad G Bhat | 1 | -46/+80 |
2018-07-09 | linux-user: Report error message on stderr, rather than stdout | Philippe Mathieu-Daudé | 5 | -7/+7 |
2018-07-09 | linux-user: Do not report "syscall not implemented" by default | Philippe Mathieu-Daudé | 4 | -7/+7 |
2018-07-09 | linux-user: Do not report "Unsupported syscall" by default | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-07-05 | linux-user: add gcov support to preexit_cleanup | Alex Bennée | 1 | -0/+7 |
2018-07-05 | linux-user: introduce preexit_cleanup | Alex Bennée | 4 | -9/+39 |
2018-07-04 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re... | Peter Maydell | 2 | -3/+7 |
2018-07-03 | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging | Peter Maydell | 4 | -155/+94 |
2018-07-03 | linux-user/strace: Improve recvmsg() output | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-07-03 | linux-user/strace: Improve capget()/capset() output | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-07-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into... | Peter Maydell | 1 | -99/+22 |
2018-07-03 | linux-user: Fix struct sigaltstack for openrisc | Richard Henderson | 1 | -1/+1 |
2018-07-03 | linux-user: Implement signals for openrisc | Richard Henderson | 3 | -154/+93 |
2018-07-03 | target/ppc: Remove POWERPC_EXCP_STCX | Richard Henderson | 1 | -99/+22 |
2018-07-02 | linux-user: update do_setsockopt() | Laurent Vivier | 1 | -0/+2 |
2018-07-02 | linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT | Laurent Vivier | 1 | -0/+2 |
2018-07-02 | linux-user: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-06-29 | target/arm: Implement ARMv8.2-DotProd | Richard Henderson | 1 | -0/+1 |
2018-06-29 | target/arm: Enable SVE for aarch64-linux-user | Richard Henderson | 1 | -0/+1 |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini | 1 | -1/+0 |
2018-06-15 | tcg: remove tb_lock | Emilio G. Cota | 1 | -3/+0 |
2018-06-11 | linux-user/sparc64: Add inotify_rm_watch and tee syscalls | Richard Henderson | 1 | -2/+2 |
2018-06-11 | linux-user/microblaze: Fix typo in accept4 syscall | Richard Henderson | 1 | -1/+1 |
2018-06-11 | linux-user/hppa: Fix typo in mknodat syscall | Richard Henderson | 1 | -1/+1 |
2018-06-11 | linux-user/alpha: Fix epoll syscalls | Richard Henderson | 2 | -12/+3 |
2018-06-11 | linux-user: Use is_error() to avoid warnings and make the code clearer | Philippe Mathieu-Daudé | 1 | -6/+9 |
2018-06-11 | linux-user: Export use is_error(), use it to avoid warnings | Philippe Mathieu-Daudé | 2 | -5/+5 |
2018-06-04 | linux-user: remove useless #if | Laurent Vivier | 1 | -10/+0 |
2018-06-04 | linux-user: move hppa signal definitions to hppa/target_signal.h | Laurent Vivier | 2 | -52/+46 |
2018-06-04 | linux-user: move alpha signal definitions to alpha/target_signal.h | Laurent Vivier | 2 | -49/+47 |
2018-06-04 | linux-user: move openrisc signal definitions to openrisc/target_signal.h | Laurent Vivier | 2 | -9/+9 |
2018-06-04 | linux-user: move mips signal definitions to mips/target_signal.h | Laurent Vivier | 3 | -55/+100 |
2018-06-04 | linux-user: move sparc signal definitions to sparc/target_signal.h | Laurent Vivier | 4 | -75/+50 |
2018-06-04 | linux-user: move generic signal definitions to generic/signal.h | Laurent Vivier | 17 | -50/+87 |
2018-06-04 | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier | 60 | -177/+83 |
2018-06-04 | linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h | Laurent Vivier | 2 | -39/+34 |
2018-06-04 | linux-user: move ppc fcntl definitions to ppc/target_fcntl.h | Laurent Vivier | 2 | -6/+7 |
2018-06-04 | linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h | Laurent Vivier | 2 | -29/+29 |
2018-06-04 | linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar... | Laurent Vivier | 4 | -6/+18 |
2018-06-04 | linux-user: move hppa fcntl definitions to hppa/target_fcntl.h | Laurent Vivier | 2 | -33/+32 |
2018-06-04 | linux-user: move alpha fcntl definitions to alpha/target_fcntl.h | Laurent Vivier | 2 | -30/+31 |
2018-06-04 | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier | 23 | -128/+363 |
2018-06-04 | syscall: replace strcpy() by g_strlcpy() | Philippe Mathieu-Daudé | 1 | -1/+2 |