aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi
2022-09-28linux-user: Add parameters of getrandom() syscall for straceHelge Deller
2022-09-27linux-user: Lock log around straceRichard Henderson
2022-09-27linux-user: Update print_futex_opRichard Henderson
2022-09-27linux-user: Implement PI futexesRichard Henderson
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson
2022-09-27linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang
2022-09-27linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang
2022-09-27linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich
2022-09-27linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell
2022-09-27linux-user: fix bug about missing signum convert of sigqueuefanwenjie
2022-09-27linux-user/hppa: Fix setup_sigcontext()Helge Deller
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller
2022-09-27linux-user/hppa: Drop stack guard page on hppa targetHelge Deller
2022-09-27linux-user/hppa: Add signal trampoline for hppa targetHelge Deller
2022-09-27linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller
2022-09-27linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-27linux-user: Implement stracing madvise()Ilya Leoshkevich
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-09-27linux-user: Show timespec on strace for futex()Helge Deller
2022-09-27linux-user: Add strace for clock_nanosleep()Helge Deller
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller
2022-09-27linux-user: Fix strace of chmod() if mode == 0Helge Deller
2022-09-27linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller
2022-09-27linux-user: Log failing executable in EXCP_DUMP()Helge Deller
2022-09-27linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller
2022-09-27linux-user: Add missing clock_gettime64() syscall straceHelge Deller
2022-09-27linux-user: Add missing signals in strace outputHelge Deller
2022-09-23linux-user: fix readlinkat handling with magic exe symlinkJameson Nash
2022-09-23linux-user/host/s390: Add vector instructions to host_signal_write()Ilya Leoshkevich
2022-09-23linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich
2022-09-06linux-user: Honor PT_GNU_STACKRichard Henderson
2022-09-06linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson
2022-09-06linux-user/hppa: Allocate page zero as a commpageRichard Henderson
2022-09-06linux-user/arm: Mark the commpage executableRichard Henderson
2022-08-18Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson
2022-08-16linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka
2022-08-10linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé
2022-08-05target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao
2022-08-03Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson