aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng1-1/+2
2022-11-02linux-user: Add strace output for timer_settime64() syscallHelge Deller1-1/+4
2022-11-02linux-user: Add close_range() syscallHelge Deller2-0/+22
2022-11-02linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller1-5/+14
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-4/+0
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson1-4/+0
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller3-16/+33
2022-10-21linux-user: Implement faccessat2WANG Xuerui3-1/+13
2022-10-21linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé1-24/+0
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé1-0/+25
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier1-2/+1
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier1-1/+5
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier2-9/+14
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui1-5/+5
2022-10-17linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui1-1/+2
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini1-19/+100
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini1-51/+76
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini1-2/+9
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+2
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson1-3/+3
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi39-259/+716
2022-09-28linux-user: Add parameters of getrandom() syscall for straceHelge Deller1-1/+1
2022-09-27linux-user: Lock log around straceRichard Henderson1-19/+46
2022-09-27linux-user: Update print_futex_opRichard Henderson1-37/+33
2022-09-27linux-user: Implement PI futexesRichard Henderson2-0/+13
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson1-0/+1
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson1-0/+1
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson1-29/+31
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson1-56/+11
2022-09-27linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang1-0/+31
2022-09-27linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang1-2/+27
2022-09-27linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich1-0/+2
2022-09-27linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell1-8/+16
2022-09-27linux-user: fix bug about missing signum convert of sigqueuefanwenjie1-2/+2
2022-09-27linux-user/hppa: Fix setup_sigcontext()Helge Deller1-13/+3
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller1-0/+2
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller3-2/+13
2022-09-27linux-user/hppa: Drop stack guard page on hppa targetHelge Deller1-4/+9
2022-09-27linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2-23/+32
2022-09-27linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller1-2/+2
2022-09-27linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller1-1/+1
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich1-5/+22
2022-09-27linux-user: Implement stracing madvise()Ilya Leoshkevich2-1/+42
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich1-1/+2
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich22-0/+134
2022-09-27linux-user: Show timespec on strace for futex()Helge Deller1-1/+10
2022-09-27linux-user: Add strace for clock_nanosleep()Helge Deller2-1/+17
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller1-0/+4
2022-09-27linux-user: Fix strace of chmod() if mode == 0Helge Deller1-0/+5