aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell1-0/+1
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson1-19/+27
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab4-0/+16
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh9-143/+15
2021-11-23linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh10-0/+54
2021-11-22linux-user: fix Coverity CID 1464101Laurent Vivier1-3/+7
2021-11-21linux-user: Rewrite do_getdents, do_getdents64Richard Henderson1-139/+122
2021-11-21linux-user: Fix member types of target_dirent64Richard Henderson1-3/+3
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson2-5/+7