summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: Remove last_brkRichard Henderson2023-08-062-3/+0
* linux-user: Properly set image_info.brk in flatloadRichard Henderson2023-08-063-4/+1
* linux-user: Do not align brk with host page sizeAkihiko Odaki2023-08-062-44/+14
* linux-user: Do nothing if too small brk is specifiedAkihiko Odaki2023-08-061-3/+3
* linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki2023-08-061-13/+2
* linux-user: Do not call get_errno() in do_brk()Akihiko Odaki2023-08-061-3/+3
* linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki2023-08-061-5/+17
* linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki2023-08-061-5/+20
* linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge2023-08-061-1/+2
* linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller2023-07-311-2/+7
* Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...Peter Maydell2023-07-241-7/+0
|\
| * Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev2023-07-221-7/+0
* | include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson2023-07-231-0/+1
|/
* Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell2023-07-203-13/+66
|\
| * linux-user: Fix qemu-arm to run static armhf binariesHelge Deller2023-07-181-0/+7
| * linux-user: Fix strace output for old_mmapHelge Deller2023-07-181-4/+45
| * linux-user: Fix signed math overflow in brk() syscallHelge Deller2023-07-181-2/+3
| * linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller2023-07-181-1/+7
| * linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller2023-07-181-6/+4
* | linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich2023-07-181-19/+22
|/
* linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell2023-07-171-7/+5
* linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé2023-07-151-4/+17
* linux-user: Drop uint and ulongJuan Quintela2023-07-151-4/+4
* linux-user: Simplify target_madviseRichard Henderson2023-07-151-15/+4
* linux-user: Remove can_passthrough_madviseRichard Henderson2023-07-151-21/+3
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-152-2/+2
* linux-user: Simplify target_munmapRichard Henderson2023-07-151-43/+4
* linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson2023-07-151-13/+16
* linux-user: Rewrite mmap_reserveRichard Henderson2023-07-151-26/+42
* linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson2023-07-151-22/+23
* linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson2023-07-151-46/+6
* linux-user: Rewrite mmap_fragRichard Henderson2023-07-151-59/+60
* linux-user: Rewrite target_mprotectRichard Henderson2023-07-151-38/+66
* linux-user: Widen target_mmap offset argument to off_tRichard Henderson2023-07-153-8/+10
* linux-user: Split out target_to_host_protRichard Henderson2023-07-151-34/+44
* linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson2023-07-151-3/+11
* linux-user: Populate more bits in mmap_flags_tblRichard Henderson2023-07-152-14/+28
* linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson2023-07-155-12/+17
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-159-85/+128
* linux-user/strace: Expand struct flags to hold a maskRichard Henderson2023-07-151-18/+22
* linux-user: Fix formatting of mmap.cRichard Henderson2023-07-151-77/+122
* linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab2023-07-151-1/+1
* linux-user: Fix do_shmat type errorsRichard Henderson2023-07-151-7/+6
* linux-user/syscall: Implement execve without execveatPierrick Bouvier2023-07-151-8/+12
* linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson2023-07-151-2/+2
* linux-user: Use abi_short not short in syscall_defs.hRichard Henderson2023-07-151-3/+3
* linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson2023-07-151-45/+45
* linux-user: Use abi_int not int in syscall_defs.hRichard Henderson2023-07-151-108/+108
* linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson2023-07-151-6/+6
* linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson2023-07-151-16/+16