aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc/signal.c
AgeCommit message (Expand)Author
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell
2019-11-06linux-user/sparc64: Fix target_signal_frameRichard Henderson
2019-11-06linux-user/sparc: Fix WREG usage in setup_frameRichard Henderson
2019-11-06linux-user/sparc: Use WREG_SP constant in sparc/signal.cRichard Henderson
2019-11-06linux-user/sparc: Begin using WREG constants in sparc/signal.cRichard Henderson
2018-11-15linux-user/sparc/signal.c: Remove dead codePeter Maydell
2018-11-12linux-user: Remove dead error-checking codePeter Maydell
2018-10-18linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell
2018-07-09linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé
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 sparc/sparc64 signal.c parts to sparc directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier