1. bb0a45e linux-user/riscv: Add new extensions to hwprobe by Robbin Ehn · 1 year, 4 months ago
  2. bde438c Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
  3. 225a206 linux-user: Move shmat and shmdt implementations to mmap.c by Richard Henderson · 1 year, 4 months ago
  4. 6467d9e linux-user: Emulate the Anonymous: keyword in /proc/self/smaps by Ilya Leoshkevich · 1 year, 4 months ago
  5. 92d2a03 linux-user: Show heap address in /proc/pid/maps by Richard Henderson · 1 year, 4 months ago
  6. 7b7a336 linux-user: Use walk_memory_regions for open_self_maps by Richard Henderson · 1 year, 4 months ago
  7. 79be812 util/selfmap: Use dev_t and ino_t in MapInfo by Richard Henderson · 1 year, 4 months ago
  8. 121c8dd linux-user: Split out cpu/target_proc.h by Richard Henderson · 1 year, 4 months ago
  9. 669dcb6 accel/tcg: spelling fixes by Michael Tokarev · 1 year, 4 months ago
  10. b800205 linux-user: Fix openat() emulation to correctly detect accesses to /proc by Helge Deller · 1 year, 4 months ago
  11. a05cee9 linux-user: Use ARRAY_SIZE with bitmask_transtbl by Richard Henderson · 1 year, 4 months ago
  12. 9ab8d071 linux-user: Split out do_mmap by Richard Henderson · 1 year, 4 months ago
  13. 3ce3dd8 util/selfmap: Rewrite using qemu/interval-tree.h by Richard Henderson · 1 year, 4 months ago
  14. 2aea137 linux-user: Do not align brk with host page size by Akihiko Odaki · 1 year, 4 months ago
  15. cb9d5d1 linux-user: Do nothing if too small brk is specified by Akihiko Odaki · 1 year, 4 months ago
  16. e69e032 linux-user: Use MAP_FIXED_NOREPLACE for do_brk() by Akihiko Odaki · 1 year, 4 months ago
  17. c6cc059 linux-user: Do not call get_errno() in do_brk() by Akihiko Odaki · 1 year, 4 months ago
  18. eac78a4 linux-user: Fix signed math overflow in brk() syscall by Helge Deller · 1 year, 5 months ago
  19. dfe4986 linux-user: Prohibit brk() to to shrink below initial heap address by Helge Deller · 1 year, 5 months ago
  20. 15ad985 linux-user: Fix qemu brk() to not zero bytes on current page by Helge Deller · 1 year, 5 months ago
  21. aab7461 linux-user: Remove pointless NULL check in clock_adjtime handling by Peter Maydell · 1 year, 5 months ago
  22. ac42f44 linux-user: Drop uint and ulong by Juan Quintela · 1 year, 5 months ago
  23. bef6f00 accel/tcg: Return bool from page_check_range by Richard Henderson · 1 year, 5 months ago
  24. 55baec0 linux-user: Widen target_mmap offset argument to off_t by Richard Henderson · 1 year, 5 months ago
  25. 4b840f9 linux-user: Populate more bits in mmap_flags_tbl by Richard Henderson · 1 year, 5 months ago
  26. d28b3c9 linux-user: Make sure initial brk(0) is page-aligned by Andreas Schwab · 1 year, 5 months ago
  27. 9b61f77 linux-user: Fix do_shmat type errors by Richard Henderson · 1 year, 6 months ago
  28. 7a8d9f3 linux-user/syscall: Implement execve without execveat by Pierrick Bouvier · 1 year, 5 months ago
  29. 9e1c7d9 linux-user/riscv: Add syscall riscv_hwprobe by Robbin Ehn · 1 year, 6 months ago
  30. dca4c83 linux-user: Fix accept4(SOCK_NONBLOCK) syscall by Helge Deller · 1 year, 5 months ago
  31. e0ddf8e linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets by Helge Deller · 1 year, 5 months ago
  32. 77ae576 linux-user: Emulate /proc/self/smaps by Ilya Leoshkevich · 1 year, 6 months ago
  33. 35be898 linux-user: Add "safe" parameter to do_guest_openat() by Ilya Leoshkevich · 1 year, 6 months ago
  34. a4dab0a linux-user: Expose do_guest_openat() and do_guest_readlink() by Ilya Leoshkevich · 1 year, 6 months ago
  35. 8fbf89a linux-user: Return EINVAL for getgroups() with negative gidsetsize by Peter Maydell · 1 year, 6 months ago
  36. 725160f linux-user: add comments for TARGET_NR_[gs]etgroups{,32} by Michael Tokarev · 1 year, 6 months ago
  37. 1fb9bda linux-user: Emulate /proc/cpuinfo on s390x by Ilya Leoshkevich · 1 year, 6 months ago
  38. 1e35d32 linux-user: fix getgroups/setgroups allocations by Michael Tokarev · 1 year, 8 months ago
  39. f443a26 linux-user: Don't require PROT_READ for mincore by Thomas Weißschuh · 1 year, 8 months ago
  40. 7f696cdd linux-user: Add open_tree() syscall by Thomas Weißschuh · 1 year, 8 months ago
  41. 4b2d275 linux-user: Add move_mount() syscall by Thomas Weißschuh · 1 year, 8 months ago
  42. 59d1172 linux-user: report ENOTTY for unknown ioctls by Thomas Weißschuh · 1 year, 8 months ago
  43. 8ddc171 linux-user: Emulate /proc/cpuinfo output for riscv by Afonso Bordado · 1 year, 9 months ago
  44. 49840a4 accel/tcg: Pass last not end to page_set_flags by Richard Henderson · 1 year, 9 months ago
  45. 720ace2 *: Add missing includes of qemu/plugin.h by Richard Henderson · 1 year, 9 months ago
  46. 895ce8b linux-user: Emulate CLONE_PIDFD flag in clone() by Helge Deller · 2 years, 1 month ago
  47. fe08059 linux-user: Add translation for argument of msync() by Helge Deller · 2 years ago
  48. 44cf673 linux-user: fix sockaddr_in6 endianness by Mathis Marion · 1 year, 9 months ago
  49. 86f0473 linux-user: Fix brk() to release pages by Helge Deller · 2 years ago
  50. 25bb27c linux-user: fill out task state in /proc/self/stat by Andreas Schwab · 1 year, 9 months ago
  51. 9c1da8b linux-user: Fix unaligned memory access in prlimit64 syscall by Ilya Leoshkevich · 1 year, 10 months ago
  52. d759a62 linux-user: fix timerfd read endianness conversion by Mathis Marion · 1 year, 10 months ago
  53. 258bec3 linux-user: Fix access to /proc/self/exe by Helge Deller · 2 years ago
  54. 7de0816 linux-user: Always exit from exclusive state in fork_end() by Ilya Leoshkevich · 1 year, 10 months ago
  55. 3f0744f linux-user: Allow sendmsg() without IOV by Helge Deller · 2 years ago
  56. 27404b6 linux-user: Implement SOL_ALG encryption support by Helge Deller · 2 years ago
  57. e0174af linux-user: Fix /proc/cpuinfo output for hppa by Helge Deller · 1 year, 11 months ago
  58. cb88b7c linux-user: Fix SO_ERROR return code of getsockopt() by Helge Deller · 1 year, 11 months ago
  59. 6003159 Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h" by Daniel P. Berrangé · 1 year, 11 months ago
  60. 9f02465 Revert "linux-user: add more compat ioctl definitions" by Daniel P. Berrangé · 1 year, 11 months ago
  61. 6490d9a linux-user: un-parent OBJECT(cpu) when closing thread by Richard Henderson · 1 year, 11 months ago
  62. 55bbe4d linux-user/syscall: Implement execveat() by Drew DeVault · 2 years, 1 month ago
  63. 156e1f6 linux-user/syscall: Extract do_execve() from do_syscall1() by Drew DeVault · 2 years, 1 month ago
  64. 3d55833 Drop more useless casts from void * to pointer by Markus Armbruster · 2 years, 1 month ago
  65. 16c81dd linux-user: always translate cmsg when recvmsg by Icenowy Zheng · 2 years, 2 months ago
  66. af804f3 linux-user: Add close_range() syscall by Helge Deller · 2 years, 2 months ago
  67. bd5ccd6 linux-user: Add guest memory layout to exception dump by Helge Deller · 2 years, 2 months ago
  68. 35a2c85 linux-user: Implement faccessat2 by WANG Xuerui · 2 years, 2 months ago
  69. c5495f4 linux-user: add more compat ioctl definitions by Daniel P. Berrangé · 2 years, 2 months ago
  70. 00ed8a3 linux-user: don't use AT_EXECFD in do_openat() by Laurent Vivier · 2 years, 3 months ago
  71. f07eb1c linux-user: handle /proc/self/exe with execve() syscall by Laurent Vivier · 2 years, 3 months ago
  72. 46187d7 linux-user: fix pidfd_send_signal() by Laurent Vivier · 2 years, 2 months ago
  73. eeed229 linux-user: Fix more MIPS n32 syscall ABI issues by WANG Xuerui · 2 years, 2 months ago
  74. c72a90d linux-user: Implement PI futexes by Richard Henderson · 2 years, 4 months ago
  75. 0f94673 linux-user: Convert signal number for FUTEX_FD by Richard Henderson · 2 years, 4 months ago
  76. a6180f8 linux-user: Implement FUTEX_WAKE_BITSET by Richard Henderson · 2 years, 4 months ago
  77. 57b9ccd linux-user: Sink call to do_safe_futex by Richard Henderson · 2 years, 4 months ago
  78. 0fbc0f8 linux-user: Combine do_futex and do_futex_time64 by Richard Henderson · 2 years, 4 months ago
  79. 9e59899 linux-user: Don't assume 0 is not a valid host timer_t value by Peter Maydell · 2 years, 5 months ago
  80. 9b9145f linux-user: fix bug about missing signum convert of sigqueue by fanwenjie · 2 years, 4 months ago
  81. 0a3346b linux-user/hppa: Increase guest stack size to 80MB for hppa target by Helge Deller · 2 years, 3 months ago
  82. cc054c6 linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls by Helge Deller · 2 years, 3 months ago
  83. 65d4830 linux-user: fix readlinkat handling with magic exe symlink by Jameson Nash · 2 years, 4 months ago
  84. 976a55c Revert "linux-user: un-parent OBJECT(cpu) when closing thread" by Richard Henderson · 2 years, 4 months ago
  85. 52f0c16 linux-user: un-parent OBJECT(cpu) when closing thread by Alex Bennée · 2 years, 4 months ago
  86. 3cd3df2 linux-user: fix compat with glibc >= 2.36 sys/mount.h by Daniel P. Berrangé · 2 years, 4 months ago
  87. 5b63de6 linux-user: Use memfd for open syscall emulation by Rainer Müller · 2 years, 5 months ago
  88. 6f200f5 linux-user: Use target abi_int type for pipefd[1] in pipe() by Helge Deller · 2 years, 5 months ago
  89. 499d805 linux-user: Unconditionally use pipe2() syscall by Helge Deller · 2 years, 5 months ago
  90. 24d87c1 linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL by Richard Henderson · 2 years, 5 months ago
  91. fd72f5d linux-user: Rename sve prctls by Richard Henderson · 2 years, 5 months ago
  92. 9a7f682 linux-user: Adjust child_tidptr on set_tid_address() syscall by Helge Deller · 2 years, 7 months ago
  93. 892a4f6 linux-user: Add partial support for MADV_DONTNEED by Ilya Leoshkevich · 2 years, 6 months ago
  94. 0effdc2 linux-user: Remove pointless CPU{ARCH}State casts by Philippe Mathieu-Daudé · 2 years, 7 months ago
  95. a0939b8 linux-user: Have do_syscall() use CPUArchState* instead of void* by Philippe Mathieu-Daudé · 2 years, 7 months ago
  96. c3a28d7 linux-user/syscall.c: fix build without RLIMIT_RTTIME by Fabrice Fontaine · 2 years, 7 months ago
  97. ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
  98. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
  99. db36aa7 linux-user: Properly handle sigset arg to ppoll by Richard Henderson · 2 years, 9 months ago
  100. cd0e31a linux-user: Properly handle sigset arg to epoll_pwait by Richard Henderson · 2 years, 9 months ago