aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-20accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé1-0/+1
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé1-1/+1
2024-12-20accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)Philippe Mathieu-Daudé1-0/+1
2024-11-22linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich1-4/+1
2024-11-16linux-user: Fix setreuid and setregid to use direct syscallsHelge Deller1-4/+16
2024-10-24Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-2/+4
2024-10-22linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMINYao Zi1-1/+1
2024-10-22linux-user: Emulate /proc/self/maps under mmap_lockIlya Leoshkevich1-1/+3
2024-10-21linux-user: Clean up unused headerGustavo Romero1-1/+0
2024-10-08linux-user: add strace support for openat2Michael Vogt1-7/+1
2024-10-08linux-user: add openat2 support in linux-userMichael Vogt1-2/+103
2024-09-20linux-user/syscall.c: eliminate other explicit LFS usagesMichael Tokarev1-8/+8
2024-09-20linux-user/syscall.c: drop 64 suffix from flock64 &CoMichael Tokarev1-32/+30
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé1-9/+1
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso1-0/+10
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero1-9/+0
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich1-2/+8
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé1-2/+2
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-2/+2
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev1-7/+4
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev1-2/+4
2024-04-24linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev1-24/+23
2024-04-24linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev1-7/+2
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson1-6/+16
2024-03-12linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson1-2/+4
2024-03-12linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson1-2/+2
2024-03-12linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson1-1/+11
2024-03-08linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner1-0/+3
2024-03-08linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner1-8/+92
2024-03-08linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner1-0/+3
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich1-3/+3
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-13/+13
2024-02-29linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson1-0/+16
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt1-0/+6
2023-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev1-1/+1
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson1-0/+2
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier1-4/+4
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier1-3/+3
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier1-11/+11
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-1/+1
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn1-1/+13
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-384/+128
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson1-139/+4
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich1-1/+2
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson1-0/+2
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson1-76/+114
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson1-2/+4
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-170/+6
2023-08-31accel/tcg: spelling fixesMichael Tokarev1-2/+2