summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * linux-user: Enhance strace output for various syscallsHelge Deller2023-02-031-20/+23
| * linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller2023-02-031-1/+2
| * linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller2023-02-031-13/+43
| * linux-user: Improve strace output of personality() and sysinfo()Helge Deller2023-02-031-2/+3
| * linux-user: Fix /proc/cpuinfo output for hppaHelge Deller2023-02-031-5/+11
| * linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller2023-02-031-1/+6
| * linux-user: move target_flat.h to target subdirsMike Frysinger2023-02-036-0/+5
| * linux-user: Improve strace output of getgroups() and setgroups()Helge Deller2023-02-031-4/+4
| * linux-user: Add strace output for clock_getres_time64() and futex_time64()Helge Deller2023-02-031-0/+6
| * Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé2023-02-031-18/+0
| * Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé2023-02-031-25/+0
| * linux-user: add more netlink protocol constantsLetu Ren2023-02-031-0/+48
| * linux-user: fix strace build w/out munlockallMike Frysinger2023-02-031-1/+3
| * linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson2023-02-031-6/+7
| * linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller2023-02-031-0/+2
| * linux-user/syscall: Implement execveat()Drew DeVault2023-01-251-6/+9
| * linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault2023-01-251-97/+114
| * linux-user/strace: Add output for execveat() syscallDrew DeVault2023-01-252-1/+24
| * linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault2023-01-251-32/+39
| * linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé2023-01-251-20/+20
* | linux-user: Implment host/ppc/host-signal.hRichard Henderson2023-01-231-0/+39
|/
* target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson2023-01-232-10/+1
* target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson2023-01-232-8/+1
* target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson2023-01-232-2/+2
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-162-0/+17
* accel/tcg: Add debuginfo supportIlya Leoshkevich2023-01-162-0/+4
* linux-user: Clean up when exiting due to a signalIlya Leoshkevich2023-01-161-3/+5
* linux-user/hexagon: fix signal context save & restoreMukilan Thiyagarajan2023-01-051-6/+11
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* linux-user: always translate cmsg when recvmsgIcenowy Zheng2022-11-021-1/+2
* linux-user: Add strace output for timer_settime64() syscallHelge Deller2022-11-021-1/+4
* linux-user: Add close_range() syscallHelge Deller2022-11-022-0/+22
* linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller2022-11-021-5/+14
* Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-261-4/+0
|\
| * accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-261-4/+0
* | linux-user: Add guest memory layout to exception dumpHelge Deller2022-10-253-16/+33
* | linux-user: Implement faccessat2WANG Xuerui2022-10-213-1/+13
* | linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé2022-10-211-24/+0
* | linux-user: add more compat ioctl definitionsDaniel P. Berrangé2022-10-211-0/+25
* | linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier2022-10-211-2/+1
* | linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier2022-10-211-1/+5
* | linux-user: fix pidfd_send_signal()Laurent Vivier2022-10-212-9/+14
* | linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui2022-10-211-5/+5
|/
* linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui2022-10-171-1/+2
* linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini2022-10-111-19/+100
* linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini2022-10-111-51/+76
* linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini2022-10-111-2/+9
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+2
* target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson2022-10-041-3/+3
* Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi2022-09-2839-259/+716
|\