summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2026-08-13linux-user: implement mount_setattr(2)Matt Turner
2026-08-12linux-user/sh4: Fix crashes on signal delivery in conditional delay slotMikulas Patocka
2026-08-12linux-user/sh4: Initialize the FPSCR register on signalMikulas Patocka
2026-08-12linux-user/sh4: Deliver SIGILL on invalid instructionMikulas Patocka
2026-08-05linux-user/aarch64: Fix SHADOW_STACK_SET_TOKENRichard Henderson
2026-08-05linux-user: fix incorrect msg_l[sr]pid members of target_msqid_dsno92
2026-08-05linux-user: Fix msqid_ds struct wrt 32-bit big endian architecturesHelge Deller
2026-08-05linux-user/sh4: allow full 32-bit address spaceLaurent Vivier
2026-08-05linux-user: fix guards for the fsmount(2) syscall seriesMatt Turner
2026-08-05linux-user: Guard local FUTEX_CMD_MASK definitionCédric Le Goater
2026-07-15linux-user/alpha: populate AT_HWCAP from env->amaskMatt Turner
2026-07-15linux-user/alpha: add coredump supportMatt Turner
2026-07-14linux-user: Validate guest-passed dm_ioctl data_sizePeter Maydell
2026-06-24linux-user: Fix AT_PHDR when program headers are relocated into their own seg...Akshit Yadav
2026-06-24linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturnMatt Turner
2026-06-24linux-user/xtensa: save/restore FP registers across signal deliveryMatt Turner
2026-06-14linux-user: add preadv2/preadv2Dominique Martinet
2026-06-11linux-user/strace: add fsmount series of syscallsXinhui Yang
2026-06-11linux-user: implement fsmount(2) series of syscallsXinhui Yang
2026-06-01linux-user/s390x: restore fpu_status rounding mode from FPC on sigreturnMatt Turner
2026-06-01linux-user/sh4: restore FP rounding mode on sigreturnMatt Turner
2026-06-01linux-user/sh4: preserve T/M/Q bits across signal deliveryMatt Turner
2026-06-01linux-user/mips: save/restore FCSR across signal deliveryMatt Turner
2026-06-01linux-user/ppc: restore fp_status from FPSCR on sigreturnMatt Turner
2026-05-26linux-user/mips64: fix mipsn32 elf_core_copy_regs entry widthMatt Turner
2026-05-26linux-user/mips64: fix elf_core_copy_regs register layout in core filesMatt Turner
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-02linux-user: Translate errno in IP_RECVERR and IPV6_RECVERRHelge Deller
2026-05-02linux-user: Allow getsockopt() with NULL optval addressHelge Deller
2026-05-02linux-user: Flush errors by using exit() instead of _exit() in error pathHelge Deller
2026-05-02linux-user: Add missing CDROM ioctlsHelge Deller
2026-05-02linux-user: Flush errors by using exit() instead of _exit() in error pathHelge Deller
2026-05-02linux-user: Use abi_int for imr_ifindex in ip_mreqn structHelge Deller
2026-05-02linux-user: Fix CLONE_PARENT_SETTID when using fork-like cloneHelge Deller
2026-05-02linux-user: Add getsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWHelge Deller
2026-05-02linux-user: Add setsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWHelge Deller
2026-05-02linux-user: Define SO_TIMESTAMP*_NEW and SO_RCVTIMEIO_NEWHelge Deller
2026-05-02linux-user/mips: sync k0 TLS for EF_MIPS_MACH_OCTEON userlandsJames Hilliard
2026-05-02linux-user/strace: Use pointer type for read and write valuesAlistair Francis
2026-05-02linux-user/arm/nwfpe: Use thread-local storage for qemufpaRichard Henderson
2026-05-02linux-user/arm/nwfpe: Replace user_registers with current_cpuRichard Henderson
2026-05-02linux-user: Don't define target_stat64 struct for loongarch64Gyorgy Tamasi
2026-04-30linux-user: fix off-by-one in host_to_target_for_each_rtattr()Yixin Wei
2026-04-30linux-user/ppc: Fix ppc64 rt_sigframe stack offsetMatt Turner
2026-03-31bsd-user, linux-user: signal: recursive signal delivery fixNicholas Piggin
2026-03-31linux-user: Make openat2() use -L for absolute pathsSun Haoyu
2026-03-31linux-user: update select timeout writebackSun Haoyu
2026-03-31linux-user: fix name_to_handle_at when AT_HANDLE_MNT_ID_UNIQUE flag is setClayton Craft