summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/syscall.c: sync RISC-V hwprobe with LinuxDaniel Henrique Barboza2025-10-021-0/+89
* linux-user: Split out begin_parallel_contextRichard Henderson2025-09-241-6/+1
* linux-user: Add syscall dispatch supportArusekk2025-09-231-1/+75
* linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXECPeter Maydell2025-07-111-3/+2
* linux-user: Check for EFAULT failure in nanosleepPeter Maydell2025-07-101-2/+6
* linux-user: Implement fchmodat2 syscallPeter Maydell2025-07-101-0/+13
* linux-user: implement pgid field of /proc/self/statAndreas Schwab2025-05-281-0/+3
* accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson2025-04-301-4/+4
* include/exec: Split out mmap-lock.hRichard Henderson2025-04-231-0/+1
* linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscallRichard Henderson2025-03-191-26/+29
* linux-user: Only include 'exec/tb-flush.h' header when necessaryPhilippe Mathieu-Daudé2025-03-091-0/+1
* Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...Stefan Hajnoczi2025-02-101-0/+1
|\
| * user: Introduce user/signal.hIlya Leoshkevich2025-02-101-0/+1
* | linux-user: Do not define struct sched_attr if libc headers doKhem Raj2025-02-071-1/+3
|/
* linux-user: netlink: Add emulation of IP_MULTICAST_IFHelge Deller2025-01-241-6/+14
* linux-user: netlink: Add IP_PKTINFO cmsg parsingHelge Deller2025-01-241-0/+10
* linux-user: Use unique error messages for cmsg parsingHelge Deller2025-01-241-2/+2
* accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé2024-12-201-0/+1
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)Philippe Mathieu-Daudé2024-12-201-0/+1
* linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich2024-11-221-4/+1
* linux-user: Fix setreuid and setregid to use direct syscallsHelge Deller2024-11-161-4/+16
* Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-10-241-2/+4
|\
| * linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMINYao Zi2024-10-221-1/+1
| * linux-user: Emulate /proc/self/maps under mmap_lockIlya Leoshkevich2024-10-221-1/+3
* | linux-user: Clean up unused headerGustavo Romero2024-10-211-1/+0
|/
* linux-user: add strace support for openat2Michael Vogt2024-10-081-7/+1
* linux-user: add openat2 support in linux-userMichael Vogt2024-10-081-2/+103
* linux-user/syscall.c: eliminate other explicit LFS usagesMichael Tokarev2024-09-201-8/+8
* linux-user/syscall.c: drop 64 suffix from flock64 &CoMichael Tokarev2024-09-201-32/+30
* linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé2024-09-131-9/+1
* linux-user: open_self_stat: Implement num_threadsFabio D'Urso2024-07-301-0/+10
* target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero2024-07-051-9/+0
* linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich2024-06-191-2/+8
* user: Use get_task_state() helperPhilippe Mathieu-Daudé2024-05-061-2/+2
* accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-061-2/+2
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev2024-04-241-7/+4
* linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev2024-04-241-2/+4
* linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev2024-04-241-24/+23
* linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev2024-04-241-7/+2
* linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson2024-04-091-6/+16
* linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson2024-03-121-2/+4
* linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson2024-03-121-2/+2
* linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson2024-03-121-1/+11
* linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner2024-03-081-0/+3
* linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner2024-03-081-8/+92
* linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner2024-03-081-0/+3
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-061-3/+3
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-13/+13