1. b9f9908 linux-user: fix error propagation in clock_gettime by Max Filippov · 7 years ago
  2. a23ea40 linux-user: fix mq_getsetattr implementation by Max Filippov · 7 years ago
  3. 73a988d linux-user: call cpu_copy under clone_lock by Max Filippov · 7 years ago
  4. e1e44a9 Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging by Peter Maydell · 7 years ago
  5. ba7651f target/xtensa: add linux-user support by Max Filippov · 8 years ago
  6. 5590190 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
  7. 21b869a linux-user: fix assertion in shmdt by Max Filippov · 7 years ago
  8. e530acd linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
  9. 3c5f6a5 linux-user: fix assertion in shmdt by Max Filippov · 7 years ago
  10. ebf9a36 linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
  11. d4247ec linux-user: Support f_flags in statfs when available. by Shea Levy · 7 years ago
  12. 85fc716 linux-user: Implement aarch64 PR_SVE_SET/GET_VL by Richard Henderson · 7 years ago
  13. 47ae93c RISC-V Linux User Emulation by Michael Clark · 7 years ago
  14. 5fdefcf linux-user: Fix sched_getaffinity mask size by Samuel Thibault · 7 years ago
  15. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  16. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  17. b1cef6d Drop remaining bits of ia64 host support by Peter Maydell · 7 years ago
  18. 95d0307 linux-user: implement renameat2 by Andreas Schwab · 7 years ago
  19. b827c3e linux-user: Add getcpu() support by Samuel Thibault · 7 years ago
  20. 2e0a871 linux-user: Fix sched_get/setaffinity conversion by Samuel Thibault · 7 years ago
  21. 10fa993 linux-user: Translate flags argument to dup3 syscall by Peter Maydell · 7 years ago
  22. ad762b9 linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr) by Peter Maydell · 7 years ago
  23. 7174970 linux-user: Fix length calculations in host_to_target_cmsg() by Peter Maydell · 7 years ago
  24. 78bfef7 linux-user: Handle rt_sigaction correctly for SPARC by Peter Maydell · 7 years ago
  25. a8b154a linux-user: return EINVAL from prctl(PR_*_SECCOMP) by James Cowgill · 7 years ago
  26. a4dd3d5 linux-user: fix 'finshed' typo in comment by Emilio G. Cota · 7 years ago
  27. 8bf8e9d linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64 by James Clarke · 7 years ago
  28. 541e169 linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB by Helge Deller · 7 years ago
  29. 3468b59 tcg: enable multiple TCG contexts in softmmu by Emilio G. Cota · 7 years ago
  30. f2a48d6 Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' into staging by Peter Maydell · 7 years ago
  31. d6d6d6f linux-user: Add some random ioctls by Marco A L Barbosa · 7 years ago
  32. 2de123a linux-user: remove duplicate break in syscall by Carlo Marcelo Arenas Belón · 7 years ago
  33. dd13df0 linux-user: remove duplicate break in syscall by Carlo Marcelo Arenas Belón · 7 years ago
  34. 5f9cee4 linux-user: fix O_TMPFILE handling by Riku Voipio · 7 years ago
  35. 2a96a55 Revert "rcu: do not create thread in pthread_atfork callback" by Paolo Bonzini · 9 years ago
  36. bdf211f Revert "syscall: fix dereference of undefined pointer" by Peter Maydell · 7 years ago
  37. b929f7e syscall: check inotify() and eventfd() return value by Philippe Mathieu-Daudé · 7 years ago
  38. 6860710 syscall: fix use of uninitialized values by Philippe Mathieu-Daudé · 7 years ago
  39. bc658e4 syscall: fix dereference of undefined pointer by Philippe Mathieu-Daudé · 7 years ago
  40. bd88c78 qom/cpu: remove host_tid field by Alex Bennée · 7 years ago
  41. cf8b8bf linux-user: add support for rt_tgsigqueueinfo() system call by Miloš Stojanović · 8 years ago
  42. c1a402a linux-user: fix argument type declaration of rt_sigqueinfo() syscall by Miloš Stojanović · 8 years ago
  43. d8b6d89 linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall by Miloš Stojanović · 8 years ago
  44. a8617d8 linux-user: fix ssetmask() system call by Miloš Stojanović · 8 years ago
  45. 58de8b9 linux-user: remove all traces of qemu from /proc/self/cmdline by Andreas Schwab · 8 years ago
  46. b936cb5 linux-user: allocate heap memory for execve arguments by Prasad J Pandit · 8 years ago
  47. c4e316c linux-user: fix inotify by Laurent Vivier · 8 years ago
  48. 43046b5 linux-user: fix fadvise64_64() on ppc by Laurent Vivier · 8 years ago
  49. 562a20b linux-user: fix eventfd by Laurent Vivier · 8 years ago
  50. 04b9bcf linux-user: call fd_trans_target_to_host_data() for write() by Laurent Vivier · 8 years ago
  51. 98a3331 syscall: fixed mincore(2) not failing with ENOMEM by Franklin \"Snaipe\" Mathieu · 8 years ago
  52. ee1ac3a linux-user: Add sockopts for IPv6 ping and IPv6 traceroute by Helge Deller · 8 years ago
  53. 7eddb5d linux-user: fix fork() by Laurent Vivier · 8 years ago
  54. 40c80b5 linux-user: fix settime old value location by Marc-André Lureau · 8 years ago
  55. a1488b8 linux-user: manage two new IFLA host message types by Laurent Vivier · 8 years ago
  56. 2640077 linux-user: Fix mq_open by Lena Djokic · 8 years ago
  57. 77c6850 linux-user: Fix readahead by Lena Djokic · 8 years ago
  58. fea243e linux-user: Fix inotify_init1 support by Lena Djokic · 8 years ago
  59. 40493c5 linux-user: fix "apt-get update" on linux-user hppa by Laurent Vivier · 8 years ago
  60. fe8ed7d linux-user: Handle ERFKILL and EHWPOISON by Richard Henderson · 8 years ago
  61. 8cb762f linux-user: Handle TIOCSTART and TIOCSTOP by Helge Deller · 8 years ago
  62. b67cb68 linux-user: enable parallel code generation on clone by Alex Bennée · 8 years ago
  63. f8d00fb linux-user: added support for pwritev() system call. by Dejan Jovicevic · 8 years ago
  64. 0f26386 linux-user: added support for preadv() system call. by Dejan Jovicevic · 8 years ago
  65. 5a03cd0 linux-user: Add support for syncfs() syscall by Aleksandar Markovic · 8 years ago
  66. 38860a0 linux-user: Add support for clock_adjtime() syscall by Aleksandar Markovic · 8 years ago
  67. 04c95f4 linux-user: Don't use alloca() for epoll_wait's epoll event array by Peter Maydell · 8 years ago
  68. 434f286 linux-user: add RTA_PRIORITY in netlink by Laurent Vivier · 8 years ago
  69. 2f14788 linux-user: add kcmp() syscall by Laurent Vivier · 8 years ago
  70. da2c8ad linux-user: Fix syslog() syscall support by Aleksandar Markovic · 8 years ago
  71. ff71a45 linux-user: Fix socketcall() syscall support by Aleksandar Markovic · 8 years ago
  72. da39db6 linux-user: Fix msgrcv() and msgsnd() syscalls support by Aleksandar Markovic · 8 years ago
  73. c7536ab linux-user: Fix mq_open() syscall support by Aleksandar Markovic · 8 years ago
  74. 19f59bc linux-user: Add support for adjtimex() syscall by Aleksandar Markovic · 8 years ago
  75. a20fd90 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  76. 0839f11 linux-user: include <poll.h> instead of <sys/poll.h> by Felix Janda · 8 years ago
  77. dd1f634 linux-user/syscall: extend lock around cpu-list by Alex Bennée · 8 years ago
  78. 0444a3b linux-user: Add missing TARGET_EDQUOT error code for Mips by Aleksandar Markovic · 8 years ago
  79. d7779ac linux-user: Fix certain argument alignment cases for Mips64 by Aleksandar Markovic · 8 years ago
  80. 5457dc9 linux-user: fix TARGET_NR_select by Laurent Vivier · 8 years ago
  81. 5ea2fc8 linux-user: Sanity check clone flags by Peter Maydell · 8 years ago
  82. 7cfbd38 linux-user: Remove unnecessary nptl_flags variable from do_fork() by Peter Maydell · 8 years ago
  83. 9d2803f linux-user: Pass si_type information to queue_signal() explicitly by Peter Maydell · 8 years ago
  84. ee8e761 linux-user: Use correct target SHMLBA in shmat() by Peter Maydell · 8 years ago
  85. f9757b1 linux-user: Fix incorrect use of host errno in do_ioctl_dm() by Peter Maydell · 8 years ago
  86. 3211215 linux-user: Check lock_user() return value for NULL by Peter Maydell · 8 years ago
  87. ce9c139 linux-user: Range check the nfds argument to ppoll syscall by Peter Maydell · 8 years ago
  88. 2ba7fae3 linux-user: Check for bad event numbers in epoll_wait by Peter Maydell · 8 years ago
  89. 700fa58 linux-user: Use direct syscall for utimensat by Peter Maydell · 8 years ago
  90. 26a6fc9 linux-user: Allow bad msg_name for recvfrom on connected socket by Peter Maydell · 8 years ago
  91. 97b0797 linux-user: Fix errno for sendrecvmsg with large iovec length by Peter Maydell · 8 years ago
  92. dab32b3 linux-user: Fix handling of iovec counts by Peter Maydell · 8 years ago
  93. 60c6b79 syscall.c: Redefine IFLA_* enums by Michal Privoznik · 8 years ago
  94. aee5f8f Revert "syscall.c: Fix build with older linux-headers" by Michal Privoznik · 8 years ago
  95. 9fea273 linux-user: Fix llseek with high bit of offset_low set by Peter Maydell · 8 years ago
  96. 9c37146 syscall.c: Fix build with older linux-headers by Michal Privoznik · 8 years ago
  97. ef4330c linux-user: Handle brk() attempts with very large sizes by Peter Maydell · 8 years ago
  98. 005eb2a linux-user: Fix target_semid_ds structure definition by Peter Maydell · 8 years ago
  99. 332c978 linux-user: Don't write off end of new_utsname buffer by Peter Maydell · 8 years ago
  100. ba4b3f6 linux-user: Fix memchr() argument in open_self_cmdline() by Peter Maydell · 8 years ago