aboutsummaryrefslogtreecommitdiff
path: root/linux-user/host
AgeCommit message (Expand)Author
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis
2018-07-31linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat
2018-02-18linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj
2017-02-14linux-user: Fix s390x safe-syscall for z900Richard Henderson
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