aboutsummaryrefslogtreecommitdiff
path: root/linux-user/host
AgeCommit message (Expand)AuthorFilesLines
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini15-630/+0
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-20common-user: Move safe-syscall.* from linux-userRichard Henderson9-892/+0
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson9-10/+9
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson14-233/+0
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 Henderson7-73/+110
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson7-396/+396
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh7-140/+0
2021-11-23linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh10-0/+54
2021-11-02linux-user/host/riscv: Improve host_signal_writeRichard Henderson1-55/+28
2021-11-02linux-user/host/riscv: Populate host_signal.hRichard Henderson1-1/+85
2021-11-02linux-user/host/mips: Populate host_signal.hRichard Henderson1-1/+62
2021-11-02linux-user/host/s390: Populate host_signal.hRichard Henderson2-2/+94
2021-11-02linux-user/host/aarch64: Populate host_signal.hRichard Henderson1-1/+74
2021-11-02linux-user/host/arm: Populate host_signal.hRichard Henderson1-1/+30
2021-11-02linux-user/host/sparc: Populate host_signal.hRichard Henderson2-2/+55
2021-11-02linux-user/host/alpha: Populate host_signal.hRichard Henderson1-0/+42
2021-11-02linux-user/host/ppc: Populate host_signal.hRichard Henderson2-2/+26
2021-11-02linux-user/host/x86: Populate host_signal.hRichard Henderson3-3/+50
2021-10-30linux-user: Reorg handling for SIGSEGVRichard Henderson13-0/+13
2021-10-30configure: Merge riscv32 and riscv64 host architecturesRichard Henderson3-13/+2
2020-09-17linux-user/: fix some comment spelling errorszhaolichang1-1/+1
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson2-0/+100
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis1-0/+11
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis1-0/+11
2018-07-31linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat1-2/+6
2018-02-18linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther1-3/+3
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj6-6/+6
2017-02-14linux-user: Fix s390x safe-syscall for z900Richard Henderson1-1/+1
2016-07-12linux-user: Clean up hostdep.h header guardsMarkus Armbruster13-26/+26
2016-07-07linux-user: Fix i386 safe-syscall.SRichard Henderson1-18/+6
2016-06-26linux-user: Provide safe_syscall for ppc64Richard Henderson2-0/+115
2016-06-26linux-user: Provide safe_syscall for s390xRichard Henderson2-0/+113
2016-06-26linux-user: Provide safe_syscall for aarch64Richard Henderson2-0/+98
2016-06-26linux-user: Provide safe_syscall for armRichard Henderson2-0/+113
2016-06-26linux-user: Provide safe_syscall for i386Richard Henderson2-0/+135
2016-06-26linux-user: fix x86_64 safe_syscallRichard Henderson1-3/+3
2016-06-26linux-user: Create a hostdep.h for each host architecturePeter Maydell12-6/+166
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell1-0/+10
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin3-0/+139