aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-11-06Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-11-05linux-user: Allow custom rt signal mappingsIlya Leoshkevich
2024-11-05linux-user: Fix GDB complaining about system-supplied DSO string table indexIlya Leoshkevich
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell
2024-10-24Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-10-22linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMINYao Zi
2024-10-22linux-user: Fix build failure caused by missing __u64 on muslYao Zi
2024-10-22linux-user: Trace rt_sigprocmask's sigsetsIlya Leoshkevich
2024-10-22linux-user/ppc: Fix sigmask endianness issue in sigreturnIlya Leoshkevich
2024-10-22linux-user: Emulate /proc/self/maps under mmap_lockIlya Leoshkevich
2024-10-21linux-user: Clean up unused headerGustavo Romero
2024-10-15linux-user/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-13linux-user/vm86: Fix compilation with ClangThomas Huth
2024-10-13linux-user/i386: Emulate orig_axIlya Leoshkevich
2024-10-13include/exec: Introduce env_cpu_const()Ilya Leoshkevich
2024-10-08linux-user: Add strace for recvfrom()Philippe Mathieu-Daudé
2024-10-08linux-user: Add strace for sendto()Philippe Mathieu-Daudé
2024-10-08linux-user: Factor print_buf_len() outPhilippe Mathieu-Daudé
2024-10-08linux-user: Display sockaddr buffer as pointerPhilippe Mathieu-Daudé
2024-10-08linux-user: Correct print_sockaddr() formatPhilippe Mathieu-Daudé
2024-10-08linux-user: Trace wait4()'s and waitpid()'s wstatusIlya Leoshkevich
2024-10-08linux-user: add strace support for openat2Michael Vogt
2024-10-08linux-user: add openat2 support in linux-userMichael Vogt
2024-10-08linux-user: Fix parse_elf_properties GNU0_MAGIC checkRichard Henderson
2024-10-08linux-user/flatload: Take mmap_lock in load_flt_binary()Philippe Mathieu-Daudé
2024-10-03linux-user: Remove unused handle_vm86_faultDr. David Alan Gilbert
2024-10-02linux-user/hppa: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-22linux-user: update syscall.tbl to Linux v6.11Laurent Vivier
2024-09-22linux-user,loongarch: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,hexagon: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,riscv: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,openrisc: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user,aarch64: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier
2024-09-22linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10Laurent Vivier
2024-09-22linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-09-20linux-user/syscall.c: eliminate other explicit LFS usagesMichael Tokarev
2024-09-20linux-user/syscall.c: drop 64 suffix from flock64 &CoMichael Tokarev
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé
2024-08-21linux-user: Handle short reads in mmap_h_gt_gRichard Henderson
2024-08-20linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé
2024-08-15linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang