COMMITS
/ linux-user/syscall.c September 6, 2023
S
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi committed
August 20, 2023
R
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson committed
August 24, 2023
I
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich committed
R
linux-user: Split out cpu/target_proc.h
Richard Henderson committed
August 16, 2023
R
linux-user: Show heap address in /proc/pid/maps
Richard Henderson committed
August 9, 2023
R
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson committed
R
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson committed
August 23, 2023
M
accel/tcg: spelling fixes
Michael Tokarev committed
August 3, 2023
H
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller committed
August 8, 2023
R
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson committed
R
linux-user: Split out do_mmap
Richard Henderson committed
August 6, 2023
R
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson committed
August 2, 2023
A
linux-user: Do not align brk with host page size
Akihiko Odaki committed
A
linux-user: Do nothing if too small brk is specified
Akihiko Odaki committed
A
linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
Akihiko Odaki committed
A
linux-user: Do not call get_errno() in do_brk()
Akihiko Odaki committed
July 17, 2023
H
linux-user: Fix signed math overflow in brk() syscall
Helge Deller committed
H
linux-user: Prohibit brk() to to shrink below initial heap address
Helge Deller committed
H
linux-user: Fix qemu brk() to not zero bytes on current page
Helge Deller committed
P
linux-user: Remove pointless NULL check in clock_adjtime handling
Peter Maydell committed
July 9, 2023
J
linux-user: Drop uint and ulong
Juan Quintela committed
July 7, 2023
R
accel/tcg: Return bool from page_check_range
Richard Henderson committed
R
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson committed
R
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson committed
July 6, 2023
A
linux-user: Make sure initial brk(0) is page-aligned
Andreas Schwab committed
June 26, 2023
R
linux-user: Fix do_shmat type errors
Richard Henderson committed
July 5, 2023
P
linux-user/syscall: Implement execve without execveat
Pierrick Bouvier committed
June 19, 2023
R
linux-user/riscv: Add syscall riscv_hwprobe
Robbin Ehn committed
July 8, 2023
H
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller committed
H
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller committed
June 30, 2023
I
linux-user: Emulate /proc/self/smaps
Ilya Leoshkevich committed
I
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich committed
I
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich committed
June 9, 2023
P
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Peter Maydell committed
June 3, 2023
M
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Michael Tokarev committed
June 5, 2023
I
linux-user: Emulate /proc/cpuinfo on s390x
Ilya Leoshkevich committed
April 9, 2023
M
linux-user: fix getgroups/setgroups allocations
Michael Tokarev committed
April 22, 2023
T
linux-user: Don't require PROT_READ for mincore
Thomas Weißschuh committed
April 24, 2023
T
linux-user: Add open_tree() syscall
Thomas Weißschuh committed
T
linux-user: Add move_mount() syscall
Thomas Weißschuh committed
April 26, 2023
T
linux-user: report ENOTTY for unknown ioctls
Thomas Weißschuh committed
March 5, 2023
A
linux-user: Emulate /proc/cpuinfo output for riscv
Afonso Bordado committed
R
accel/tcg: Pass last not end to page_set_flags
Richard Henderson committed
March 15, 2023
R
*: Add missing includes of qemu/plugin.h
Richard Henderson committed
November 29, 2022
H
linux-user: Emulate CLONE_PIDFD flag in clone()
Helge Deller committed
December 15, 2022
H
linux-user: Add translation for argument of msync()
Helge Deller committed
March 7, 2023
M
linux-user: fix sockaddr_in6 endianness
Mathis Marion committed
December 25, 2022
H
linux-user: Fix brk() to release pages
Helge Deller committed
March 6, 2023
A
linux-user: fill out task state in /proc/self/stat
Andreas Schwab committed
February 24, 2023
I
linux-user: Fix unaligned memory access in prlimit64 syscall
Ilya Leoshkevich committed