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