3112 Commits (d59d83a1c38869b1e1a4f957eb939aaa8a342721)

Author SHA1 Message Date
Ilya Leoshkevich 5584e2dbe8 tcg: add perfmap and jitdump 3 years ago
Ilya Leoshkevich 7c10cb38cc accel/tcg: Add debuginfo support 3 years ago
Ilya Leoshkevich da91c19202 linux-user: Clean up when exiting due to a signal 3 years ago
Mukilan Thiyagarajan c979d901c8 linux-user/hexagon: fix signal context save & restore 3 years ago
Markus Armbruster 3d558330ad Drop more useless casts from void * to pointer 3 years ago
Icenowy Zheng 16c81dd563 linux-user: always translate cmsg when recvmsg 4 years ago
Helge Deller 8b95210fcb linux-user: Add strace output for timer_settime64() syscall 4 years ago
Helge Deller af804f39cc linux-user: Add close_range() syscall 4 years ago
Helge Deller dcd86148e2 linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handler 4 years ago
Richard Henderson 8f39e01db9 accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET 4 years ago
Helge Deller bd5ccd6108 linux-user: Add guest memory layout to exception dump 4 years ago
WANG Xuerui 35a2c85f7d linux-user: Implement faccessat2 4 years ago
Daniel P. Berrangé ed98cdecf8 linux-user: remove conditionals for many fs.h ioctls 4 years ago
Daniel P. Berrangé c5495f4ecb linux-user: add more compat ioctl definitions 4 years ago
Laurent Vivier 00ed8a3459 linux-user: don't use AT_EXECFD in do_openat() 4 years ago
Laurent Vivier f07eb1c4f8 linux-user: handle /proc/self/exe with execve() syscall 4 years ago
Laurent Vivier 46187d707e linux-user: fix pidfd_send_signal() 4 years ago
WANG Xuerui eeed22916b linux-user: Fix more MIPS n32 syscall ABI issues 4 years ago
WANG Xuerui 7bf36a5c52
linux-user: Fix struct statfs ABI on loongarch64 4 years ago
Paolo Bonzini 5d2456789a linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate 4 years ago
Paolo Bonzini 2796f290b5 linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation 4 years ago
Paolo Bonzini 5154d35bed linux-user: i386/signal: move fpstate at the end of the 32-bit frames 4 years ago
Alex Bennée f7e15affa8 plugins: add [pre|post]fork helpers to linux-user 4 years ago
Richard Henderson ab419fd8a0 target/sh4: Fix TB_FLAG_UNALIGN 4 years ago
Helge Deller 4a877b82f7 linux-user: Add parameters of getrandom() syscall for strace 4 years ago
Richard Henderson c5a1c6b88c linux-user: Lock log around strace 4 years ago
Richard Henderson 53b578f31f linux-user: Update print_futex_op 4 years ago
Richard Henderson c72a90df47 linux-user: Implement PI futexes 4 years ago
Richard Henderson 0f94673112 linux-user: Convert signal number for FUTEX_FD 4 years ago
Richard Henderson a6180f8aed linux-user: Implement FUTEX_WAKE_BITSET 4 years ago
Richard Henderson 57b9ccd4c0 linux-user: Sink call to do_safe_futex 4 years ago
Richard Henderson 0fbc0f8da1 linux-user: Combine do_futex and do_futex_time64 4 years ago
Jiaxun Yang fbf47c18aa linux-user: Set ELF_BASE_PLATFORM for MIPS 4 years ago
Jiaxun Yang fcdc0ab4b4 linux-user: Introduce stubs for ELF AT_BASE_PLATFORM 4 years ago
Ilya Leoshkevich 2941e0fa05 linux-user/s390x: Save/restore fpc when handling a signal 4 years ago
Peter Maydell 9e59899f8c linux-user: Don't assume 0 is not a valid host timer_t value 4 years ago
fanwenjie 9b9145f04d linux-user: fix bug about missing signum convert of sigqueue 4 years ago
Helge Deller 2319a53758 linux-user/hppa: Fix setup_sigcontext() 4 years ago
Helge Deller 4c184e70ad linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect() 4 years ago
Helge Deller 0a3346b593 linux-user/hppa: Increase guest stack size to 80MB for hppa target 4 years ago
Helge Deller f43882052f linux-user/hppa: Drop stack guard page on hppa target 4 years ago
Helge Deller 47393189ce linux-user/hppa: Add signal trampoline for hppa target 4 years ago
Helge Deller 785783bab1 linux-user: Add proper strace format strings for getdents()/getdents64() 4 years ago
Helge Deller d124853bd7 linux-user: Fix TARGET_PROT_SEM for XTENSA 4 years ago
Ilya Leoshkevich f93b76958a linux-user: Passthrough MADV_DONTNEED for certain file mappings 4 years ago
Ilya Leoshkevich 375ce49be2 linux-user: Implement stracing madvise() 4 years ago
Ilya Leoshkevich 8655b4c709 linux-user: Fix madvise(MADV_DONTNEED) on alpha 4 years ago
Ilya Leoshkevich 9f22020b91 linux-user: Provide MADV_* definitions 4 years ago
Helge Deller 811ee5cfc5 linux-user: Show timespec on strace for futex() 4 years ago
Helge Deller 05f3adc982 linux-user: Add strace for clock_nanosleep() 4 years ago