summary refs log tree commit diff stats
path: root/linux-user/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move hwcap functions to s390x/elfload.cRichard Henderson2025-08-283-1/+60
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-4/+11
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab2025-02-181-0/+2
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-201-1/+1
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-9/+25
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-9/+25
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-202-2/+2
|/
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* linux-user/s390x: Add vdsoRichard Henderson2023-10-307-3/+153
* linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson2023-10-301-3/+4
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+109
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+10
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+10
* linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich2023-06-051-0/+9
* linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich2022-09-271-0/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich2022-05-231-0/+5
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user/s390x: Use force_sig_faultRichard Henderson2022-01-111-6/+1
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-061-15/+0
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-021-7/+6
* linux-user/s390x: Implement setup_sigtrampRichard Henderson2021-10-012-8/+18
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht2021-08-031-20/+34
* target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich2021-08-031-1/+11
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-6/+13
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+7
* linux-user/s390x: Save and restore psw.mask properlyRichard Henderson2021-06-211-5/+32
* linux-user/s390x: Handle vector regs in signal stackRichard Henderson2021-05-181-2/+60
* linux-user/s390x: Clean up signal.cRichard Henderson2021-05-151-24/+39
* linux-user/s390x: Add build asserts for sigset sizesRichard Henderson2021-05-151-0/+5
* linux-user/s390x: Fix frame_addr corruption in setup_frameRichard Henderson2021-05-151-1/+1
* linux-user/s390x: Add stub sigframe argument for last_breakRichard Henderson2021-05-151-6/+10
* linux-user/s390x: Set psw.mask properly for the signal handlerRichard Henderson2021-05-151-0/+6
* linux-user/s390x: Clean up single-use gotos in signal.cRichard Henderson2021-05-151-21/+8
* linux-user/s390x: Tidy save_sigregsRichard Henderson2021-05-151-4/+6
* linux-user/s390x: Use tswap_sigset in setup_rt_frameRichard Henderson2021-05-151-5/+1
* linux-user/s390x: Fix sigcontext sregs valueRichard Henderson2021-05-151-1/+1
* linux-user/s390x: Fix trace in restore_regsRichard Henderson2021-05-151-2/+3
* linux-user/s390x: Remove restore_sigregs return valueRichard Henderson2021-05-151-11/+3
* linux-user/s390x: Remove PSW_ADDR_AMODERichard Henderson2021-05-151-11/+6
* linux-user/s390x: Use uint16_t for signal retcodeRichard Henderson2021-05-151-5/+4