aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich2-0/+17
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich2-0/+4
2023-01-16linux-user: Clean up when exiting due to a signalIlya Leoshkevich1-3/+5
2023-01-05linux-user/hexagon: fix signal context save & restoreMukilan Thiyagarajan1-6/+11
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