aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-04-25linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev
2024-04-24linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-09linux-user: Preserve unswapped siginfo_t for straceRichard Henderson
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson
2024-03-26linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich
2024-03-26linux-user: Fix shmat() straceIlya Leoshkevich
2024-03-26linux-user: Fix semctl() straceIlya Leoshkevich
2024-03-13Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu...Peter Maydell
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero
2024-03-12Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-03-12linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson
2024-03-12linux-user/elfload: Don't close an unopened file descriptorRichard Henderson
2024-03-12linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson
2024-03-12linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson
2024-03-12linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson
2024-03-12linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-03-08linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner
2024-03-08linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner
2024-03-08linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-03-01linux-user: Rewrite target_shmatRichard Henderson
2024-03-01linux-user: Add strace for shmatRichard Henderson
2024-02-29linux-user/loongarch64: Remove TARGET_FORCE_SHMLBARichard Henderson
2024-02-29linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson
2024-02-29linux-user: Remove pgb_dynamic alignment assertionRichard Henderson
2024-02-29linux-user: Bound mmap_min_addr by host page sizeRichard Henderson
2024-02-29linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson
2024-02-29linux-user: Split out mmap_h_gt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_lt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_eq_gRichard Henderson
2024-02-29linux-user: Use do_munmap for target_mmap failureRichard Henderson
2024-02-29linux-user: Split out do_munmapRichard Henderson
2024-02-29linux-user: Do early mmap placement only for reserved_vaRichard Henderson