aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/signal.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-1/+1
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-1/+1
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-17/+32
2023-10-30linux-user/arm: Add vdsoRichard Henderson1-17/+32
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson1-4/+4
2021-10-01linux-user/arm: Implement setup_sigtrampRichard Henderson1-71/+108
2021-10-01linux-user/arm: Drop "_v2" from symbols in signal.cRichard Henderson1-70/+45
2021-10-01linux-user/arm: Drop v1 signal framesRichard Henderson1-216/+4
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell1-2/+0
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-2/+2
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-7/+2
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell1-6/+0
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras1-1/+7
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell1-0/+1
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-2/+2
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-1/+0
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier1-13/+4
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon1-16/+89
2018-04-30linux-user: move arm signal.c parts to arm directoryLaurent Vivier1-0/+754
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier1-0/+18