]> git.proxmox.com Git - mirror_qemu.git/history - linux-user/syscall.c
accel/tcg: spelling fixes
[mirror_qemu.git] / linux-user / syscall.c
2023-08-31 Michael Tokarevaccel/tcg: spelling fixes
2023-08-11 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-08-09 Richard HendersonMerge tag 'or1k-pull-request-20230809' of https://githu...
2023-08-09 Richard HendersonMerge tag 'pull-lu-20230809' of https://gitlab.com...
2023-08-09 Helge Dellerlinux-user: Fix openat() emulation to correctly detect...
2023-08-09 Richard Hendersonlinux-user: Use ARRAY_SIZE with bitmask_transtbl
2023-08-09 Richard Hendersonlinux-user: Split out do_mmap
2023-08-08 Richard HendersonMerge tag 'nvme-next-pull-request' of https://gitlab...
2023-08-08 Richard HendersonMerge tag 'pull-lu-20230808' of https://gitlab.com...
2023-08-08 Richard Hendersonutil/selfmap: Rewrite using qemu/interval-tree.h
2023-08-06 Richard HendersonMerge tag 'pull-tcg-20230806-3' of https://gitlab.com...
2023-08-06 Akihiko Odakilinux-user: Do not align brk with host page size
2023-08-06 Akihiko Odakilinux-user: Do nothing if too small brk is specified
2023-08-06 Akihiko Odakilinux-user: Use MAP_FIXED_NOREPLACE for do_brk()
2023-08-06 Akihiko Odakilinux-user: Do not call get_errno() in do_brk()
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-24 Peter MaydellMerge tag 'pull-qapi-2023-07-10' of https://repo.or...
2023-07-20 Peter MaydellMerge tag 'pull-nbd-2023-07-19' of https://repo.or...
2023-07-20 Peter MaydellMerge tag 'linux-user-brk-fixes-pull-request' of https...
2023-07-18 Helge Dellerlinux-user: Fix signed math overflow in brk() syscall
2023-07-18 Helge Dellerlinux-user: Prohibit brk() to to shrink below initial...
2023-07-18 Helge Dellerlinux-user: Fix qemu brk() to not zero bytes on current...
2023-07-17 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-17 Richard HendersonMerge tag 'pull-target-arm-20230717' of https://git...
2023-07-17 Peter Maydelllinux-user: Remove pointless NULL check in clock_adjtim...
2023-07-15 Richard HendersonMerge tag 'pull-tpm-2023-07-14-1' of https://github...
2023-07-15 Richard HendersonMerge tag 'pull-tcg-20230715' of https://gitlab.com...
2023-07-15 Juan Quintelalinux-user: Drop uint and ulong
2023-07-15 Richard Hendersonaccel/tcg: Return bool from page_check_range
2023-07-15 Richard Hendersonlinux-user: Widen target_mmap offset argument to off_t
2023-07-15 Richard Hendersonlinux-user: Populate more bits in mmap_flags_tbl
2023-07-15 Andreas Schwablinux-user: Make sure initial brk(0) is page-aligned
2023-07-15 Richard Hendersonlinux-user: Fix do_shmat type errors
2023-07-15 Pierrick Bouvierlinux-user/syscall: Implement execve without execveat
2023-07-11 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-07-11 Richard HendersonMerge tag 'mips-20230710' of https://github.com/philmd...
2023-07-10 Richard HendersonMerge tag 'qga-pull-2023-07-10' of https://github.com...
2023-07-10 Richard HendersonMerge tag 'pull-riscv-to-apply-20230710-1' of https...
2023-07-10 Robbin Ehnlinux-user/riscv: Add syscall riscv_hwprobe
2023-07-09 Richard HendersonMerge tag 'pull-tcg-20230709' of https://gitlab.com...
2023-07-09 Richard HendersonMerge tag 'linux-user-fcntl64-pull-request' of https...
2023-07-08 Helge Dellerlinux-user: Fix accept4(SOCK_NONBLOCK) syscall
2023-07-08 Helge Dellerlinux-user: Fix fcntl() and fcntl64() to return O_LARGE...
2023-07-04 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-04 Richard HendersonMerge tag 'pull-maintainer-ominbus-030723-1' of https...
2023-07-03 Ilya Leoshkevichlinux-user: Emulate /proc/self/smaps
2023-07-03 Ilya Leoshkevichlinux-user: Add "safe" parameter to do_guest_openat()
2023-07-03 Ilya Leoshkevichlinux-user: Expose do_guest_openat() and do_guest_readl...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-10 Richard HendersonMerge tag 'pull-ppc-20230610' of https://gitlab.com...
2023-06-10 Richard HendersonMerge tag 'trivial-patches-20230610' of https://gitlab...
2023-06-09 Peter Maydelllinux-user: Return EINVAL for getgroups() with negative...
2023-06-09 Michael Tokarevlinux-user: add comments for TARGET_NR_[gs]etgroups...
2023-06-06 Richard HendersonMerge tag 'pull-target-arm-20230606' of https://git...
2023-06-06 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-06 Richard HendersonMerge tag 'pull-request-2023-06-06' of https://gitlab...
2023-06-05 Ilya Leoshkevichlinux-user: Emulate /proc/cpuinfo on s390x
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-17 Michael Tokarevlinux-user: fix getgroups/setgroups allocations
2023-05-17 Thomas Weißschuhlinux-user: Don't require PROT_READ for mincore
2023-05-17 Thomas Weißschuhlinux-user: Add open_tree() syscall
2023-05-17 Thomas Weißschuhlinux-user: Add move_mount() syscall
2023-05-17 Thomas Weißschuhlinux-user: report ENOTTY for unknown ioctls
2023-05-17 Afonso Bordadolinux-user: Emulate /proc/cpuinfo output for riscv
2023-04-22 Richard HendersonMerge tag 'pull-hex-20230421' of https://github.com...
2023-04-10 Peter MaydellMerge tag 'pull_error_handle_fix_use_after_free.v1...
2023-03-29 Peter MaydellMerge tag 'pull-tcg-20230328' of https://gitlab.com...
2023-03-28 Richard Hendersonaccel/tcg: Pass last not end to page_set_flags
2023-03-24 Peter MaydellMerge tag 'qga-pull-2023-03-22' of github.com:kostyanf1...
2023-03-22 Peter MaydellMerge tag 'pull-for-8.0-220323-1' of https://gitlab...
2023-03-22 Richard Henderson*: Add missing includes of qemu/plugin.h
2023-03-12 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-03-10 Helge Dellerlinux-user: Emulate CLONE_PIDFD flag in clone()
2023-03-10 Helge Dellerlinux-user: Add translation for argument of msync()
2023-03-10 Mathis Marionlinux-user: fix sockaddr_in6 endianness
2023-03-10 Helge Dellerlinux-user: Fix brk() to release pages
2023-03-10 Andreas Schwablinux-user: fill out task state in /proc/self/stat
2023-03-10 Ilya Leoshkevichlinux-user: Fix unaligned memory access in prlimit64...
2023-03-10 Mathis Marionlinux-user: fix timerfd read endianness conversion
2023-03-10 Helge Dellerlinux-user: Fix access to /proc/self/exe
2023-02-26 Peter MaydellMerge tag 'pull-riscv-to-apply-20230224' of github...
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-24 Peter MaydellMerge tag 'pull-error-2023-02-23' of https://repo.or...
2023-02-24 Peter MaydellMerge tag 'pull-qapi-2023-02-23' of https://repo.or...
2023-02-24 Peter MaydellMerge tag 'python-pull-request' of https://gitlab.com...
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-02-24 Peter MaydellMerge tag 'pull-tcg-20230221' of https://gitlab.com...
2023-02-21 Ilya Leoshkevichlinux-user: Always exit from exclusive state in fork_end()
2023-02-04 Peter MaydellMerge tag 'pull-tcg-20230204' of https://gitlab.com...
2023-02-04 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-02-03 Helge Dellerlinux-user: Allow sendmsg() without IOV
2023-02-03 Helge Dellerlinux-user: Implement SOL_ALG encryption support
2023-02-03 Helge Dellerlinux-user: Fix /proc/cpuinfo output for hppa
2023-02-03 Helge Dellerlinux-user: Fix SO_ERROR return code of getsockopt()
2023-02-03 Daniel P. BerrangéRevert "linux-user: fix compat with glibc >= 2.36 sys...
2023-02-03 Daniel P. BerrangéRevert "linux-user: add more compat ioctl definitions"
2023-02-03 Richard Hendersonlinux-user: un-parent OBJECT(cpu) when closing thread
2023-01-25 Drew DeVaultlinux-user/syscall: Implement execveat()
2023-01-25 Drew DeVaultlinux-user/syscall: Extract do_execve() from do_syscall1()
next