summaryrefslogtreecommitdiff
path: root/linux-user/s390x
AgeCommit message (Expand)Author
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson
2021-10-01linux-user/s390x: Implement setup_sigtrampRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-08-03linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht
2021-08-03target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson
2021-05-18linux-user/s390x: Handle vector regs in signal stackRichard Henderson
2021-05-15linux-user/s390x: Clean up signal.cRichard Henderson
2021-05-15linux-user/s390x: Add build asserts for sigset sizesRichard Henderson
2021-05-15linux-user/s390x: Fix frame_addr corruption in setup_frameRichard Henderson
2021-05-15linux-user/s390x: Add stub sigframe argument for last_breakRichard Henderson
2021-05-15linux-user/s390x: Set psw.mask properly for the signal handlerRichard Henderson
2021-05-15linux-user/s390x: Clean up single-use gotos in signal.cRichard Henderson
2021-05-15linux-user/s390x: Tidy save_sigregsRichard Henderson
2021-05-15linux-user/s390x: Use tswap_sigset in setup_rt_frameRichard Henderson
2021-05-15linux-user/s390x: Fix sigcontext sregs valueRichard Henderson
2021-05-15linux-user/s390x: Fix trace in restore_regsRichard Henderson
2021-05-15linux-user/s390x: Remove restore_sigregs return valueRichard Henderson
2021-05-15linux-user/s390x: Remove PSW_ADDR_AMODERichard Henderson
2021-05-15linux-user/s390x: Use uint16_t for signal retcodeRichard Henderson
2021-05-15linux-user/s390x: Fix sigframe typesRichard Henderson
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson
2021-03-25linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta
2020-08-21meson: linux-userMarc-André Lureau
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, s390x: add syscall table generation supportLaurent Vivier
2020-03-20linux-user, s390x: remove syscall definitions for !TARGET_S390XLaurent Vivier
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier