Age | Commit message (Expand) | Author |
2018-08-16 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int... | Peter Maydell |
2018-08-16 | linux-user: Add preprocessor availability control to some syscalls | Aleksandar Rikalo |
2018-08-16 | linux-user: Update MIPS syscall numbers up to kernel 4.18 headers | Aleksandar Markovic |
2018-08-16 | target/arm: Add sve-max-vq cpu property to -cpu max | Richard Henderson |
2018-07-31 | linux-user: ppc64: don't use volatile register during safe_syscall | Shivaprasad G Bhat |
2018-07-31 | linux-user/mmap.c: handle invalid len maps correctly | Alex Bennée |
2018-07-22 | linux-user/ppc: Implement swapcontext syscall | Richard Henderson |
2018-07-22 | linux-user: fix ELF load alignment error | Laurent Vivier |
2018-07-15 | Zero out the host's `msg_control` buffer | Jonas Schievink |
2018-07-15 | linux-user: fix mmap_find_vma_reserved() | Laurent Vivier |
2018-07-15 | linux-user: convert remaining fcntl() to safe_fcntl() | Laurent Vivier |
2018-07-15 | linux-user: ppc64: use the correct values for F_*LK64s | Shivaprasad G Bhat |
2018-07-09 | linux-user: Report error message on stderr, rather than stdout | Philippe Mathieu-Daudé |
2018-07-09 | linux-user: Do not report "syscall not implemented" by default | Philippe Mathieu-Daudé |
2018-07-09 | linux-user: Do not report "Unsupported syscall" by default | Philippe Mathieu-Daudé |
2018-07-05 | linux-user: add gcov support to preexit_cleanup | Alex Bennée |
2018-07-05 | linux-user: introduce preexit_cleanup | Alex Bennée |
2018-07-04 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re... | Peter Maydell |
2018-07-03 | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging | Peter Maydell |
2018-07-03 | linux-user/strace: Improve recvmsg() output | Philippe Mathieu-Daudé |
2018-07-03 | linux-user/strace: Improve capget()/capset() output | Philippe Mathieu-Daudé |
2018-07-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into... | Peter Maydell |
2018-07-03 | linux-user: Fix struct sigaltstack for openrisc | Richard Henderson |
2018-07-03 | linux-user: Implement signals for openrisc | Richard Henderson |
2018-07-03 | target/ppc: Remove POWERPC_EXCP_STCX | Richard Henderson |
2018-07-02 | linux-user: update do_setsockopt() | Laurent Vivier |
2018-07-02 | linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT | Laurent Vivier |
2018-07-02 | linux-user: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-29 | target/arm: Implement ARMv8.2-DotProd | Richard Henderson |
2018-06-29 | target/arm: Enable SVE for aarch64-linux-user | Richard Henderson |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini |
2018-06-15 | tcg: remove tb_lock | Emilio G. Cota |
2018-06-11 | linux-user/sparc64: Add inotify_rm_watch and tee syscalls | Richard Henderson |
2018-06-11 | linux-user/microblaze: Fix typo in accept4 syscall | Richard Henderson |
2018-06-11 | linux-user/hppa: Fix typo in mknodat syscall | Richard Henderson |
2018-06-11 | linux-user/alpha: Fix epoll syscalls | Richard Henderson |
2018-06-11 | linux-user: Use is_error() to avoid warnings and make the code clearer | Philippe Mathieu-Daudé |
2018-06-11 | linux-user: Export use is_error(), use it to avoid warnings | Philippe Mathieu-Daudé |
2018-06-04 | linux-user: remove useless #if | Laurent Vivier |
2018-06-04 | linux-user: move hppa signal definitions to hppa/target_signal.h | Laurent Vivier |
2018-06-04 | linux-user: move alpha signal definitions to alpha/target_signal.h | Laurent Vivier |
2018-06-04 | linux-user: move openrisc signal definitions to openrisc/target_signal.h | Laurent Vivier |
2018-06-04 | linux-user: move mips signal definitions to mips/target_signal.h | Laurent Vivier |
2018-06-04 | linux-user: move sparc signal definitions to sparc/target_signal.h | Laurent Vivier |
2018-06-04 | linux-user: move generic signal definitions to generic/signal.h | Laurent Vivier |
2018-06-04 | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier |
2018-06-04 | linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h | Laurent Vivier |
2018-06-04 | linux-user: move ppc fcntl definitions to ppc/target_fcntl.h | Laurent Vivier |
2018-06-04 | linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h | Laurent Vivier |
2018-06-04 | linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar... | Laurent Vivier |