summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2022-08-02linux-user/riscv: Align signal frame to 16 bytesRichard Henderson
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-25linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller
2022-07-25linux-user: Unconditionally use pipe2() syscallHelge Deller
2022-07-25linux-user/hppa: Fix segfaults on page zeroHelge Deller
2022-07-11linux-user/aarch64: Add SME related hwcap entriesRichard Henderson
2022-07-11linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson
2022-07-11linux-user: Rename sve prctlsRichard Henderson
2022-07-11linux-user/aarch64: Implement SME signal handlingRichard Henderson
2022-07-11linux-user/aarch64: Move sve record checks into restoreRichard Henderson
2022-07-11linux-user/aarch64: Verify extra record lock succeededRichard Henderson
2022-07-11linux-user/aarch64: Do not allow duplicate or short sve recordsRichard Henderson
2022-07-11linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson
2022-07-11linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson
2022-07-11linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson
2022-07-11linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson
2022-07-04linux-user: Add LoongArch cpu_loop supportSong Gao
2022-07-04linux-user: Add LoongArch syscall supportSong Gao
2022-07-04linux-user: Add LoongArch elf supportSong Gao
2022-07-04linux-user: Add LoongArch signal supportSong Gao
2022-07-04linux-user: Add LoongArch generic header filesSong Gao
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson
2022-06-28semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson
2022-06-28semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich
2022-06-21linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson
2022-06-02target/m68k: Implement TRAPccRichard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley
2022-05-23linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich
2022-05-23linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson