aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson1-26/+42
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson1-22/+23
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson1-46/+6
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson1-59/+60
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson1-38/+66
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson3-8/+10
2023-07-15linux-user: Split out target_to_host_protRichard Henderson1-34/+44
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson1-3/+11
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson2-14/+28
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson5-12/+17
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson9-85/+128
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson1-18/+22
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson1-77/+122
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab1-1/+1
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson1-7/+6
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier1-8/+12
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson1-2/+2
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson1-3/+3
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson1-45/+45
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson1-108/+108
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson1-6/+6
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson1-16/+16
2023-07-15linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson1-145/+145
2023-07-15linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson1-15/+15
2023-07-15linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson1-36/+36
2023-07-15linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson1-30/+30
2023-07-15linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson1-54/+54
2023-07-15linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson1-24/+0
2023-07-15linux-user: Reformat syscall_defs.hRichard Henderson1-996/+996
2023-07-10Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q...Richard Henderson3-0/+148
2023-07-10linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich1-1/+3
2023-07-10linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn3-0/+148
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2-2/+21
2023-07-08linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller1-1/+11
2023-07-08linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller1-0/+4
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich1-1/+57
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2-6/+14
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2-19/+38
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson1-4/+10
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini1-30/+27
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-4/+5
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab1-1/+9
2023-06-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery1-1/+2
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery1-1/+1
2023-06-10linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell1-2/+2
2023-06-09linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev1-4/+4
2023-06-05linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich1-2/+104
2023-06-05linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich2-0/+28
2023-06-05linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich2-1/+5
2023-06-05linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich1-0/+9