aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson1-2/+25
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson1-3/+6
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson23-2/+106
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson21-14/+167
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson3-16/+64
2023-08-06linux-user: Remove last_brkRichard Henderson2-3/+0
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson3-4/+1
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki2-44/+14
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki1-3/+3
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki1-13/+2
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki1-3/+3
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki1-5/+17
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki1-5/+20
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge1-1/+2
2023-07-31linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller1-2/+7
2023-07-24Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...Peter Maydell1-7/+0
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+1
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev1-7/+0
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell3-13/+66
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller1-0/+7
2023-07-18linux-user: Fix strace output for old_mmapHelge Deller1-4/+45
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller1-2/+3
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller1-1/+7
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller1-6/+4
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich1-19/+22
2023-07-17linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell1-7/+5
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé1-4/+17
2023-07-15linux-user: Drop uint and ulongJuan Quintela1-4/+4
2023-07-15linux-user: Simplify target_madviseRichard Henderson1-15/+4
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson1-21/+3
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson2-2/+2
2023-07-15linux-user: Simplify target_munmapRichard Henderson1-43/+4
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson1-13/+16
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