summary refs log tree commit diff stats
path: root/linux-user/hppa/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-1/+1
* linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson2023-11-061-3/+3
* linux-user/hppa: Add vdsoRichard Henderson2023-10-301-10/+14
* linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson2023-10-041-1/+1
* linux-user/hppa: lock both words of function descriptorMikulas Patocka2023-09-191-2/+3
* linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka2023-09-191-0/+1
* linux-user/hppa: Fix setup_sigcontext()Helge Deller2022-09-271-13/+3
* linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2022-09-271-10/+31
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-191-2/+2
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* 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-7/+1
* linux-user: Make sigaltstack stacks per-threadPeter Maydell2019-07-261-1/+2
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-1/+0
* linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier2018-05-031-10/+4
* linux-user: move hppa signal.c parts to hppa directoryLaurent Vivier2018-04-301-0/+192
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18