3209 Commits (dc96009afd8cf2372fa1bbced0bcbcbb2c5d6f1b)

Author SHA1 Message Date
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
Helge Deller 9c9b5d7b92 linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch 4 years ago
Helge Deller 105d599a33 linux-user: Fix strace of chmod() if mode == 0 4 years ago
Helge Deller 12640b4fe9 linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info 4 years ago
Helge Deller 35dffc5681 linux-user: Log failing executable in EXCP_DUMP() 4 years ago
Helge Deller cc054c6f13 linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls 4 years ago
Helge Deller aad43d1542 linux-user: Add missing clock_gettime64() syscall strace 4 years ago
Helge Deller 7b72aa1d81 linux-user: Add missing signals in strace output 4 years ago
Jameson Nash 65d4830dac linux-user: fix readlinkat handling with magic exe symlink 4 years ago