index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
2023-07-15
linux-user: Simplify target_munmap
Richard Henderson
2023-07-15
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
2023-07-15
linux-user: Rewrite mmap_reserve
Richard Henderson
2023-07-15
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
2023-07-15
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
2023-07-15
linux-user: Rewrite mmap_frag
Richard Henderson
2023-07-15
linux-user: Rewrite target_mprotect
Richard Henderson
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
2023-07-15
linux-user: Split out target_to_host_prot
Richard Henderson
2023-07-15
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
2023-07-15
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson
2023-07-15
linux-user: Split TARGET_PROT_* out of syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
2023-07-15
linux-user/strace: Expand struct flags to hold a mask
Richard Henderson
2023-07-15
linux-user: Fix formatting of mmap.c
Richard Henderson
2023-07-15
linux-user: Make sure initial brk(0) is page-aligned
Andreas Schwab
2023-07-15
linux-user: Fix do_shmat type errors
Richard Henderson
2023-07-15
linux-user/syscall: Implement execve without execveat
Pierrick Bouvier
2023-07-15
linux-user: Use abi_uint not unsigned in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_short not short in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ushort not unsigned short in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_int not int in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_llong not long long in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ullong not unsigned long long in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_uint not unsigned int in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_llong not int64_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ullong not uint64_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_int not int32_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_uint not uint32_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Remove #if 0 block in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Reformat syscall_defs.h
Richard Henderson
2023-07-10
Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q...
Richard Henderson
2023-07-10
linux-user: elfload: Add more initial s390x PSW bits
Ilya Leoshkevich
2023-07-10
linux-user/riscv: Add syscall riscv_hwprobe
Robbin Ehn
2023-07-08
linux-user: Improve strace output of pread64() and pwrite64()
Helge Deller
2023-07-08
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller
2023-07-08
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller
2023-07-03
linux-user: Emulate /proc/self/smaps
Ilya Leoshkevich
2023-07-03
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich
2023-07-03
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich
2023-07-01
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2023-06-10
linux-user: elfload: Specify -R is an option for qemu-user binaries
Andrew Jeffery
2023-06-10
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
Andrew Jeffery
2023-06-10
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Peter Maydell
2023-06-09
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Michael Tokarev
2023-06-05
linux-user: Emulate /proc/cpuinfo on s390x
Ilya Leoshkevich
2023-06-05
linux-user/elfload: Introduce elf_hwcap_str() on s390x
Ilya Leoshkevich
[next]