Age | Commit message (Expand) | Author |
2020-08-23 | linux-user: Fix 'utimensat()' implementation | Filip Bozuta |
2020-08-23 | linux-user: Add support for a group of 2038 safe syscalls | Filip Bozuta |
2020-08-23 | linux-user: Modify 'target_to_host/host_to_target_itimerspec()' | Filip Bozuta |
2020-08-23 | linux-user: Adjust guest page protection for the host | Richard Henderson |
2020-08-23 | linux-user: Validate mmap/mprotect prot value | Richard Henderson |
2020-08-23 | linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value | Filip Bozuta |
2020-08-21 | meson: linux-user | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-27 | linux-user: Use getcwd syscall directly | Andreas Schwab |
2020-07-27 | linux-user: Fix syscall rt_sigtimedwait() implementation | Filip Bozuta |
2020-07-27 | linux-user: Ensure mmap_min_addr is non-zero | Richard Henderson |
2020-07-27 | linux-user, ppc: fix clock_nanosleep() for linux-user-ppc | Laurent Vivier |
2020-07-27 | linux-user: fix clock_nanosleep() | Laurent Vivier |
2020-07-27 | linux-user: don't use MAP_FIXED in pgd_find_hole_fallback | Alex Bennée |
2020-07-14 | linux-user: fix print_syscall_err() when syscall returned value is negative | Laurent Vivier |
2020-07-14 | linux-user: fix the errno value in print_syscall_err() | Laurent Vivier |
2020-07-13 | linux-user: add netlink RTM_SETLINK command | Laurent Vivier |
2020-07-13 | linux-user: add new netlink types | Laurent Vivier |
2020-07-13 | linux-user: Fix Coverity CID 1430271 / CID 1430272 | Laurent Vivier |
2020-07-13 | linux-user: refactor ipc syscall and support of semtimedop syscall | Matus Kysel |
2020-07-13 | linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols | Josh Kunz |
2020-07-11 | linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va | Alex Bennée |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-04 | linux-user: Add strace support for printing arguments of ioctl() | Filip Bozuta |
2020-06-29 | linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS | Filip Bozuta |
2020-06-29 | linux-user: Add strace support for printing arguments of fallocate() | Filip Bozuta |
2020-06-29 | linux-user: Add strace support for printing arguments of chown()/lchown() | Filip Bozuta |
2020-06-29 | linux-user: Add strace support for printing arguments of lseek() | Filip Bozuta |
2020-06-29 | linux-user: Add strace support for printing argument of syscalls used for ext... | Filip Bozuta |
2020-06-29 | linux-user: Add strace support for a group of syscalls | Filip Bozuta |
2020-06-29 | linux-user: Extend strace support to enable argument printing after syscall e... | Filip Bozuta |
2020-06-29 | linux-user: syscall: ioctls: support DRM_IOCTL_VERSION | Chen Gang |
2020-06-29 | linux-user/sparc64: Fix the handling of window spill trap | Giuseppe Musacchio |
2020-06-08 | linux-user: detect overflow of MAP_FIXED mmap | Alex Bennée |
2020-06-08 | linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit | Alex Bennée |
2020-06-08 | linux-user: provide fallback pgd_find_hole for bare chroots | Alex Bennée |
2020-06-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell |
2020-06-05 | linux-user: implement OFD locks | Andreas Schwab |
2020-06-05 | linux-user/mmap.c: fix integer underflow in target_mremap | Jonathan Marler |
2020-06-05 | linux-user/strace.list: fix epoll_create{,1} -strace output | Sergei Trofimovich |
2020-06-05 | linux-user: Add support for /proc/cpuinfo on hppa platform | Helge Deller |
2020-05-29 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2... | Peter Maydell |
2020-05-28 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2... | Peter Maydell |
2020-05-28 | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS | Alex Bennée |
2020-05-27 | linux-user: return target error codes for socket() and prctl() | Helge Deller |
2020-05-27 | linux-user, alpha: fix oldumount syscall | Laurent Vivier |
2020-05-27 | linux-user: properly "unrealize" vCPU object | Alex Bennée |
2020-05-27 | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin |
2020-05-21 | linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32 | Peter Maydell |
2020-05-21 | linux-user/arm: Reset CPSR_E when entering a signal handler | Amanieu d'Antras |