index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/syscall.c: sync RISC-V hwprobe with Linux
Daniel Henrique Barboza
2025-10-02
1
-0
/
+89
*
linux-user: Split out begin_parallel_context
Richard Henderson
2025-09-24
1
-6
/
+1
*
linux-user: Add syscall dispatch support
Arusekk
2025-09-23
1
-1
/
+75
*
linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC
Peter Maydell
2025-07-11
1
-3
/
+2
*
linux-user: Check for EFAULT failure in nanosleep
Peter Maydell
2025-07-10
1
-2
/
+6
*
linux-user: Implement fchmodat2 syscall
Peter Maydell
2025-07-10
1
-0
/
+13
*
linux-user: implement pgid field of /proc/self/stat
Andreas Schwab
2025-05-28
1
-0
/
+3
*
accel/tcg: Use vaddr for walk_memory_regions callback
Richard Henderson
2025-04-30
1
-4
/
+4
*
include/exec: Split out mmap-lock.h
Richard Henderson
2025-04-23
1
-0
/
+1
*
linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
Richard Henderson
2025-03-19
1
-26
/
+29
*
linux-user: Only include 'exec/tb-flush.h' header when necessary
Philippe Mathieu-Daudé
2025-03-09
1
-0
/
+1
*
Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...
Stefan Hajnoczi
2025-02-10
1
-0
/
+1
|
\
|
*
user: Introduce user/signal.h
Ilya Leoshkevich
2025-02-10
1
-0
/
+1
*
|
linux-user: Do not define struct sched_attr if libc headers do
Khem Raj
2025-02-07
1
-1
/
+3
|
/
*
linux-user: netlink: Add emulation of IP_MULTICAST_IF
Helge Deller
2025-01-24
1
-6
/
+14
*
linux-user: netlink: Add IP_PKTINFO cmsg parsing
Helge Deller
2025-01-24
1
-0
/
+10
*
linux-user: Use unique error messages for cmsg parsing
Helge Deller
2025-01-24
1
-2
/
+2
*
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
linux-user: Fix strace output for s390x mmap()
Ilya Leoshkevich
2024-11-22
1
-4
/
+1
*
linux-user: Fix setreuid and setregid to use direct syscalls
Helge Deller
2024-11-16
1
-4
/
+16
*
Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-10-24
1
-2
/
+4
|
\
|
*
linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
Yao Zi
2024-10-22
1
-1
/
+1
|
*
linux-user: Emulate /proc/self/maps under mmap_lock
Ilya Leoshkevich
2024-10-22
1
-1
/
+3
*
|
linux-user: Clean up unused header
Gustavo Romero
2024-10-21
1
-1
/
+0
|
/
*
linux-user: add strace support for openat2
Michael Vogt
2024-10-08
1
-7
/
+1
*
linux-user: add openat2 support in linux-user
Michael Vogt
2024-10-08
1
-2
/
+103
*
linux-user/syscall.c: eliminate other explicit LFS usages
Michael Tokarev
2024-09-20
1
-8
/
+8
*
linux-user/syscall.c: drop 64 suffix from flock64 &Co
Michael Tokarev
2024-09-20
1
-32
/
+30
*
linux-user: Remove support for CRIS target
Philippe Mathieu-Daudé
2024-09-13
1
-9
/
+1
*
linux-user: open_self_stat: Implement num_threads
Fabio D'Urso
2024-07-30
1
-0
/
+10
*
target/arm: Factor out code for setting MTE TCF0 field
Gustavo Romero
2024-07-05
1
-9
/
+0
*
linux-user: Make TARGET_NR_setgroups affect only the current thread
Ilya Leoshkevich
2024-06-19
1
-2
/
+8
*
user: Use get_task_state() helper
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
Michael Tokarev
2024-04-24
1
-7
/
+4
*
linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...
Michael Tokarev
2024-04-24
1
-2
/
+4
*
linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...
Michael Tokarev
2024-04-24
1
-24
/
+23
*
linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
Michael Tokarev
2024-04-24
1
-7
/
+2
*
linux-user: Fix waitid return of siginfo_t and rusage
Richard Henderson
2024-04-09
1
-6
/
+16
*
linux-user: Implement PR_GET_TID_ADDRESS
Richard Henderson
2024-03-12
1
-2
/
+4
*
linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL
Richard Henderson
2024-03-12
1
-2
/
+2
*
linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
Richard Henderson
2024-03-12
1
-1
/
+11
*
linux-user/riscv: Add Ztso extension to hwprobe
Christoph Müllner
2024-03-08
1
-0
/
+3
*
linux-user/riscv: Sync hwprobe keys with Linux
Christoph Müllner
2024-03-08
1
-8
/
+92
*
linux-user/riscv: Add Zicboz extensions to hwprobe
Christoph Müllner
2024-03-08
1
-0
/
+3
*
{linux,bsd}-user: Pass pid to fork_end()
Ilya Leoshkevich
2024-03-06
1
-3
/
+3
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-13
/
+13
[next]