aboutsummaryrefslogtreecommitdiff
path: root/linux-user/s390x
AgeCommit message (Expand)AuthorFilesLines
2022-09-27linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich1-0/+2
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+1
2022-05-23linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich1-0/+5
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user/s390x: Use force_sig_faultRichard Henderson1-6/+1
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao1-15/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-5/+5
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson1-7/+6
2021-10-01linux-user/s390x: Implement setup_sigtrampRichard Henderson2-8/+18
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-08-03linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht1-20/+34
2021-08-03target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich1-1/+11
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier1-6/+13
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+7
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson1-5/+32
2021-05-18linux-user/s390x: Handle vector regs in signal stackRichard Henderson1-2/+60
2021-05-15linux-user/s390x: Clean up signal.cRichard Henderson1-24/+39
2021-05-15linux-user/s390x: Add build asserts for sigset sizesRichard Henderson1-0/+5
2021-05-15linux-user/s390x: Fix frame_addr corruption in setup_frameRichard Henderson1-1/+1
2021-05-15linux-user/s390x: Add stub sigframe argument for last_breakRichard Henderson1-6/+10
2021-05-15linux-user/s390x: Set psw.mask properly for the signal handlerRichard Henderson1-0/+6
2021-05-15linux-user/s390x: Clean up single-use gotos in signal.cRichard Henderson1-21/+8
2021-05-15linux-user/s390x: Tidy save_sigregsRichard Henderson1-4/+6
2021-05-15linux-user/s390x: Use tswap_sigset in setup_rt_frameRichard Henderson1-5/+1
2021-05-15linux-user/s390x: Fix sigcontext sregs valueRichard Henderson1-1/+1
2021-05-15linux-user/s390x: Fix trace in restore_regsRichard Henderson1-2/+3
2021-05-15linux-user/s390x: Remove restore_sigregs return valueRichard Henderson1-11/+3
2021-05-15linux-user/s390x: Remove PSW_ADDR_AMODERichard Henderson1-11/+6
2021-05-15linux-user/s390x: Use uint16_t for signal retcodeRichard Henderson1-5/+4
2021-05-15linux-user/s390x: Fix sigframe typesRichard Henderson1-13/+13
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-1/+1
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-4/+2
2021-03-25linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel1-2/+3
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-1/+1
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-3/+5
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta1-288/+1
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-08-21meson: linux-userMarc-André Lureau2-5/+5
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, s390x: add syscall table generation supportLaurent Vivier4-331/+477
2020-03-20linux-user, s390x: remove syscall definitions for !TARGET_S390XLaurent Vivier1-190/+123
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+9