aboutsummaryrefslogtreecommitdiff
path: root/linux-user/host
AgeCommit message (Expand)Author
2016-07-12linux-user: Clean up hostdep.h header guardsMarkus Armbruster
2016-07-07linux-user: Fix i386 safe-syscall.SRichard Henderson
2016-06-26linux-user: Provide safe_syscall for ppc64Richard Henderson
2016-06-26linux-user: Provide safe_syscall for s390xRichard Henderson
2016-06-26linux-user: Provide safe_syscall for aarch64Richard Henderson
2016-06-26linux-user: Provide safe_syscall for armRichard Henderson
2016-06-26linux-user: Provide safe_syscall for i386Richard Henderson
2016-06-26linux-user: fix x86_64 safe_syscallRichard Henderson
2016-06-26linux-user: Create a hostdep.h for each host architecturePeter Maydell
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin