]> git.proxmox.com Git - mirror_qemu.git/history - linux-user
linux-user: Adjust initial brk when interpreter is close to executable
[mirror_qemu.git] / linux-user /
2023-08-08 Helge Dellerlinux-user: Adjust initial brk when interpreter is...
2023-08-08 Richard Hendersonlinux-user: Use elf_et_dyn_base for ET_DYN with interpreter
2023-08-08 Richard Hendersonlinux-user: Use MAP_FIXED_NOREPLACE for initial image...
2023-08-08 Richard Hendersonlinux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
2023-08-08 Richard Hendersonlinux-user: Define TASK_UNMAPPED_BASE in $guest/target_...
2023-08-08 Richard Hendersonlinux-user: Adjust task_unmapped_base for reserved_va
2023-08-06 Richard HendersonMerge tag 'pull-tcg-20230806-3' of https://gitlab.com...
2023-08-06 Richard Hendersonlinux-user: Remove last_brk
2023-08-06 Richard Hendersonlinux-user: Properly set image_info.brk in flatload
2023-08-06 Akihiko Odakilinux-user: Do not align brk with host page size
2023-08-06 Akihiko Odakilinux-user: Do nothing if too small brk is specified
2023-08-06 Akihiko Odakilinux-user: Use MAP_FIXED_NOREPLACE for do_brk()
2023-08-06 Akihiko Odakilinux-user: Do not call get_errno() in do_brk()
2023-08-06 Akihiko Odakilinux-user: Fix MAP_FIXED_NOREPLACE on old kernels
2023-08-06 Akihiko Odakilinux-user: Unset MAP_FIXED_NOREPLACE for host
2023-08-06 Nathan Eggelinux-user/elfload: Set V in ELF_HWCAP for RISC-V
2023-07-31 Richard HendersonMerge tag 'pull-tcg-20230731' of https://gitlab.com...
2023-07-31 Helge Dellerlinux-user/armeb: Fix __kernel_cmpxchg() for armeb
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-24 Peter MaydellMerge tag 'pull-qapi-2023-07-10' of https://repo.or...
2023-07-24 Peter MaydellMerge tag 'pull-riscv-to-apply-20230723-3' of https...
2023-07-24 Peter MaydellMerge tag 'pull-revert-armhf-brk-fix' of https://gitlab...
2023-07-24 Peter MaydellMerge tag 'pull-tcg-20230724' of https://gitlab.com...
2023-07-23 Richard Hendersoninclude/exec: Add WITH_MMAP_LOCK_GUARD
2023-07-22 Michael TokarevRevert "linux-user: Fix qemu-arm to run static armhf...
2023-07-20 Peter MaydellMerge tag 'pull-nbd-2023-07-19' of https://repo.or...
2023-07-20 Peter MaydellMerge tag 'linux-user-brk-fixes-pull-request' of https...
2023-07-19 Peter MaydellMerge tag 'pull-riscv-to-apply-20230719-1' of https...
2023-07-19 Peter MaydellMerge tag 'nvme-next-pull-request' of https://gitlab...
2023-07-19 Peter MaydellMerge tag 'pull-request-2023-07-18' of https://gitlab...
2023-07-18 Helge Dellerlinux-user: Fix qemu-arm to run static armhf binaries
2023-07-18 Helge Dellerlinux-user: Fix strace output for old_mmap
2023-07-18 Helge Dellerlinux-user: Fix signed math overflow in brk() syscall
2023-07-18 Helge Dellerlinux-user: Prohibit brk() to to shrink below initial...
2023-07-18 Helge Dellerlinux-user: Fix qemu brk() to not zero bytes on current...
2023-07-18 Ilya Leoshkevichlinux-user/elfload: Fix /proc/cpuinfo features: on...
2023-07-17 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-17 Richard HendersonMerge tag 'pull-target-arm-20230717' of https://git...
2023-07-17 Peter Maydelllinux-user: Remove pointless NULL check in clock_adjtim...
2023-07-15 Richard HendersonMerge tag 'pull-tpm-2023-07-14-1' of https://github...
2023-07-15 Richard HendersonMerge tag 'pull-tcg-20230715' of https://gitlab.com...
2023-07-15 Philippe Mathieu... linux-user/arm: Do not allocate a commpage at all for...
2023-07-15 Juan Quintelalinux-user: Drop uint and ulong
2023-07-15 Richard Hendersonlinux-user: Simplify target_madvise
2023-07-15 Richard Hendersonlinux-user: Remove can_passthrough_madvise
2023-07-15 Richard Hendersonaccel/tcg: Return bool from page_check_range
2023-07-15 Richard Hendersonlinux-user: Simplify target_munmap
2023-07-15 Richard Hendersonlinux-user: Rename mmap_reserve to mmap_reserve_or_unmap
2023-07-15 Richard Hendersonlinux-user: Rewrite mmap_reserve
2023-07-15 Richard Hendersonlinux-user: Use 'last' instead of 'end' in target_mmap
2023-07-15 Richard Hendersonlinux-user: Use page_find_range_empty for mmap_find_vma...
2023-07-15 Richard Hendersonlinux-user: Rewrite mmap_frag
2023-07-15 Richard Hendersonlinux-user: Rewrite target_mprotect
2023-07-15 Richard Hendersonlinux-user: Widen target_mmap offset argument to off_t
2023-07-15 Richard Hendersonlinux-user: Split out target_to_host_prot
2023-07-15 Richard Hendersonlinux-user: Implement MAP_FIXED_NOREPLACE
2023-07-15 Richard Hendersonlinux-user: Populate more bits in mmap_flags_tbl
2023-07-15 Richard Hendersonlinux-user: Split TARGET_PROT_* out of syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Split TARGET_MAP_* out of syscall_defs.h
2023-07-15 Richard Hendersonlinux-user/strace: Expand struct flags to hold a mask
2023-07-15 Richard Hendersonlinux-user: Fix formatting of mmap.c
2023-07-15 Andreas Schwablinux-user: Make sure initial brk(0) is page-aligned
2023-07-15 Richard Hendersonlinux-user: Fix do_shmat type errors
2023-07-15 Pierrick Bouvierlinux-user/syscall: Implement execve without execveat
2023-07-15 Richard Hendersonlinux-user: Use abi_uint not unsigned in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_short not short in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_ushort not unsigned short in syscal...
2023-07-15 Richard Hendersonlinux-user: Use abi_int not int in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_llong not long long in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_ullong not unsigned long long in...
2023-07-15 Richard Hendersonlinux-user: Use abi_uint not unsigned int in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_llong not int64_t in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_ullong not uint64_t in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_int not int32_t in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Use abi_uint not uint32_t in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Remove #if 0 block in syscall_defs.h
2023-07-15 Richard Hendersonlinux-user: Reformat syscall_defs.h
2023-07-11 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-07-11 Richard HendersonMerge tag 'mips-20230710' of https://github.com/philmd...
2023-07-10 Richard HendersonMerge tag 'qga-pull-2023-07-10' of https://github.com...
2023-07-10 Richard HendersonMerge tag 'pull-riscv-to-apply-20230710-1' of https...
2023-07-10 Richard HendersonMerge tag 'pull-request-2023-07-10v2' of https://gitlab...
2023-07-10 Ilya Leoshkevichlinux-user: elfload: Add more initial s390x PSW bits
2023-07-10 Robbin Ehnlinux-user/riscv: Add syscall riscv_hwprobe
2023-07-09 Richard HendersonMerge tag 'pull-tcg-20230709' of https://gitlab.com...
2023-07-09 Richard HendersonMerge tag 'linux-user-fcntl64-pull-request' of https...
2023-07-08 Helge Dellerlinux-user: Improve strace output of pread64() and...
2023-07-08 Helge Dellerlinux-user: Fix accept4(SOCK_NONBLOCK) syscall
2023-07-08 Helge Dellerlinux-user: Fix fcntl() and fcntl64() to return O_LARGE...
2023-07-04 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-04 Richard HendersonMerge tag 'pull-maintainer-ominbus-030723-1' of https...
2023-07-03 Ilya Leoshkevichlinux-user: Emulate /proc/self/smaps
2023-07-03 Ilya Leoshkevichlinux-user: Add "safe" parameter to do_guest_openat()
2023-07-03 Ilya Leoshkevichlinux-user: Expose do_guest_openat() and do_guest_readl...
2023-07-01 Richard HendersonMerge tag 'pull-tcg-20230701' of https://gitlab.com...
2023-07-01 Richard Hendersonlinux-user: Avoid mmap of the last byte of the reserved_va
2023-06-30 Richard HendersonMerge tag 'pull-request-2023-06-29' of https://gitlab...
2023-06-29 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-29 Paolo Bonzinitarget/i386: emulate 64-bit ring 0 for linux-user if...
2023-06-28 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
next