aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-06linux-user: Remove last_brkRichard Henderson
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-07-31linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller
2023-07-24Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...Peter Maydell
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller
2023-07-18linux-user: Fix strace output for old_mmapHelge Deller
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich
2023-07-17linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé
2023-07-15linux-user: Drop uint and ulongJuan Quintela
2023-07-15linux-user: Simplify target_madviseRichard Henderson
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15linux-user: Simplify target_munmapRichard Henderson
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson
2023-07-15linux-user: Split out target_to_host_protRichard Henderson
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson