summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2018-04-09linux-user: fix preadv/pwritev offsetsMax Filippov
2018-04-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier
2018-04-02target/xtensa: linux-user: fix fadvise64 callMax Filippov
2018-04-01linux-user: implement clock_settimeMax Filippov
2018-04-01linux-user: fix error propagation in clock_gettimeMax Filippov
2018-03-31linux-user: fix mq_getsetattr implementationMax Filippov
2018-03-31linux-user: call cpu_copy under clone_lockMax Filippov
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-03-13linux-user: fix assertion in shmdtMax Filippov
2018-03-13linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: fix assertion in shmdtMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-02-18linux-user: Fix sched_getaffinity mask sizeSamuel Thibault
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab
2018-02-09Clean up includesMarkus Armbruster
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell
2018-01-23linux-user: implement renameat2Andreas Schwab
2018-01-23linux-user: Add getcpu() supportSamuel Thibault
2018-01-23linux-user: Fix sched_get/setaffinity conversionSamuel Thibault
2018-01-23linux-user: Translate flags argument to dup3 syscallPeter Maydell
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell
2017-11-07linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell
2017-11-07linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill
2017-11-07linux-user: fix 'finshed' typo in commentEmilio G. Cota
2017-11-07linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini
2017-07-31Revert "syscall: fix dereference of undefined pointer"Peter Maydell
2017-07-31syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé
2017-07-31syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé
2017-07-31syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-05-29linux-user: add support for rt_tgsigqueueinfo() system callMiloš Stojanović
2017-05-29linux-user: fix argument type declaration of rt_sigqueinfo() syscallMiloš Stojanović
2017-05-29linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo()...Miloš Stojanović
2017-05-29linux-user: fix ssetmask() system callMiloš Stojanović
2017-05-29linux-user: remove all traces of qemu from /proc/self/cmdlineAndreas Schwab