summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2026-05-19linux-user/sh4: Fix setup_sigtramp to match Linux kernel trampoline patternMatt Turner
2026-05-19linux-user/sh4: Fix target_ucontext tuc_link field typeMatt Turner
2026-05-19linux-user: Fix AT_EXECFN in AUXV for symlinked programsHelge Deller
2026-05-14linux-user: Translate errno in IP_RECVERR and IPV6_RECVERRHelge Deller
2026-05-14linux-user: Allow getsockopt() with NULL optval addressHelge Deller
2026-05-14linux-user: Flush errors by using exit() instead of _exit() in error pathHelge Deller
2026-05-14linux-user: Add missing CDROM ioctlsHelge Deller
2026-05-14linux-user: Flush errors by using exit() instead of _exit() in error pathHelge Deller
2026-05-14linux-user: Use abi_int for imr_ifindex in ip_mreqn structHelge Deller
2026-05-14linux-user: Fix CLONE_PARENT_SETTID when using fork-like cloneHelge Deller
2026-05-14linux-user: Add getsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWHelge Deller
2026-05-14linux-user: Add setsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWHelge Deller
2026-05-14linux-user: Define SO_TIMESTAMP*_NEW and SO_RCVTIMEIO_NEWHelge Deller
2026-05-14linux-user/mips: sync k0 TLS for EF_MIPS_MACH_OCTEON userlandsJames Hilliard
2026-05-14linux-user/strace: Use pointer type for read and write valuesAlistair Francis
2026-05-14linux-user/arm/nwfpe: Use thread-local storage for qemufpaRichard Henderson
2026-05-14linux-user/arm/nwfpe: Replace user_registers with current_cpuRichard Henderson
2026-05-14linux-user: Don't define target_stat64 struct for loongarch64Gyorgy Tamasi
2026-05-14linux-user: fix off-by-one in host_to_target_for_each_rtattr()Yixin Wei
2026-05-14linux-user/ppc: Fix ppc64 rt_sigframe stack offsetMatt Turner
2026-05-14bsd-user, linux-user: signal: recursive signal delivery fixNicholas Piggin
2026-05-14linux-user: Make openat2() use -L for absolute pathsSun Haoyu
2026-05-14linux-user: update select timeout writebackSun Haoyu
2026-05-14linux-user: fix name_to_handle_at when AT_HANDLE_MNT_ID_UNIQUE flag is setClayton Craft
2026-05-14include: Don't include guest-host.h in cpu-ldst.hPeter Maydell
2026-03-31linux-user/i386/signal.c: Correct definition of target_fpstate_32Peter Maydell
2026-03-18linux-user: fix mremap with old_size=0 for shared mappingsRazvan Ghiorghe
2026-03-18linux-user: Fix zero_bss for RX PT_LOAD segmentsRazvan Ghiorghe
2026-03-11linux-user: fix TIOCGSID ioctlAndreas Schwab
2026-03-11linux-user: Deal with mmap where start > reserved_vaBingwu Zhang
2026-02-10linux-user/syscall.c: Prevent acquiring clone_lock while fork()Aleksandr Sergeev
2026-01-24linux-user: fixup termios2 related things on PowerPCIcenowy Zheng
2026-01-24linux-user: Add missing termios baud ratesVivian Wang
2026-01-24linux-user: Add termios2 support to sparc targetLuca Bonissi
2026-01-24linux-user: Add termios2 support to sh4 targetLuca Bonissi
2026-01-24linux-user: Add termios2 support to mips targetLuca Bonissi
2026-01-24linux-user: Add termios2 support to hppa targetLuca Bonissi
2026-01-24linux-user: Add termios2 support to alpha targetLuca Bonissi
2026-01-24linux-user: Add termios2 supportLuca Bonissi
2026-01-21linux-user/aarch64/target_fcntl.h: add missing TARGET_O_LARGEFILE definitionPierrick Bouvier
2026-01-13linux-user: fix reserved_va page leak in do_munmapMatthew Lugg
2026-01-13linux-user: fix mremap errors for invalid rangesMatthew Lugg
2026-01-13linux-user: fix mremap unmapping adjacent regionMatthew Lugg
2026-01-13linux-user/elfload.c: Correction to HWCAP2 accessorJim MacArthur
2026-01-13linux-user: allow null `pathname` for statx()/fstatat()Jean-Christian CÎRSTEA
2025-10-31linux-user: permit sendto() with NULL buf and 0 lenPeter Maydell
2025-10-29linux-user: Use correct type for FIBMAP and FIGETBSZ emulationBastian Blank
2025-10-17linux-user/hexagon: Use an array for GPRsBrian Cain
2025-10-17linux-user/hexagon: use abi_ulongBrian Cain
2025-10-17linux-user/hexagon: Fix sigcontextBrian Cain