summaryrefslogtreecommitdiffstats
path: root/linux-user/s390x
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-061-15/+0Star
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-202-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-021-7/+6Star
* 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/+8Star
* 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/+1Star
* 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/+3Star
* linux-user/s390x: Remove PSW_ADDR_AMODERichard Henderson2021-05-151-11/+6Star
* linux-user/s390x: Use uint16_t for signal retcodeRichard Henderson2021-05-151-5/+4Star
* linux-user/s390x: Fix sigframe typesRichard Henderson2021-05-151-13/+13
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-4/+2Star
* linux-user/s390x: Use the guest pointer for the sigreturn stubAndreas Krebbel2021-03-251-2/+3
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-1/+1
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-261-3/+5
* linux-user: Add generic 'termbits.h' for some archsFilip Bozuta2020-08-271-288/+1Star
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* meson: linux-userMarc-André Lureau2020-08-212-5/+5
* linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2020-03-201-0/+2
* linux-user, s390x: add syscall table generation supportLaurent Vivier2020-03-204-331/+477
* linux-user, s390x: remove syscall definitions for !TARGET_S390XLaurent Vivier2020-03-201-190/+123Star
* linux-user: Introduce cpu_clone_regs_parentRichard Henderson2019-11-061-0/+4
* linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson2019-11-061-1/+2
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+9
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/s390x: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* s390x: Use uint64_t for vector registersDavid Hildenbrand2019-06-071-2/+2
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+2