index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
hppa
/
signal.c
Age
Commit message (
Expand
)
Author
2024-05-15
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
2024-03-13
linux-user: Move tswap_siginfo out of target code
Gustavo Romero
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2023-11-06
linux-user/hppa: Fixes for TARGET_ABI32
Richard Henderson
2023-10-30
linux-user/hppa: Add vdso
Richard Henderson
2023-10-04
linux-user/hppa: Fix struct target_sigcontext layout
Richard Henderson
2023-09-19
linux-user/hppa: lock both words of function descriptor
Mikulas Patocka
2023-09-19
linux-user/hppa: clear the PSW 'N' bit when delivering signals
Mikulas Patocka
2022-09-27
linux-user/hppa: Fix setup_sigcontext()
Helge Deller
2022-09-27
linux-user/hppa: Add signal trampoline for hppa target
Helge Deller
2021-12-19
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-05-15
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
2021-05-15
linux-user: Use target_restore_altstack in all sigreturn
Richard Henderson
2019-07-26
linux-user: Make sigaltstack stacks per-thread
Peter Maydell
2018-06-04
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
2018-05-03
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
2018-04-30
linux-user: move hppa signal.c parts to hppa directory
Laurent Vivier
2018-04-30
linux-user: create a dummy per arch signal.c
Laurent Vivier