summaryrefslogtreecommitdiff
path: root/linux-user/host
AgeCommit message (Expand)AuthorFilesLines
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