summaryrefslogtreecommitdiffstats
path: root/linux-user/host/x86_64
Commit message (Expand)AuthorAgeFilesLines
* user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2022-01-121-29/+0Star
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-94/+0Star
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson2021-12-201-18/+0Star
* linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson2021-12-201-12/+15
* linux-user: Untabify all safe-syscall.inc.SRichard Henderson2021-12-201-1/+1
* linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh2021-11-231-20/+0Star
* linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh2021-11-231-0/+5
* linux-user/host/x86: Populate host_signal.hRichard Henderson2021-11-021-1/+24
* linux-user: Reorg handling for SIGSEGVRichard Henderson2021-10-301-0/+1
* Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj2017-07-201-1/+1
* linux-user: Clean up hostdep.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: fix x86_64 safe_syscallRichard Henderson2016-06-261-3/+3
* linux-user: provide frame information in x86-64 safe_syscallPeter Maydell2016-06-081-0/+10
* linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin2016-05-272-0/+119