aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-08-09linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-09linux-user: Split out do_mmapRichard Henderson
2023-08-08Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-08-08linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Rewrite fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson
2023-08-08linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-08linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson
2023-08-08linux-user: Do not adjust zero_bss for host page sizeRichard Henderson
2023-08-08linux-user: Do not adjust image mapping for host page sizeRichard Henderson
2023-08-08linux-user: Adjust initial brk when interpreter is close to executableHelge Deller
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson
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-08linux-user: cleanup unused linux-user/include/host directoriesPaolo Bonzini
2023-08-08configure: fix detection for x32 linux-userPaolo Bonzini
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