aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller
2023-02-03linux-user: Enhance strace output for various syscallsHelge Deller
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller
2023-02-03linux-user: Improve strace output of personality() and sysinfo()Helge Deller
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger
2023-02-03linux-user: Improve strace output of getgroups() and setgroups()Helge Deller
2023-02-03linux-user: Add strace output for clock_getres_time64() and futex_time64()Helge Deller
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé
2023-02-03Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé
2023-02-03linux-user: add more netlink protocol constantsLetu Ren
2023-02-03linux-user: fix strace build w/out munlockallMike Frysinger
2023-02-03linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson
2023-02-03linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller
2023-01-25linux-user/syscall: Implement execveat()Drew DeVault
2023-01-25linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault
2023-01-25linux-user/strace: Add output for execveat() syscallDrew DeVault
2023-01-25linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault
2023-01-25linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé
2023-01-23linux-user: Implment host/ppc/host-signal.hRichard Henderson
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2023-01-16linux-user: Clean up when exiting due to a signalIlya Leoshkevich
2023-01-05linux-user/hexagon: fix signal context save & restoreMukilan Thiyagarajan
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng
2022-11-02linux-user: Add strace output for timer_settime64() syscallHelge Deller
2022-11-02linux-user: Add close_range() syscallHelge Deller
2022-11-02linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller
2022-10-21linux-user: Implement faccessat2WANG Xuerui
2022-10-21linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui