aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson1-3/+5
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2-28/+29
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson1-10/+13
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson1-4/+3
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson1-10/+5
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson1-7/+7
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2-1/+35
2023-03-10linux-user: Add translation for argument of msync()Helge Deller5-2/+33
2023-03-10linux-user: handle netlink flag NLA_F_NESTEDMathis Marion1-2/+2
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller2-1/+90
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller1-4/+16
2023-03-10linux-user: Fix brk() to release pagesHelge Deller1-34/+35
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab1-0/+3
2023-03-10linux-user: add support for xtensa FDPICMax Filippov1-1/+15
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2-6/+6
2023-03-10linux-user: add target to host netlink conversionsMathis Marion1-0/+62
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion3-5/+14
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller2-24/+20
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich1-2/+8
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2-4/+7
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé2-3/+3
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell10-248/+378
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller1-2/+7
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller1-0/+8
2023-02-03linux-user: Enhance strace output for various syscallsHelge Deller1-20/+23
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller1-1/+2
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller1-13/+43
2023-02-03linux-user: Improve strace output of personality() and sysinfo()Helge Deller1-2/+3
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller1-5/+11
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller1-1/+6
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger6-0/+5
2023-02-03linux-user: Improve strace output of getgroups() and setgroups()Helge Deller1-4/+4
2023-02-03linux-user: Add strace output for clock_getres_time64() and futex_time64()Helge Deller1-0/+6
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé1-18/+0
2023-02-03Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé1-25/+0
2023-02-03linux-user: add more netlink protocol constantsLetu Ren1-0/+48
2023-02-03linux-user: fix strace build w/out munlockallMike Frysinger1-1/+3
2023-02-03linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson1-6/+7
2023-02-03linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller1-0/+2
2023-01-25linux-user/syscall: Implement execveat()Drew DeVault1-6/+9
2023-01-25linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault1-97/+114
2023-01-25linux-user/strace: Add output for execveat() syscallDrew DeVault2-1/+24
2023-01-25linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault1-32/+39
2023-01-25linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé1-20/+20
2023-01-23linux-user: Implment host/ppc/host-signal.hRichard Henderson1-0/+39
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson2-10/+1
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson2-8/+1
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson2-2/+2