Age | Commit message (Expand) | Author |
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 |
2023-07-15 | linux-user: Use page_find_range_empty for mmap_find_vma_reserved | Richard Henderson |
2023-07-15 | linux-user: Rewrite mmap_frag | Richard Henderson |
2023-07-15 | linux-user: Rewrite target_mprotect | Richard Henderson |
2023-07-15 | linux-user: Widen target_mmap offset argument to off_t | Richard Henderson |
2023-07-15 | linux-user: Split out target_to_host_prot | Richard Henderson |
2023-07-15 | linux-user: Implement MAP_FIXED_NOREPLACE | Richard Henderson |
2023-07-15 | linux-user: Populate more bits in mmap_flags_tbl | Richard Henderson |
2023-07-15 | linux-user: Split TARGET_PROT_* out of syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Split TARGET_MAP_* out of syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user/strace: Expand struct flags to hold a mask | Richard Henderson |
2023-07-15 | linux-user: Fix formatting of mmap.c | Richard Henderson |
2023-07-15 | linux-user: Make sure initial brk(0) is page-aligned | Andreas Schwab |
2023-07-15 | linux-user: Fix do_shmat type errors | Richard Henderson |
2023-07-15 | linux-user/syscall: Implement execve without execveat | Pierrick Bouvier |
2023-07-15 | linux-user: Use abi_uint not unsigned in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_short not short in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ushort not unsigned short in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_int not int in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_llong not long long in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ullong not unsigned long long in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_uint not unsigned int in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_llong not int64_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ullong not uint64_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_int not int32_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_uint not uint32_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Remove #if 0 block in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Reformat syscall_defs.h | Richard Henderson |
2023-07-10 | Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q... | Richard Henderson |
2023-07-10 | linux-user: elfload: Add more initial s390x PSW bits | Ilya Leoshkevich |
2023-07-10 | linux-user/riscv: Add syscall riscv_hwprobe | Robbin Ehn |