summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt2023-11-221-0/+6
* linux-user: spelling fixes: othe, necesaryMichael Tokarev2023-11-151-1/+1
* linux-user: Show vdso address in /proc/pid/mapsRichard Henderson2023-10-301-0/+2
* linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier2023-10-061-4/+4
* linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier2023-10-061-3/+3
* linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier2023-10-061-11/+11
* tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-1/+1
* linux-user/riscv: Add new extensions to hwprobeRobbin Ehn2023-09-111-1/+13
* Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-09-061-384/+128
|\
| * linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson2023-09-011-139/+4
| * linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich2023-09-011-1/+2
| * linux-user: Show heap address in /proc/pid/mapsRichard Henderson2023-09-011-0/+2
| * linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson2023-09-011-76/+114
| * util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson2023-09-011-2/+4
| * linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-170/+6
* | accel/tcg: spelling fixesMichael Tokarev2023-08-311-2/+2
|/
* linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller2023-08-091-1/+12
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-091-6/+0
* linux-user: Split out do_mmapRichard Henderson2023-08-091-17/+73
* util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson2023-08-081-7/+8
* linux-user: Do not align brk with host page sizeAkihiko Odaki2023-08-061-42/+12
* linux-user: Do nothing if too small brk is specifiedAkihiko Odaki2023-08-061-3/+3
* linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki2023-08-061-13/+2
* linux-user: Do not call get_errno() in do_brk()Akihiko Odaki2023-08-061-3/+3
* linux-user: Fix signed math overflow in brk() syscallHelge Deller2023-07-181-2/+3
* linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller2023-07-181-1/+7
* linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller2023-07-181-6/+4
* linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell2023-07-171-7/+5
* linux-user: Drop uint and ulongJuan Quintela2023-07-151-4/+4
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+1
* linux-user: Widen target_mmap offset argument to off_tRichard Henderson2023-07-151-1/+1
* linux-user: Populate more bits in mmap_flags_tblRichard Henderson2023-07-151-2/+19
* linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab2023-07-151-1/+1
* linux-user: Fix do_shmat type errorsRichard Henderson2023-07-151-7/+6
* linux-user/syscall: Implement execve without execveatPierrick Bouvier2023-07-151-8/+12
* linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn2023-07-101-0/+146
* linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller2023-07-081-1/+11
* linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller2023-07-081-0/+4
* linux-user: Emulate /proc/self/smapsIlya Leoshkevich2023-07-031-1/+57
* linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2023-07-031-5/+13
* linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2023-07-031-19/+35
* linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell2023-06-101-2/+2
* linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev2023-06-091-4/+4
* linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich2023-06-051-2/+104
* linux-user: fix getgroups/setgroups allocationsMichael Tokarev2023-05-171-31/+68
* linux-user: Don't require PROT_READ for mincoreThomas Weißschuh2023-05-171-1/+1
* linux-user: Add open_tree() syscallThomas Weißschuh2023-05-171-0/+33
* linux-user: Add move_mount() syscallThomas Weißschuh2023-05-171-0/+33
* linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh2023-05-171-3/+3
* linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado2023-05-171-2/+32