1. f443a26 linux-user: Don't require PROT_READ for mincore by Thomas Weißschuh · 1 year, 11 months ago
  2. 7f696cdd linux-user: Add open_tree() syscall by Thomas Weißschuh · 1 year, 11 months ago
  3. 4b2d275 linux-user: Add move_mount() syscall by Thomas Weißschuh · 1 year, 11 months ago
  4. 59d1172 linux-user: report ENOTTY for unknown ioctls by Thomas Weißschuh · 1 year, 10 months ago
  5. 8ddc171 linux-user: Emulate /proc/cpuinfo output for riscv by Afonso Bordado · 2 years ago
  6. 49840a4 accel/tcg: Pass last not end to page_set_flags by Richard Henderson · 2 years ago
  7. 720ace2 *: Add missing includes of qemu/plugin.h by Richard Henderson · 2 years ago
  8. 895ce8b linux-user: Emulate CLONE_PIDFD flag in clone() by Helge Deller · 2 years, 3 months ago
  9. fe08059 linux-user: Add translation for argument of msync() by Helge Deller · 2 years, 3 months ago
  10. 44cf673 linux-user: fix sockaddr_in6 endianness by Mathis Marion · 2 years ago
  11. 86f0473 linux-user: Fix brk() to release pages by Helge Deller · 2 years, 2 months ago
  12. 25bb27c linux-user: fill out task state in /proc/self/stat by Andreas Schwab · 2 years ago
  13. 9c1da8b linux-user: Fix unaligned memory access in prlimit64 syscall by Ilya Leoshkevich · 2 years ago
  14. d759a62 linux-user: fix timerfd read endianness conversion by Mathis Marion · 2 years ago
  15. 258bec3 linux-user: Fix access to /proc/self/exe by Helge Deller · 2 years, 3 months ago
  16. 7de0816 linux-user: Always exit from exclusive state in fork_end() by Ilya Leoshkevich · 2 years, 1 month ago
  17. 3f0744f linux-user: Allow sendmsg() without IOV by Helge Deller · 2 years, 3 months ago
  18. 27404b6 linux-user: Implement SOL_ALG encryption support by Helge Deller · 2 years, 3 months ago
  19. e0174af linux-user: Fix /proc/cpuinfo output for hppa by Helge Deller · 2 years, 1 month ago
  20. cb88b7c linux-user: Fix SO_ERROR return code of getsockopt() by Helge Deller · 2 years, 1 month ago
  21. 6003159 Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h" by Daniel P. Berrangé · 2 years, 2 months ago
  22. 9f02465 Revert "linux-user: add more compat ioctl definitions" by Daniel P. Berrangé · 2 years, 2 months ago
  23. 6490d9a linux-user: un-parent OBJECT(cpu) when closing thread by Richard Henderson · 2 years, 1 month ago
  24. 55bbe4d linux-user/syscall: Implement execveat() by Drew DeVault · 2 years, 4 months ago
  25. 156e1f6 linux-user/syscall: Extract do_execve() from do_syscall1() by Drew DeVault · 2 years, 4 months ago
  26. 3d55833 Drop more useless casts from void * to pointer by Markus Armbruster · 2 years, 3 months ago
  27. 16c81dd linux-user: always translate cmsg when recvmsg by Icenowy Zheng · 2 years, 4 months ago
  28. af804f3 linux-user: Add close_range() syscall by Helge Deller · 2 years, 4 months ago
  29. bd5ccd6 linux-user: Add guest memory layout to exception dump by Helge Deller · 2 years, 4 months ago
  30. 35a2c85 linux-user: Implement faccessat2 by WANG Xuerui · 2 years, 5 months ago
  31. c5495f4 linux-user: add more compat ioctl definitions by Daniel P. Berrangé · 2 years, 5 months ago
  32. 00ed8a3 linux-user: don't use AT_EXECFD in do_openat() by Laurent Vivier · 2 years, 5 months ago
  33. f07eb1c linux-user: handle /proc/self/exe with execve() syscall by Laurent Vivier · 2 years, 5 months ago
  34. 46187d7 linux-user: fix pidfd_send_signal() by Laurent Vivier · 2 years, 5 months ago
  35. eeed229 linux-user: Fix more MIPS n32 syscall ABI issues by WANG Xuerui · 2 years, 5 months ago
  36. c72a90d linux-user: Implement PI futexes by Richard Henderson · 2 years, 6 months ago
  37. 0f94673 linux-user: Convert signal number for FUTEX_FD by Richard Henderson · 2 years, 6 months ago
  38. a6180f8 linux-user: Implement FUTEX_WAKE_BITSET by Richard Henderson · 2 years, 6 months ago
  39. 57b9ccd linux-user: Sink call to do_safe_futex by Richard Henderson · 2 years, 6 months ago
  40. 0fbc0f8 linux-user: Combine do_futex and do_futex_time64 by Richard Henderson · 2 years, 6 months ago
  41. 9e59899 linux-user: Don't assume 0 is not a valid host timer_t value by Peter Maydell · 2 years, 7 months ago
  42. 9b9145f linux-user: fix bug about missing signum convert of sigqueue by fanwenjie · 2 years, 6 months ago
  43. 0a3346b linux-user/hppa: Increase guest stack size to 80MB for hppa target by Helge Deller · 2 years, 5 months ago
  44. cc054c6 linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls by Helge Deller · 2 years, 6 months ago
  45. 65d4830 linux-user: fix readlinkat handling with magic exe symlink by Jameson Nash · 2 years, 7 months ago
  46. 976a55c Revert "linux-user: un-parent OBJECT(cpu) when closing thread" by Richard Henderson · 2 years, 7 months ago
  47. 52f0c16 linux-user: un-parent OBJECT(cpu) when closing thread by Alex Bennée · 2 years, 7 months ago
  48. 3cd3df2 linux-user: fix compat with glibc >= 2.36 sys/mount.h by Daniel P. Berrangé · 2 years, 7 months ago
  49. 5b63de6 linux-user: Use memfd for open syscall emulation by Rainer Müller · 2 years, 7 months ago
  50. 6f200f5 linux-user: Use target abi_int type for pipefd[1] in pipe() by Helge Deller · 2 years, 8 months ago
  51. 499d805 linux-user: Unconditionally use pipe2() syscall by Helge Deller · 2 years, 8 months ago
  52. 24d87c1 linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL by Richard Henderson · 2 years, 8 months ago
  53. fd72f5d linux-user: Rename sve prctls by Richard Henderson · 2 years, 8 months ago
  54. 9a7f682 linux-user: Adjust child_tidptr on set_tid_address() syscall by Helge Deller · 2 years, 9 months ago
  55. 892a4f6 linux-user: Add partial support for MADV_DONTNEED by Ilya Leoshkevich · 2 years, 9 months ago
  56. 0effdc2 linux-user: Remove pointless CPU{ARCH}State casts by Philippe Mathieu-Daudé · 2 years, 10 months ago
  57. a0939b8 linux-user: Have do_syscall() use CPUArchState* instead of void* by Philippe Mathieu-Daudé · 2 years, 10 months ago
  58. c3a28d7 linux-user/syscall.c: fix build without RLIMIT_RTTIME by Fabrice Fontaine · 2 years, 10 months ago
  59. ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  60. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  61. db36aa7 linux-user: Properly handle sigset arg to ppoll by Richard Henderson · 3 years ago
  62. cd0e31a linux-user: Properly handle sigset arg to epoll_pwait by Richard Henderson · 3 years ago
  63. cb22603 linux-user: Properly handle sigset arg to pselect by Richard Henderson · 3 years ago
  64. 0a99f09 linux-user: Split out helpers for sigsuspend by Richard Henderson · 3 years ago
  65. 7fb5ef3 linux-user/alpha: Fix sigsuspend for big-endian hosts by Richard Henderson · 3 years ago
  66. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  67. 244fd08 linux-user/syscall: Translate TARGET_RLIMIT_RTTIME by Serge Belyshev · 3 years, 1 month ago
  68. eb33cda linux-user: Implement starttime field in self stat emulation by Cameron Esfahani · 3 years, 1 month ago
  69. ebce171 linux-user: sigprocmask check read perms first by Patrick Venture · 3 years, 1 month ago
  70. d3ced2a linux-user: rt_sigprocmask, check read perms first by Shu-Chun Weng · 3 years, 1 month ago
  71. 33f53ac linux-user: Fix inotify on aarch64 by Paul Brook · 3 years, 1 month ago
  72. 4f4e556 linux-user: Implement capability prctls by Richard Henderson · 3 years, 2 months ago
  73. f746c65 linux-user: Implement PR_SET_PDEATHSIG by Richard Henderson · 3 years, 2 months ago
  74. 1edebb3 linux-user: Map signal number in PR_GET_PDEATHSIG by Richard Henderson · 3 years, 2 months ago
  75. 08f5f97 linux-user: Do not special-case NULL for PR_GET_PDEATHSIG by Richard Henderson · 3 years, 2 months ago
  76. ffe81d4 linux-user/arm: Move target_oabi_flock64 out of target_structs.h by Richard Henderson · 3 years, 2 months ago
  77. 7a5626a linux-user/syscall.c: malloc to g_try_malloc by Ahmed Abouzied · 3 years, 2 months ago
  78. e13685a linux-user/syscall.c: fix missed flag for shared memory in open_self_maps by Andrey Kazmin · 3 years, 2 months ago
  79. 407a119 linux-user: call set/getscheduler set/getparam directly by Tonis Tiigi · 3 years, 2 months ago
  80. 45ad761 linux-user: add sched_getattr support by Tonis Tiigi · 3 years, 2 months ago
  81. 6e8dcac linux-user: Add code for PR_GET/SET_UNALIGN by Richard Henderson · 3 years, 2 months ago
  82. 220717a linux-user: Disable more prctl subcodes by Richard Henderson · 3 years, 2 months ago
  83. 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years, 2 months ago
  84. bbf15aa common-user: Move safe-syscall.* from linux-user by Richard Henderson · 3 years, 4 months ago
  85. 5da4063 linux-user: Create special-errno.h by Richard Henderson · 3 years, 4 months ago
  86. 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 4 months ago
  87. af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 3 months ago
  88. aee14c7 linux-user: Rewrite do_getdents, do_getdents64 by Richard Henderson · 3 years, 4 months ago
  89. 540a736 linux-user: Always use flexible arrays for dirent d_name by Richard Henderson · 3 years, 4 months ago
  90. fd08ddb linux-user: Split out do_getdents, do_getdents64 by Richard Henderson · 3 years, 4 months ago
  91. 74e43b0 linux-user: Check lock_user result for ip_mreq_source sockopts by Peter Maydell · 3 years, 7 months ago
  92. 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 6 months ago
  93. a57e0c3 linux-user: Split safe-syscall macro into its own header by Peter Maydell · 3 years, 6 months ago
  94. 5423e6d linux-user: Split mmap prototypes into user-mmap.h by Peter Maydell · 3 years, 6 months ago
  95. 3ad0a76 linux-user: Split loader-related prototypes into loader.h by Peter Maydell · 3 years, 6 months ago
  96. 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 6 months ago
  97. a44d57a linux-user: Split strace prototypes into strace.h by Peter Maydell · 3 years, 6 months ago
  98. 211364c linux-user/syscall: Remove unused variable from execve by Richard Henderson · 3 years, 8 months ago
  99. 4f6a9f8 linux-user/syscall: Remove ERRNO_TABLE_SIZE check by Philippe Mathieu-Daudé · 3 years, 8 months ago
  100. 3ffe326 linux-user: Simplify host <-> target errno conversion using macros by Philippe Mathieu-Daudé · 3 years, 8 months ago