summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson2024-04-091-6/+16
* linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich2024-03-261-1/+1
* linux-user: Fix shmat() straceIlya Leoshkevich2024-03-261-1/+1
* linux-user: Fix semctl() straceIlya Leoshkevich2024-03-261-6/+2
* Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu...Peter Maydell2024-03-1321-29/+36
|\
| * gdbstub: Save target's siginfoGustavo Romero2024-03-132-2/+5
| * linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-1320-27/+31
| * gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-132-2/+2
* | Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-03-124-14/+37
|\ \ | |/ |/|
| * linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson2024-03-121-8/+8
| * linux-user/elfload: Don't close an unopened file descriptorRichard Henderson2024-03-121-1/+3
| * linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson2024-03-121-2/+4
| * linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson2024-03-121-2/+2
| * linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson2024-03-121-1/+11
| * linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt2024-03-122-0/+9
* | user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-4/+2
* | bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2024-03-121-2/+2
|/
* linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner2024-03-081-0/+3
* linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner2024-03-081-8/+92
* linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner2024-03-081-0/+3
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-063-5/+7
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-0618-53/+58
* linux-user: Rewrite target_shmatRichard Henderson2024-03-011-33/+133
* linux-user: Add strace for shmatRichard Henderson2024-03-012-1/+25
* linux-user/loongarch64: Remove TARGET_FORCE_SHMLBARichard Henderson2024-02-291-7/+0
* linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson2024-02-291-0/+16
* linux-user: Remove pgb_dynamic alignment assertionRichard Henderson2024-02-291-2/+0
* linux-user: Bound mmap_min_addr by host page sizeRichard Henderson2024-02-291-1/+1
* linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson2024-02-291-3/+13
* *-user: Deprecate and disable -p pagesizeRichard Henderson2024-02-291-6/+6
* linux-user: Split out mmap_h_gt_gRichard Henderson2024-02-291-149/+139
* linux-user: Split out mmap_h_lt_gRichard Henderson2024-02-291-31/+153
* linux-user: Split out mmap_h_eq_gRichard Henderson2024-02-291-13/+55
* linux-user: Use do_munmap for target_mmap failureRichard Henderson2024-02-291-3/+3
* linux-user: Split out do_munmapRichard Henderson2024-02-291-7/+16
* linux-user: Do early mmap placement only for reserved_vaRichard Henderson2024-02-291-5/+7
* linux-user: Split out mmap_endRichard Henderson2024-02-291-30/+41
* linux-user: Fix sub-host-page mmapRichard Henderson2024-02-291-3/+2
* linux-user: Move some mmap checks outside the lockRichard Henderson2024-02-291-54/+53
* linux-user: Split out target_mmap__lockedRichard Henderson2024-02-291-27/+35
* linux-user: Remove qemu_host_page_size from mainRichard Henderson2024-02-291-4/+6
* linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson2024-02-291-7/+6
* linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson2024-02-291-1/+1
* linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard Henderson2024-02-291-33/+33
* linux-user: Remove qemu_host_page_size from elf_core_dumpRichard Henderson2024-02-291-1/+1
* linux-user/arm: Remove qemu_host_page_size from init_guest_commpageRichard Henderson2024-02-291-5/+8