Age | Commit message (Expand) | Author |
2023-08-09 | linux-user: Fix openat() emulation to correctly detect accesses to /proc | Helge Deller |
2023-08-09 | linux-user: Use ARRAY_SIZE with bitmask_transtbl | Richard Henderson |
2023-08-09 | linux-user: Split out do_mmap | Richard Henderson |
2023-08-08 | Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2023-08-08 | linux-user: Rewrite non-fixed probe_guest_base | Richard Henderson |
2023-08-08 | linux-user: Rewrite fixed probe_guest_base | Richard Henderson |
2023-08-08 | linux-user: Consolidate guest bounds check in probe_guest_base | Richard Henderson |
2023-08-08 | linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base | Richard Henderson |
2023-08-08 | util/selfmap: Rewrite using qemu/interval-tree.h | Richard Henderson |
2023-08-08 | linux-user: Use zero_bss for PT_LOAD with no file contents too | Richard Henderson |
2023-08-08 | linux-user: Do not adjust zero_bss for host page size | Richard Henderson |
2023-08-08 | linux-user: Do not adjust image mapping for host page size | Richard Henderson |
2023-08-08 | linux-user: Adjust initial brk when interpreter is close to executable | Helge Deller |
2023-08-08 | linux-user: Use elf_et_dyn_base for ET_DYN with interpreter | Richard Henderson |
2023-08-08 | linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap | Richard Henderson |
2023-08-08 | linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h | Richard Henderson |
2023-08-08 | linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h | Richard Henderson |
2023-08-08 | linux-user: Adjust task_unmapped_base for reserved_va | Richard Henderson |
2023-08-08 | linux-user: cleanup unused linux-user/include/host directories | Paolo Bonzini |
2023-08-08 | configure: fix detection for x32 linux-user | Paolo Bonzini |
2023-08-06 | linux-user: Remove last_brk | Richard Henderson |
2023-08-06 | linux-user: Properly set image_info.brk in flatload | Richard Henderson |
2023-08-06 | linux-user: Do not align brk with host page size | Akihiko Odaki |
2023-08-06 | linux-user: Do nothing if too small brk is specified | Akihiko Odaki |
2023-08-06 | linux-user: Use MAP_FIXED_NOREPLACE for do_brk() | Akihiko Odaki |
2023-08-06 | linux-user: Do not call get_errno() in do_brk() | Akihiko Odaki |
2023-08-06 | linux-user: Fix MAP_FIXED_NOREPLACE on old kernels | Akihiko Odaki |
2023-08-06 | linux-user: Unset MAP_FIXED_NOREPLACE for host | Akihiko Odaki |
2023-08-06 | linux-user/elfload: Set V in ELF_HWCAP for RISC-V | Nathan Egge |
2023-07-31 | linux-user/armeb: Fix __kernel_cmpxchg() for armeb | Helge Deller |
2023-07-24 | Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s... | Peter Maydell |
2023-07-23 | include/exec: Add WITH_MMAP_LOCK_GUARD | Richard Henderson |
2023-07-22 | Revert "linux-user: Fix qemu-arm to run static armhf binaries" | Michael Tokarev |
2023-07-20 | Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q... | Peter Maydell |
2023-07-18 | linux-user: Fix qemu-arm to run static armhf binaries | Helge Deller |
2023-07-18 | linux-user: Fix strace output for old_mmap | Helge Deller |
2023-07-18 | linux-user: Fix signed math overflow in brk() syscall | Helge Deller |
2023-07-18 | linux-user: Prohibit brk() to to shrink below initial heap address | Helge Deller |
2023-07-18 | linux-user: Fix qemu brk() to not zero bytes on current page | Helge Deller |
2023-07-18 | linux-user/elfload: Fix /proc/cpuinfo features: on s390x | Ilya Leoshkevich |
2023-07-17 | linux-user: Remove pointless NULL check in clock_adjtime handling | Peter Maydell |
2023-07-15 | linux-user/arm: Do not allocate a commpage at all for M-profile CPUs | Philippe Mathieu-Daudé |
2023-07-15 | linux-user: Drop uint and ulong | Juan Quintela |
2023-07-15 | linux-user: Simplify target_madvise | Richard Henderson |
2023-07-15 | linux-user: Remove can_passthrough_madvise | Richard Henderson |
2023-07-15 | accel/tcg: Return bool from page_check_range | Richard Henderson |
2023-07-15 | linux-user: Simplify target_munmap | Richard Henderson |
2023-07-15 | linux-user: Rename mmap_reserve to mmap_reserve_or_unmap | Richard Henderson |
2023-07-15 | linux-user: Rewrite mmap_reserve | Richard Henderson |
2023-07-15 | linux-user: Use 'last' instead of 'end' in target_mmap | Richard Henderson |