summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller2022-06-241-5/+7
* linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich2022-06-244-6/+68
* linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson2022-06-211-13/+17
* linux-user/aarch64: Introduce sve_vqRichard Henderson2022-06-082-8/+14
* Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson2022-06-023-4/+16
|\
| * linux-user/strace: Adjust get_thread_area for m68kRichard Henderson2022-06-021-0/+5
| * linux-user/strace: Use is_error in print_syscall_errRichard Henderson2022-06-021-1/+1
| * target/m68k: Implement TRAPccRichard Henderson2022-06-021-0/+1
| * target/m68k: Fix address argument for EXCP_TRACERichard Henderson2022-06-021-0/+3
| * target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson2022-06-021-1/+1
| * target/m68k: Fix address argument for EXCP_CHKRichard Henderson2022-06-021-1/+1
| * linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson2022-06-021-0/+4
| * target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson2022-06-021-1/+0Star
* | linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley2022-05-261-0/+4
|/
* linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich2022-05-231-0/+7
* linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich2022-05-231-0/+5
* linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé2022-05-233-28/+25Star
* linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé2022-05-236-129/+129
* linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé2022-05-231-1/+1
* linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine2022-05-231-0/+2
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-234-12/+26
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* linux-user/nios2: Handle various SIGILL exceptionsRichard Henderson2022-04-261-0/+12