aboutsummaryrefslogtreecommitdiff
path: root/linux-user/hppa/signal.c
AgeCommit message (Expand)Author
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson
2023-10-30linux-user/hppa: Add vdsoRichard Henderson
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson
2023-09-19linux-user/hppa: lock both words of function descriptorMikulas Patocka
2023-09-19linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka
2022-09-27linux-user/hppa: Fix setup_sigcontext()Helge Deller
2022-09-27linux-user/hppa: Add signal trampoline for hppa targetHelge Deller
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson
2019-07-26linux-user: Make sigaltstack stacks per-threadPeter Maydell
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-04-30linux-user: move hppa signal.c parts to hppa directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier