summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
| * linux-user: Log failing executable in EXCP_DUMP()Helge Deller2022-09-271-0/+2
| * linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-273-0/+71
| * linux-user: Add missing clock_gettime64() syscall straceHelge Deller2022-09-272-0/+57
| * linux-user: Add missing signals in strace outputHelge Deller2022-09-273-53/+60
| * linux-user: fix readlinkat handling with magic exe symlinkJameson Nash2022-09-231-2/+13
| * linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé2022-09-232-2/+2
* | linux-user/host/s390: Add vector instructions to host_signal_write()Ilya Leoshkevich2022-09-231-0/+25
|/
* linux-user: Clear translations on mprotect()Ilya Leoshkevich2022-09-061-2/+4
* linux-user: Honor PT_GNU_STACKRichard Henderson2022-09-062-1/+19
* linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson2022-09-061-0/+23
* linux-user/hppa: Allocate page zero as a commpageRichard Henderson2022-09-061-3/+31
* linux-user/arm: Mark the commpage executableRichard Henderson2022-09-062-3/+7
* Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson2022-08-191-7/+6Star
* linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée2022-08-161-6/+7
* linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-111-0/+3
* linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé2022-08-101-0/+18
* target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao2022-08-051-22/+2Star
* Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson2022-08-033-10/+16
|\
| * linux-user: Use memfd for open syscall emulationRainer Müller2022-08-021-8/+14
| * linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich2022-07-291-1/+1
| * linux-user/flatload.c: Fix setting of image_info::end_codePeter Maydell2022-07-281-1/+1
* | linux-user/riscv: Align signal frame to 16 bytesRichard Henderson2022-08-021-3/+1Star
* | misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
|/
* linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller2022-07-251-1/+1
* linux-user: Unconditionally use pipe2() syscallHelge Deller2022-07-251-10/+1Star
* linux-user/hppa: Fix segfaults on page zeroHelge Deller2022-07-251-0/+3
* linux-user/aarch64: Add SME related hwcap entriesRichard Henderson2022-07-111-0/+20
* linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson2022-07-112-0/+70
* linux-user: Rename sve prctlsRichard Henderson2022-07-112-10/+10
* linux-user/aarch64: Implement SME signal handlingRichard Henderson2022-07-111-13/+154
* linux-user/aarch64: Move sve record checks into restoreRichard Henderson2022-07-111-16/+35
* linux-user/aarch64: Verify extra record lock succeededRichard Henderson2022-07-111-0/+3
* linux-user/aarch64: Do not allow duplicate or short sve recordsRichard Henderson2022-07-111-1/+4
* linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson2022-07-111-14/+10Star
* linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson2022-07-111-1/+8
* linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson2022-07-111-0/+9
* linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson2022-07-111-1/+4
* linux-user: Add LoongArch cpu_loop supportSong Gao2022-07-042-0/+130
* linux-user: Add LoongArch syscall supportSong Gao2022-07-043-1/+365
* linux-user: Add LoongArch elf supportSong Gao2022-07-042-0/+103
* linux-user: Add LoongArch signal supportSong Gao2022-07-042-0/+348
* linux-user: Add LoongArch generic header filesSong Gao2022-07-047-0/+68
* target/m68k: Make semihosting system onlyRichard Henderson2022-06-281-5/+0Star
* semihosting: Remove qemu_semihosting_console_outsRichard Henderson2022-06-281-17/+0Star
* semihosting: Remove qemu_semihosting_console_outcRichard Henderson2022-06-281-16/+0Star
* semihosting: Create qemu_semihosting_guestfd_initRichard Henderson2022-06-281-0/+9
* semihosting: Create qemu_semihosting_console_writeRichard Henderson2022-06-281-0/+5
* semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson2022-06-281-4/+6
* semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson2022-06-281-1/+1
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-283-3/+3