Age | Commit message (Expand) | Author |
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 |
2018-06-04 | linux-user: move hppa fcntl definitions to hppa/target_fcntl.h | Laurent Vivier |
2018-06-04 | linux-user: move alpha fcntl definitions to alpha/target_fcntl.h | Laurent Vivier |
2018-06-04 | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier |
2018-06-04 | syscall: replace strcpy() by g_strlcpy() | Philippe Mathieu-Daudé |
2018-05-29 | target-microblaze: Make special registers 64-bit | Edgar E. Iglesias |
2018-05-25 | linux-user: define TARGET_SO_REUSEPORT | Laurent Vivier |
2018-05-25 | linux-user: copy sparc/sockbits.h definitions from linux | Laurent Vivier |
2018-05-25 | linux-user: update ARCH_HAS_SOCKET_TYPES use | Laurent Vivier |
2018-05-25 | linux-user: move ppc socket.h definitions to ppc/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move socket.h generic definitions to generic/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move alpha socket.h definitions to alpha/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: move mips socket.h definitions to mips/sockbits.h | Laurent Vivier |
2018-05-25 | linux-user: Fix payload size logic in host_to_target_cmsg() | Peter Maydell |
2018-05-25 | linux-user: update comments to point to tcg_exec_init() | Igor Mammedov |
2018-05-25 | linux-user: update netlink emulation | Laurent Vivier |
2018-05-15 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r... | Peter Maydell |
2018-05-11 | linux-user: fix UNAME_MACHINE for sparc/sparc64 | Laurent Vivier |
2018-05-11 | linux-user: add sparc/sparc64 specific errno | Laurent Vivier |
2018-05-11 | linux-user: fix conversion of flock/flock64 l_type field | Laurent Vivier |
2018-05-11 | linux-user: update sparc/syscall_nr.h to linux header 4.16 | Laurent Vivier |
2018-05-11 | linux-user: fix flock/flock64 padding | Laurent Vivier |
2018-05-11 | linux-user: define correct fcntl() values for sparc | Laurent Vivier |
2018-05-10 | target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode | Richard Henderson |
2018-05-03 | linux-user: remove useless padding in flock64 structure | Laurent Vivier |
2018-05-03 | linux-user: introduce target_sigsp() and target_save_altstack() | Laurent Vivier |
2018-05-03 | linux-user: ARM-FDPIC: Add support for signals for FDPIC targets | Christophe Lyon |