aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev
2024-04-24linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson
2024-03-12linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson
2024-03-12linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson
2024-03-12linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson
2024-03-08linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner
2024-03-08linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner
2024-03-08linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-02-29linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt
2023-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-09linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-09linux-user: Split out do_mmapRichard Henderson
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller
2023-07-17linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell
2023-07-15linux-user: Drop uint and ulongJuan Quintela
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson