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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2024-12-20
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2024-12-20
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
1
-0
/
+1
2024-11-22
linux-user: Fix strace output for s390x mmap()
Ilya Leoshkevich
1
-4
/
+1
2024-11-16
linux-user: Fix setreuid and setregid to use direct syscalls
Helge Deller
1
-4
/
+16
2024-10-24
Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-2
/
+4
2024-10-22
linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
Yao Zi
1
-1
/
+1
2024-10-22
linux-user: Emulate /proc/self/maps under mmap_lock
Ilya Leoshkevich
1
-1
/
+3
2024-10-21
linux-user: Clean up unused header
Gustavo Romero
1
-1
/
+0
2024-10-08
linux-user: add strace support for openat2
Michael Vogt
1
-7
/
+1
2024-10-08
linux-user: add openat2 support in linux-user
Michael Vogt
1
-2
/
+103
2024-09-20
linux-user/syscall.c: eliminate other explicit LFS usages
Michael Tokarev
1
-8
/
+8
2024-09-20
linux-user/syscall.c: drop 64 suffix from flock64 &Co
Michael Tokarev
1
-32
/
+30
2024-09-13
linux-user: Remove support for CRIS target
Philippe Mathieu-Daudé
1
-9
/
+1
2024-07-30
linux-user: open_self_stat: Implement num_threads
Fabio D'Urso
1
-0
/
+10
2024-07-05
target/arm: Factor out code for setting MTE TCF0 field
Gustavo Romero
1
-9
/
+0
2024-06-19
linux-user: Make TARGET_NR_setgroups affect only the current thread
Ilya Leoshkevich
1
-2
/
+8
2024-05-06
user: Use get_task_state() helper
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-24
linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
Michael Tokarev
1
-7
/
+4
2024-04-24
linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...
Michael Tokarev
1
-2
/
+4
2024-04-24
linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...
Michael Tokarev
1
-24
/
+23
2024-04-24
linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
Michael Tokarev
1
-7
/
+2
2024-04-09
linux-user: Fix waitid return of siginfo_t and rusage
Richard Henderson
1
-6
/
+16
2024-03-12
linux-user: Implement PR_GET_TID_ADDRESS
Richard Henderson
1
-2
/
+4
2024-03-12
linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL
Richard Henderson
1
-2
/
+2
2024-03-12
linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
Richard Henderson
1
-1
/
+11
2024-03-08
linux-user/riscv: Add Ztso extension to hwprobe
Christoph Müllner
1
-0
/
+3
2024-03-08
linux-user/riscv: Sync hwprobe keys with Linux
Christoph Müllner
1
-8
/
+92
2024-03-08
linux-user/riscv: Add Zicboz extensions to hwprobe
Christoph Müllner
1
-0
/
+3
2024-03-06
{linux,bsd}-user: Pass pid to fork_end()
Ilya Leoshkevich
1
-3
/
+3
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-13
/
+13
2024-02-29
linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}
Richard Henderson
1
-0
/
+16
2023-11-22
linux-user/riscv: Add Zicboz block size to hwprobe
Palmer Dabbelt
1
-0
/
+6
2023-11-15
linux-user: spelling fixes: othe, necesary
Michael Tokarev
1
-1
/
+1
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
Laurent Vivier
1
-4
/
+4
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
Laurent Vivier
1
-11
/
+11
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
1
-1
/
+1
2023-09-11
linux-user/riscv: Add new extensions to hwprobe
Robbin Ehn
1
-1
/
+13
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-384
/
+128
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
1
-139
/
+4
2023-09-01
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+2
2023-09-01
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-09-01
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
1
-76
/
+114
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
1
-2
/
+4
2023-09-01
linux-user: Split out cpu/target_proc.h
Richard Henderson
1
-170
/
+6
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
1
-2
/
+2
[next]