]> git.proxmox.com Git - mirror_qemu.git/history - linux-user
tests/qtest: Support libqtest to build and run on Windows
[mirror_qemu.git] / linux-user /
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...
2022-09-27 Helge Dellerlinux-user/hppa: Fix setup_sigcontext()
2022-09-27 Helge Dellerlinux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN...
2022-09-27 Helge Dellerlinux-user/hppa: Increase guest stack size to 80MB...
2022-09-27 Helge Dellerlinux-user/hppa: Drop stack guard page on hppa target
2022-09-27 Helge Dellerlinux-user/hppa: Add signal trampoline for hppa target
2022-09-27 Helge Dellerlinux-user: Add proper strace format strings for getden...
2022-09-27 Helge Dellerlinux-user: Fix TARGET_PROT_SEM for XTENSA
2022-09-27 Ilya Leoshkevichlinux-user: Passthrough MADV_DONTNEED for certain file...
2022-09-27 Ilya Leoshkevichlinux-user: Implement stracing madvise()
2022-09-27 Ilya Leoshkevichlinux-user: Fix madvise(MADV_DONTNEED) on alpha
2022-09-27 Ilya Leoshkevichlinux-user: Provide MADV_* definitions
2022-09-27 Helge Dellerlinux-user: Show timespec on strace for futex()
2022-09-27 Helge Dellerlinux-user: Add strace for clock_nanosleep()
2022-09-27 Helge Dellerlinux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000...
2022-09-27 Helge Dellerlinux-user: Fix strace of chmod() if mode == 0
2022-09-27 Helge Dellerlinux-user/hppa: Use EXCP_DUMP() to show enhanced debug...
2022-09-27 Helge Dellerlinux-user: Log failing executable in EXCP_DUMP()
2022-09-27 Helge Dellerlinux-user: Add pidfd_open(), pidfd_send_signal() and...
2022-09-27 Helge Dellerlinux-user: Add missing clock_gettime64() syscall strace
2022-09-27 Helge Dellerlinux-user: Add missing signals in strace output
2022-09-23 Jameson Nashlinux-user: fix readlinkat handling with magic exe...
2022-09-23 Ilya Leoshkevichlinux-user/host/s390: Add vector instructions to host_s...
2022-09-23 Daniel P. Berrangélinux-user: use 'max' instead of 'qemu32' / 'qemu64...
2022-09-06 Stefan HajnocziMerge tag 'samuel-thibault' of https://people.debian...
2022-09-06 Stefan HajnocziMerge tag 'pull-tcg-20220906' of https://gitlab.com...
2022-09-06 Ilya Leoshkevichlinux-user: Clear translations on mprotect()
2022-09-06 Richard Hendersonlinux-user: Honor PT_GNU_STACK
2022-09-06 Richard Hendersonlinux-user/x86_64: Allocate vsyscall page as a commpage
2022-09-06 Richard Hendersonlinux-user/hppa: Allocate page zero as a commpage
2022-09-06 Richard Hendersonlinux-user/arm: Mark the commpage executable
2022-08-19 Richard HendersonMerge tag 'for-7.1-hppa' of https://github.com/hdeller...
2022-08-19 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-19 Richard HendersonRevert "linux-user: un-parent OBJECT(cpu) when closing...
2022-08-16 Richard HendersonMerge tag 'pull-request-2022-08-16' of https://gitlab...
2022-08-16 Richard HendersonMerge tag 'pull-for-7.1-fixes-160822-1' of https:/...
2022-08-16 Alex Bennéelinux-user: un-parent OBJECT(cpu) when closing thread
2022-08-12 Richard HendersonMerge tag 'pull-target-arm-20220812' of https://git...
2022-08-12 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-11 Vitaly Bukalinux-user/aarch64: Reset target data on MADV_DONTNEED
2022-08-10 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-10 Daniel P. Berrangélinux-user: fix compat with glibc >= 2.36 sys/mount.h
2022-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-05 Richard HendersonMerge tag 'pull-la-20220805' of https://gitlab.com...
2022-08-05 Song Gaotarget/loongarch: Update gdb_set_fpu() and gdb_get_fpu()
2022-08-03 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-02 Richard HendersonMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-08-02 Rainer Müllerlinux-user: Use memfd for open syscall emulation
2022-08-02 Richard HendersonMerge tag 'pull-riscv-to-apply-20220802' of github...
2022-08-01 Richard Hendersonlinux-user/riscv: Align signal frame to 16 bytes
next