aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson1-16/+15
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2-0/+3
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson1-1/+0
2022-01-11linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson1-1/+7
2022-01-11linux-user/hppa: Use force_sig_faultRichard Henderson1-15/+3
2022-01-11linux-user/cris: Use force_sig_faultRichard Henderson1-8/+4
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson1-42/+19
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson1-1/+1
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson2-2/+3
2022-01-06linux-user: netlink: update IFLA_BRPORT entriesLaurent Vivier1-0/+4
2022-01-06linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier1-0/+174
2022-01-06linux-user: netlink: update IFLA entriesLaurent Vivier1-0/+6
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied1-2/+2
2022-01-06linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson2-3/+1
2022-01-06linux-user/nios2: Fix sigmask in setup_rt_frameRichard Henderson1-2/+1
2022-01-06linux-user/nios2: Fix EA vs PC confusionRichard Henderson2-7/+4
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson2-24/+76
2022-01-06linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson1-9/+9
2022-01-06linux-user/nios2: Fixes for signal frame setupRichard Henderson1-30/+21
2022-01-06linux-user/nios2: Properly emulate EXCP_TRAPRichard Henderson1-18/+22
2022-01-06linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin1-1/+1
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi2-10/+28
2022-01-06linux-user: add sched_getattr supportTonis Tiigi2-0/+137
2022-01-06linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer1-1/+6
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson1-1/+1
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson1-1/+1
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson1-1/+1
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2-2/+38
2022-01-06linux-user: Disable more prctl subcodesRichard Henderson1-3/+55
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson24-320/+414
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao6-6/+0
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao18-18/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao16-256/+16
2022-01-06linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé1-1/+1
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé1-26/+2
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé1-3/+1
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui1-0/+87
2021-12-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson65-1155/+626
2021-12-20meson: Move linux_user_ss to linux-user/Richard Henderson1-0/+4
2021-12-20linux-user: Move thunk.c from top-levelRichard Henderson2-0/+482
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson15-1088/+5
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj1-1/+2
2021-12-19linux-user: Create special-errno.hRichard Henderson6-18/+37
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson35-70/+70
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson31-46/+45
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson19-254/+1
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2-0/+92
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2-0/+151
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson10-84/+144
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson7-396/+396