aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-02-16linux-user/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson
2023-11-29linux-user: Fix loaddr computation for some elf filesRichard Henderson
2023-11-02Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé
2023-11-02Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé
2023-10-21linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka
2023-10-21linux-user/mips: fix abort on integer overflowMikulas Patocka
2023-10-21linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson
2023-09-25linux-user/hppa: lock both words of function descriptorMikulas Patocka
2023-09-25linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka
2023-09-13linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
2023-09-11linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-08-01linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller
2023-06-07linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-05-18linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-04-10linux-user: fix timerfd read endianness conversionMathis Marion
2023-04-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich
2023-04-10linux-user: fix sockaddr_in6 endiannessMathis Marion
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng
2022-11-02linux-user: Add strace output for timer_settime64() syscallHelge Deller
2022-11-02linux-user: Add close_range() syscallHelge Deller
2022-11-02linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller
2022-10-21linux-user: Implement faccessat2WANG Xuerui
2022-10-21linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui
2022-10-17linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi
2022-09-28linux-user: Add parameters of getrandom() syscall for straceHelge Deller
2022-09-27linux-user: Lock log around straceRichard Henderson
2022-09-27linux-user: Update print_futex_opRichard Henderson
2022-09-27linux-user: Implement PI futexesRichard Henderson
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson
2022-09-27linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang
2022-09-27linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang
2022-09-27linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich