index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
linux-user: Fix payload size logic in host_to_target_cmsg()
Peter Maydell
1
-1
/
+2
2018-05-25
linux-user: update netlink emulation
Laurent Vivier
1
-0
/
+58
2018-05-11
linux-user: fix conversion of flock/flock64 l_type field
Laurent Vivier
1
-18
/
+48
2018-05-03
linux-user: remove useless padding in flock64 structure
Laurent Vivier
1
-7
/
+7
2018-04-30
linux-user: Fix getdents emulation for 64 bit guest on 32 bit host
Peter Maydell
1
-3
/
+15
2018-04-10
Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into staging
Peter Maydell
1
-2
/
+25
2018-04-09
linux-user: fix preadv/pwritev offsets
Max Filippov
1
-2
/
+25
2018-04-04
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...
Peter Maydell
1
-2
/
+5
2018-04-03
linux-user: define TARGET_ARCH_HAS_KA_RESTORER
Laurent Vivier
1
-2
/
+5
2018-04-02
target/xtensa: linux-user: fix fadvise64 call
Max Filippov
1
-1
/
+1
2018-04-01
linux-user: implement clock_settime
Max Filippov
1
-0
/
+12
2018-04-01
linux-user: fix error propagation in clock_gettime
Max Filippov
1
-1
/
+1
2018-03-31
linux-user: fix mq_getsetattr implementation
Max Filippov
1
-6
/
+7
2018-03-31
linux-user: call cpu_copy under clone_lock
Max Filippov
1
-3
/
+4
2018-03-17
Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging
Peter Maydell
1
-0
/
+2
2018-03-16
target/xtensa: add linux-user support
Max Filippov
1
-0
/
+2
2018-03-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...
Peter Maydell
1
-2
/
+16
2018-03-13
linux-user: fix assertion in shmdt
Max Filippov
1
-1
/
+7
2018-03-13
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
1
-1
/
+4
2018-03-09
linux-user: fix assertion in shmdt
Max Filippov
1
-1
/
+7
2018-03-09
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
1
-1
/
+4
2018-03-09
linux-user: Support f_flags in statfs when available.
Shea Levy
1
-0
/
+5
2018-03-09
linux-user: Implement aarch64 PR_SVE_SET/GET_VL
Richard Henderson
1
-0
/
+27
2018-03-07
RISC-V Linux User Emulation
Michael Clark
1
-0
/
+2
2018-02-18
linux-user: Fix sched_getaffinity mask size
Samuel Thibault
1
-1
/
+3
2018-02-18
linux-user: Implement ioctl cmd TIOCGPTPEER
Andreas Schwab
1
-0
/
+9
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-02-05
Drop remaining bits of ia64 host support
Peter Maydell
1
-6
/
+1
2018-01-23
linux-user: implement renameat2
Andreas Schwab
1
-0
/
+34
2018-01-23
linux-user: Add getcpu() support
Samuel Thibault
1
-0
/
+19
2018-01-23
linux-user: Fix sched_get/setaffinity conversion
Samuel Thibault
1
-8
/
+73
2018-01-23
linux-user: Translate flags argument to dup3 syscall
Peter Maydell
1
-1
/
+9
2018-01-23
linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)
Peter Maydell
1
-2
/
+2
2018-01-23
linux-user: Fix length calculations in host_to_target_cmsg()
Peter Maydell
1
-7
/
+22
2017-11-07
linux-user: Handle rt_sigaction correctly for SPARC
Peter Maydell
1
-4
/
+23
2017-11-07
linux-user: return EINVAL from prctl(PR_*_SECCOMP)
James Cowgill
1
-0
/
+6
2017-11-07
linux-user: fix 'finshed' typo in comment
Emilio G. Cota
1
-1
/
+1
2017-11-07
linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64
James Clarke
1
-11
/
+25
2017-11-07
linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB
Helge Deller
1
-11
/
+20
2017-10-24
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
1
-0
/
+1
2017-10-19
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...
Peter Maydell
1
-0
/
+3
2017-10-16
linux-user: Add some random ioctls
Marco A L Barbosa
1
-0
/
+1
2017-10-16
linux-user: remove duplicate break in syscall
Carlo Marcelo Arenas Belón
1
-1
/
+0
2017-10-16
linux-user: remove duplicate break in syscall
Carlo Marcelo Arenas Belón
1
-1
/
+0
2017-10-16
linux-user: fix O_TMPFILE handling
Riku Voipio
1
-0
/
+3
2017-08-08
Revert "rcu: do not create thread in pthread_atfork callback"
Paolo Bonzini
1
-1
/
+0
2017-07-31
Revert "syscall: fix dereference of undefined pointer"
Peter Maydell
1
-1
/
+0
2017-07-31
syscall: check inotify() and eventfd() return value
Philippe Mathieu-Daudé
1
-4
/
+12
2017-07-31
syscall: fix use of uninitialized values
Philippe Mathieu-Daudé
1
-0
/
+1
2017-07-31
syscall: fix dereference of undefined pointer
Philippe Mathieu-Daudé
1
-0
/
+1
[next]