aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2022-01-11linux-user/m68k: Use force_sig_faultRichard Henderson
2022-01-11linux-user/i386: Use force_sig, force_sig_faultRichard Henderson
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson
2022-01-11linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson
2022-01-11linux-user/hppa: Use force_sig_faultRichard Henderson
2022-01-11linux-user/cris: Use force_sig_faultRichard Henderson
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson
2022-01-06linux-user: netlink: update IFLA_BRPORT entriesLaurent Vivier
2022-01-06linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier
2022-01-06linux-user: netlink: update IFLA entriesLaurent Vivier
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied
2022-01-06linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson
2022-01-06linux-user/nios2: Fix sigmask in setup_rt_frameRichard Henderson
2022-01-06linux-user/nios2: Fix EA vs PC confusionRichard Henderson
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson
2022-01-06linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson
2022-01-06linux-user/nios2: Fixes for signal frame setupRichard Henderson
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson
2022-01-06linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi
2022-01-06linux-user: add sched_getattr supportTonis Tiigi
2022-01-06linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson
2022-01-06linux-user: Disable more prctl subcodesRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao
2022-01-06linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui
2021-12-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2021-12-20meson: Move linux_user_ss to linux-user/Richard Henderson
2021-12-20linux-user: Move thunk.c from top-levelRichard Henderson
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj
2021-12-19linux-user: Create special-errno.hRichard Henderson
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson