summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell2018-05-251-1/+2
* linux-user: update netlink emulationLaurent Vivier2018-05-251-0/+58
* linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier2018-05-111-18/+48
* linux-user: remove useless padding in flock64 structureLaurent Vivier2018-05-031-7/+7
* linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell2018-04-301-3/+15
* Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into stagingPeter Maydell2018-04-101-2/+25
|\
| * linux-user: fix preadv/pwritev offsetsMax Filippov2018-04-091-2/+25
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-04-041-2/+5
|\ \ | |/ |/|
| * linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier2018-04-031-2/+5
* | target/xtensa: linux-user: fix fadvise64 callMax Filippov2018-04-021-1/+1
* | linux-user: implement clock_settimeMax Filippov2018-04-011-0/+12
* | linux-user: fix error propagation in clock_gettimeMax Filippov2018-04-011-1/+1
* | linux-user: fix mq_getsetattr implementationMax Filippov2018-03-311-6/+7
* | linux-user: call cpu_copy under clone_lockMax Filippov2018-03-311-3/+4
|/
* Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell2018-03-171-0/+2
|\
| * target/xtensa: add linux-user supportMax Filippov2018-03-161-0/+2
| * linux-user: fix assertion in shmdtMax Filippov2018-03-131-1/+7
| * linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-131-1/+4
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-03-151-2/+16
|\ \ | |/ |/|
| * linux-user: fix assertion in shmdtMax Filippov2018-03-091-1/+7
| * linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-091-1/+4
| * linux-user: Support f_flags in statfs when available.Shea Levy2018-03-091-0/+5
* | linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson2018-03-091-0/+27
|/
* RISC-V Linux User EmulationMichael Clark2018-03-071-0/+2
* linux-user: Fix sched_getaffinity mask sizeSamuel Thibault2018-02-181-1/+3
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-181-0/+9
* Clean up includesMarkus Armbruster2018-02-091-1/+0
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-6/+1
* linux-user: implement renameat2Andreas Schwab2018-01-231-0/+34
* linux-user: Add getcpu() supportSamuel Thibault2018-01-231-0/+19
* linux-user: Fix sched_get/setaffinity conversionSamuel Thibault2018-01-231-8/+73
* linux-user: Translate flags argument to dup3 syscallPeter Maydell2018-01-231-1/+9
* linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2018-01-231-2/+2
* linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell2018-01-231-7/+22
* linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell2017-11-071-4/+23
* linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill2017-11-071-0/+6
* linux-user: fix 'finshed' typo in commentEmilio G. Cota2017-11-071-1/+1
* linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke2017-11-071-11/+25
* linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller2017-11-071-11/+20
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-0/+1
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell2017-10-191-0/+3
|\
| * linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0
| * linux-user: fix O_TMPFILE handlingRiku Voipio2017-10-161-0/+3
* | linux-user: Add some random ioctlsMarco A L Barbosa2017-10-161-0/+1
* | linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0
|/
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-1/+0
* Revert "syscall: fix dereference of undefined pointer"Peter Maydell2017-07-311-1/+0
* syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé2017-07-311-4/+12
* syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé2017-07-311-0/+1
* syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé2017-07-311-0/+1