]> git.proxmox.com Git - mirror_qemu.git/history - linux-user
linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
[mirror_qemu.git] / linux-user /
2023-02-03 Helge Dellerlinux-user: Add emulation for MADV_WIPEONFORK and MADV_...
2023-02-03 Helge Dellerlinux-user: Improve strace output of personality()...
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 Mike Frysingerlinux-user: move target_flat.h to target subdirs
2023-02-03 Helge Dellerlinux-user: Improve strace output of getgroups() and...
2023-02-03 Helge Dellerlinux-user: Add strace output for clock_getres_time64...
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 Letu Renlinux-user: add more netlink protocol constants
2023-02-03 Mike Frysingerlinux-user: fix strace build w/out munlockall
2023-02-03 Richard Hendersonlinux-user: un-parent OBJECT(cpu) when closing thread
2023-02-03 Helge Dellerlinux-user: Add missing MAP_HUGETLB and MAP_STACK flags...
2023-01-25 Drew DeVaultlinux-user/syscall: Implement execveat()
2023-01-25 Drew DeVaultlinux-user/syscall: Extract do_execve() from do_syscall1()
2023-01-25 Drew DeVaultlinux-user/strace: Add output for execveat() syscall
2023-01-25 Drew DeVaultlinux-user/strace: Extract print_execve_argv() from...
2023-01-25 Philippe Mathieu... linux-user/strace: Constify struct flags
2023-01-23 Peter MaydellMerge tag 'pull-target-arm-20230123' of https://git...
2023-01-23 Richard Hendersontarget/arm/sme: Rebuild hflags in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Reset SVE state in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Introduce aarch64_set_svcr()
2023-01-19 Peter MaydellMerge tag 'trivial-branch-for-8.0-pull-request' of...
2023-01-17 Peter MaydellMerge tag 'pull-tpm-2023-01-17-1' of https://github...
2023-01-17 Peter MaydellMerge tag 'pull-tcg-20230116' of https://gitlab.com...
2023-01-16 Ilya Leoshkevichtcg: add perfmap and jitdump
2023-01-16 Ilya Leoshkevichaccel/tcg: Add debuginfo support
2023-01-16 Ilya Leoshkevichlinux-user: Clean up when exiting due to a signal
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-06 Peter MaydellMerge tag 'pull-hex-20230105' of https://github.com...
2023-01-05 Mukilan Thiyagarajanlinux-user/hexagon: fix signal context save & restore
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-target-arm-20221215-1' of https://git...
2022-12-15 Peter MaydellMerge tag 'next-8.0-pull-request' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-misc-2022-12-14' of https://repo.or...
2022-12-14 Markus ArmbrusterDrop more useless casts from void * to pointer
2022-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-03 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-11-02 Icenowy Zhenglinux-user: always translate cmsg when recvmsg
2022-11-02 Helge Dellerlinux-user: Add strace output for timer_settime64(...
2022-11-02 Helge Dellerlinux-user: Add close_range() syscall
2022-11-02 Helge Dellerlinux-user/hppa: Detect glibc ABORT_INSTRUCTION and...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-26 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-tcg-20221026' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-aspeed-20221025' of https://github...
2022-10-26 Richard Hendersonaccel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
2022-10-25 Stefan HajnocziMerge tag 'trivial-branch-for-7.2-pull-request' of...
2022-10-25 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-10-25 Helge Dellerlinux-user: Add guest memory layout to exception dump
2022-10-21 WANG Xueruilinux-user: Implement faccessat2
2022-10-21 Daniel P. Berrangélinux-user: remove conditionals for many fs.h ioctls
2022-10-21 Daniel P. Berrangélinux-user: add more compat ioctl definitions
2022-10-21 Laurent Vivierlinux-user: don't use AT_EXECFD in do_openat()
2022-10-21 Laurent Vivierlinux-user: handle /proc/self/exe with execve() syscall
2022-10-21 Laurent Vivierlinux-user: fix pidfd_send_signal()
2022-10-21 WANG Xueruilinux-user: Fix more MIPS n32 syscall ABI issues
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Stefan HajnocziMerge tag 'pull-ppc-20221017' of https://gitlab.com...
2022-10-17 Stefan HajnocziMerge tag 'pull-loongarch-20221017' of https://gitlab...
2022-10-17 WANG Xueruilinux-user: Fix struct statfs ABI on loongarch64
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-13 Stefan HajnocziMerge tag 'win32-pull-request' of https://gitlab.com...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-13 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-11 Paolo Bonzinilinux-user: i386/signal: support XSAVE/XRSTOR for signa...
2022-10-11 Paolo Bonzinilinux-user: i386/signal: support FXSAVE fpstate on...
2022-10-11 Paolo Bonzinilinux-user: i386/signal: move fpstate at the end of...
2022-10-06 Stefan HajnocziMerge tag 'pull-testing-gdbstub-plugins-gitdm-061022...
2022-10-06 Alex Bennéeplugins: add [pre|post]fork helpers to linux-user
2022-10-05 Stefan HajnocziMerge tag 'pull-hex-20221003' of https://github.com...
2022-10-05 Stefan HajnocziMerge tag 'pull-tcg-20221004' of https://gitlab.com...
2022-10-04 Richard Hendersontarget/sh4: Fix TB_FLAG_UNALIGN
2022-10-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-29 Stefan HajnocziMerge tag 'char-pull-request' of https://gitlab.com...
2022-09-28 Stefan HajnocziMerge tag 'pull-request-2022-09-28' of https://gitlab...
2022-09-28 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-09-28 Stefan HajnocziMerge tag 'pull-xen-20220927' of https://xenbits.xen...
2022-09-28 Helge Dellerlinux-user: Add parameters of getrandom() syscall for...
2022-09-27 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-09-27 Stefan HajnocziMerge tag 'm68k-for-7.2-pull-request' of https://github...
2022-09-27 Stefan HajnocziMerge tag 'pull-request-2022-09-26' of https://gitlab...
2022-09-27 Richard Hendersonlinux-user: Lock log around strace
2022-09-27 Richard Hendersonlinux-user: Update print_futex_op
2022-09-27 Richard Hendersonlinux-user: Implement PI futexes
2022-09-27 Richard Hendersonlinux-user: Convert signal number for FUTEX_FD
2022-09-27 Richard Hendersonlinux-user: Implement FUTEX_WAKE_BITSET
2022-09-27 Richard Hendersonlinux-user: Sink call to do_safe_futex
2022-09-27 Richard Hendersonlinux-user: Combine do_futex and do_futex_time64
2022-09-27 Jiaxun Yanglinux-user: Set ELF_BASE_PLATFORM for MIPS
2022-09-27 Jiaxun Yanglinux-user: Introduce stubs for ELF AT_BASE_PLATFORM
2022-09-27 Ilya Leoshkevichlinux-user/s390x: Save/restore fpc when handling a...
2022-09-27 Peter Maydelllinux-user: Don't assume 0 is not a valid host timer_t...
2022-09-27 fanwenjielinux-user: fix bug about missing signum convert of...
next